From 497cfadb0a9a65aa5fc8356853bca2081dc6d5d5 Mon Sep 17 00:00:00 2001 From: amanp Date: Sat, 5 Oct 2019 04:30:34 +0000 Subject: [PATCH] Updating latest python vmc docs (cf0f6cb) --- vmc/_sources/index.rst.txt | 2 +- vmc/_static/documentation_options.js | 2 +- vmc/com.html | 4 +-- vmc/com.vmware.html | 4 +-- vmc/com.vmware.vmc.html | 31 ++++++++++++++++-- vmc/com.vmware.vmc.orgs.html | 4 +-- vmc/com.vmware.vmc.orgs.sddcs.html | 4 +-- ...m.vmware.vmc.orgs.sddcs.networks.cgws.html | 4 +-- ...mc.orgs.sddcs.networks.edges.firewall.html | 4 +-- ....vmware.vmc.orgs.sddcs.networks.edges.html | 4 +-- ...e.vmc.orgs.sddcs.networks.edges.l2vpn.html | 4 +-- ...are.vmc.orgs.sddcs.networks.edges.nat.html | 4 +-- ....orgs.sddcs.networks.edges.statistics.html | 4 +-- vmc/com.vmware.vmc.orgs.sddcs.networks.html | 4 +-- vmc/enumeration.html | 4 +-- vmc/genindex.html | 8 +++-- vmc/index.html | 4 +-- vmc/objects.inv | Bin 4969 -> 4977 bytes vmc/py-modindex.html | 4 +-- vmc/search.html | 4 +-- vmc/searchindex.js | 2 +- vmc/vmware.html | 4 +-- vmc/vmware.vapi.html | 4 +-- vmc/vmware.vapi.vmc.html | 4 +-- 24 files changed, 72 insertions(+), 45 deletions(-) diff --git a/vmc/_sources/index.rst.txt b/vmc/_sources/index.rst.txt index 7a13ccff..9700a12c 100644 --- a/vmc/_sources/index.rst.txt +++ b/vmc/_sources/index.rst.txt @@ -1,5 +1,5 @@ .. VMware Cloud on AWS Console API documentation master file, created by - sphinx-quickstart on Fri Sep 27 04:43:33 2019. + sphinx-quickstart on Sat Oct 5 04:30:10 2019. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. diff --git a/vmc/_static/documentation_options.js b/vmc/_static/documentation_options.js index ddae6a83..2196d069 100644 --- a/vmc/_static/documentation_options.js +++ b/vmc/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '1.13.0', + VERSION: '1.14.0', LANGUAGE: 'en', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', diff --git a/vmc/com.html b/vmc/com.html index 92193d6b..5b191e69 100644 --- a/vmc/com.html +++ b/vmc/com.html @@ -8,7 +8,7 @@ - com package — VMware Cloud on AWS Console API 1.13.0 documentation + com package — VMware Cloud on AWS Console API 1.14.0 documentation @@ -60,7 +60,7 @@
- 1.13.0 + 1.14.0
diff --git a/vmc/com.vmware.html b/vmc/com.vmware.html index bd6570bc..1127ed9a 100644 --- a/vmc/com.vmware.html +++ b/vmc/com.vmware.html @@ -8,7 +8,7 @@ - com.vmware package — VMware Cloud on AWS Console API 1.13.0 documentation + com.vmware package — VMware Cloud on AWS Console API 1.14.0 documentation @@ -60,7 +60,7 @@
- 1.13.0 + 1.14.0
diff --git a/vmc/com.vmware.vmc.html b/vmc/com.vmware.vmc.html index eea50a7d..ee8e3dc7 100644 --- a/vmc/com.vmware.vmc.html +++ b/vmc/com.vmware.vmc.html @@ -8,7 +8,7 @@ - com.vmware.vmc package — VMware Cloud on AWS Console API 1.13.0 documentation + com.vmware.vmc package — VMware Cloud on AWS Console API 1.14.0 documentation @@ -60,7 +60,7 @@
- 1.13.0 + 1.14.0
@@ -1107,7 +1107,7 @@ names.

-class com.vmware.vmc.model_client.Cluster(esx_host_list=None, cluster_state=None, aws_kms_info=None, esx_host_info=None, host_cpu_cores_count=None, cluster_id=None, cluster_name=None)
+class com.vmware.vmc.model_client.Cluster(esx_host_list=None, cluster_state=None, aws_kms_info=None, esx_host_info=None, host_cpu_cores_count=None, cluster_capacity=None, cluster_id=None, cluster_name=None)

Bases: vmware.vapi.bindings.struct.VapiStruct

Tip

@@ -1130,6 +1130,7 @@ names.

  • esx_host_info (EsxHostInfo or None) – Information of the hosts added to this cluster

  • host_cpu_cores_count (long or None) – Number of cores enabled on ESX hosts added to this cluster format: int32

  • +
  • cluster_capacity (EntityCapacity or None) – The capacity of this cluster.

  • cluster_id (str) –

  • cluster_name (str or None) –

  • @@ -2091,6 +2092,30 @@ names.

    +
    +
    +class com.vmware.vmc.model_client.EntityCapacity(storage_capacity_gib=None, memory_capacity_gib=None, number_of_sockets=None, total_number_of_cores=None, number_of_ssds=None, cpu_capacity_ghz=None)
    +

    Bases: vmware.vapi.bindings.struct.VapiStruct

    +

    Decribes the capacity of a given entity.

    +
    +

    Tip

    +

    The arguments are used to initialize data attributes with the same +names.

    +
    +
    +
    Parameters
    +
      +
    • storage_capacity_gib (long or None) –

    • +
    • memory_capacity_gib (long or None) –

    • +
    • number_of_sockets (long or None) –

    • +
    • total_number_of_cores (long or None) –

    • +
    • number_of_ssds (long or None) –

    • +
    • cpu_capacity_ghz (long or None) –

    • +
    +
    +
    +
    +
    class com.vmware.vmc.model_client.ErrorResponse(status=None, path=None, retryable=None, error_code=None, error_messages=None)
    diff --git a/vmc/com.vmware.vmc.orgs.html b/vmc/com.vmware.vmc.orgs.html index f8706d05..374b8b9f 100644 --- a/vmc/com.vmware.vmc.orgs.html +++ b/vmc/com.vmware.vmc.orgs.html @@ -8,7 +8,7 @@ - com.vmware.vmc.orgs package — VMware Cloud on AWS Console API 1.13.0 documentation + com.vmware.vmc.orgs package — VMware Cloud on AWS Console API 1.14.0 documentation @@ -60,7 +60,7 @@
    - 1.13.0 + 1.14.0
    diff --git a/vmc/com.vmware.vmc.orgs.sddcs.html b/vmc/com.vmware.vmc.orgs.sddcs.html index 3953fad6..2f1c2c5b 100644 --- a/vmc/com.vmware.vmc.orgs.sddcs.html +++ b/vmc/com.vmware.vmc.orgs.sddcs.html @@ -8,7 +8,7 @@ - com.vmware.vmc.orgs.sddcs package — VMware Cloud on AWS Console API 1.13.0 documentation + com.vmware.vmc.orgs.sddcs package — VMware Cloud on AWS Console API 1.14.0 documentation @@ -60,7 +60,7 @@
    - 1.13.0 + 1.14.0
    diff --git a/vmc/com.vmware.vmc.orgs.sddcs.networks.cgws.html b/vmc/com.vmware.vmc.orgs.sddcs.networks.cgws.html index 1dce01f1..f62cdea3 100644 --- a/vmc/com.vmware.vmc.orgs.sddcs.networks.cgws.html +++ b/vmc/com.vmware.vmc.orgs.sddcs.networks.cgws.html @@ -8,7 +8,7 @@ - com.vmware.vmc.orgs.sddcs.networks.cgws package — VMware Cloud on AWS Console API 1.13.0 documentation + com.vmware.vmc.orgs.sddcs.networks.cgws package — VMware Cloud on AWS Console API 1.14.0 documentation @@ -60,7 +60,7 @@
    - 1.13.0 + 1.14.0
    diff --git a/vmc/com.vmware.vmc.orgs.sddcs.networks.edges.firewall.html b/vmc/com.vmware.vmc.orgs.sddcs.networks.edges.firewall.html index 5388689d..aaa7fb08 100644 --- a/vmc/com.vmware.vmc.orgs.sddcs.networks.edges.firewall.html +++ b/vmc/com.vmware.vmc.orgs.sddcs.networks.edges.firewall.html @@ -8,7 +8,7 @@ - com.vmware.vmc.orgs.sddcs.networks.edges.firewall package — VMware Cloud on AWS Console API 1.13.0 documentation + com.vmware.vmc.orgs.sddcs.networks.edges.firewall package — VMware Cloud on AWS Console API 1.14.0 documentation @@ -60,7 +60,7 @@
    - 1.13.0 + 1.14.0
    diff --git a/vmc/com.vmware.vmc.orgs.sddcs.networks.edges.html b/vmc/com.vmware.vmc.orgs.sddcs.networks.edges.html index b80dc3a7..d158f8ad 100644 --- a/vmc/com.vmware.vmc.orgs.sddcs.networks.edges.html +++ b/vmc/com.vmware.vmc.orgs.sddcs.networks.edges.html @@ -8,7 +8,7 @@ - com.vmware.vmc.orgs.sddcs.networks.edges package — VMware Cloud on AWS Console API 1.13.0 documentation + com.vmware.vmc.orgs.sddcs.networks.edges package — VMware Cloud on AWS Console API 1.14.0 documentation @@ -60,7 +60,7 @@
    - 1.13.0 + 1.14.0
    diff --git a/vmc/com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.html b/vmc/com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.html index 4f67b80b..26b03a22 100644 --- a/vmc/com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.html +++ b/vmc/com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.html @@ -8,7 +8,7 @@ - com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn package — VMware Cloud on AWS Console API 1.13.0 documentation + com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn package — VMware Cloud on AWS Console API 1.14.0 documentation @@ -60,7 +60,7 @@
    - 1.13.0 + 1.14.0
    diff --git a/vmc/com.vmware.vmc.orgs.sddcs.networks.edges.nat.html b/vmc/com.vmware.vmc.orgs.sddcs.networks.edges.nat.html index bc683689..1add9113 100644 --- a/vmc/com.vmware.vmc.orgs.sddcs.networks.edges.nat.html +++ b/vmc/com.vmware.vmc.orgs.sddcs.networks.edges.nat.html @@ -8,7 +8,7 @@ - com.vmware.vmc.orgs.sddcs.networks.edges.nat package — VMware Cloud on AWS Console API 1.13.0 documentation + com.vmware.vmc.orgs.sddcs.networks.edges.nat package — VMware Cloud on AWS Console API 1.14.0 documentation @@ -60,7 +60,7 @@
    - 1.13.0 + 1.14.0
    diff --git a/vmc/com.vmware.vmc.orgs.sddcs.networks.edges.statistics.html b/vmc/com.vmware.vmc.orgs.sddcs.networks.edges.statistics.html index 30832963..274e4cea 100644 --- a/vmc/com.vmware.vmc.orgs.sddcs.networks.edges.statistics.html +++ b/vmc/com.vmware.vmc.orgs.sddcs.networks.edges.statistics.html @@ -8,7 +8,7 @@ - com.vmware.vmc.orgs.sddcs.networks.edges.statistics package — VMware Cloud on AWS Console API 1.13.0 documentation + com.vmware.vmc.orgs.sddcs.networks.edges.statistics package — VMware Cloud on AWS Console API 1.14.0 documentation @@ -60,7 +60,7 @@
    - 1.13.0 + 1.14.0
    diff --git a/vmc/com.vmware.vmc.orgs.sddcs.networks.html b/vmc/com.vmware.vmc.orgs.sddcs.networks.html index f759adcf..12b430b8 100644 --- a/vmc/com.vmware.vmc.orgs.sddcs.networks.html +++ b/vmc/com.vmware.vmc.orgs.sddcs.networks.html @@ -8,7 +8,7 @@ - com.vmware.vmc.orgs.sddcs.networks package — VMware Cloud on AWS Console API 1.13.0 documentation + com.vmware.vmc.orgs.sddcs.networks package — VMware Cloud on AWS Console API 1.14.0 documentation @@ -60,7 +60,7 @@
    - 1.13.0 + 1.14.0
    diff --git a/vmc/enumeration.html b/vmc/enumeration.html index 0c7c31b8..4247ccef 100644 --- a/vmc/enumeration.html +++ b/vmc/enumeration.html @@ -8,7 +8,7 @@ - Interface definition language to python mapping for enumerated types — VMware Cloud on AWS Console API 1.13.0 documentation + Interface definition language to python mapping for enumerated types — VMware Cloud on AWS Console API 1.14.0 documentation @@ -58,7 +58,7 @@
    - 1.13.0 + 1.14.0
    diff --git a/vmc/genindex.html b/vmc/genindex.html index 4fc15eff..264bb839 100644 --- a/vmc/genindex.html +++ b/vmc/genindex.html @@ -9,7 +9,7 @@ - Index — VMware Cloud on AWS Console API 1.13.0 documentation + Index — VMware Cloud on AWS Console API 1.14.0 documentation @@ -59,7 +59,7 @@
    - 1.13.0 + 1.14.0
    @@ -625,10 +625,12 @@
  • EniInfo (class in com.vmware.vmc.model_client)
  • -
  • ErrorResponse (class in com.vmware.vmc.model_client) +
  • EntityCapacity (class in com.vmware.vmc.model_client)