diff --git a/vmc/_sources/index.rst.txt b/vmc/_sources/index.rst.txt index d6ddebfc..41fb900b 100644 --- a/vmc/_sources/index.rst.txt +++ b/vmc/_sources/index.rst.txt @@ -1,5 +1,5 @@ .. vmc documentation master file, created by - sphinx-quickstart on Fri Sep 11 13:35:42 2020. + sphinx-quickstart on Thu Sep 24 08:35:03 2020. 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 4313e55c..f1c7c87d 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.27.0', + VERSION: '1.28.0', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/vmc/_static/pygments.css b/vmc/_static/pygments.css index 631bc92f..be9feffb 100644 --- a/vmc/_static/pygments.css +++ b/vmc/_static/pygments.css @@ -1,5 +1,10 @@ +pre { line-height: 125%; margin: 0; } +td.linenos pre { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; } +span.linenos { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; } +td.linenos pre.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; } +span.linenos.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; } .highlight .hll { background-color: #ffffcc } -.highlight { background: #f8f8f8; } +.highlight { background: #f8f8f8; } .highlight .c { color: #408080; font-style: italic } /* Comment */ .highlight .err { border: 1px solid #FF0000 } /* Error */ .highlight .k { color: #008000; font-weight: bold } /* Keyword */ diff --git a/vmc/com.html b/vmc/com.html index 92a6e8fb..78363c04 100644 --- a/vmc/com.html +++ b/vmc/com.html @@ -7,7 +7,7 @@ - com package — vmc 1.27.0 documentation + com package — vmc 1.28.0 documentation @@ -61,7 +61,7 @@
- 1.27.0 + 1.28.0
diff --git a/vmc/com.vmware.html b/vmc/com.vmware.html index 4390aaf8..de880ac7 100644 --- a/vmc/com.vmware.html +++ b/vmc/com.vmware.html @@ -7,7 +7,7 @@ - com.vmware package — vmc 1.27.0 documentation + com.vmware package — vmc 1.28.0 documentation @@ -61,7 +61,7 @@
- 1.27.0 + 1.28.0
diff --git a/vmc/com.vmware.vmc.html b/vmc/com.vmware.vmc.html index 452040cb..f1fc9ecf 100644 --- a/vmc/com.vmware.vmc.html +++ b/vmc/com.vmware.vmc.html @@ -7,7 +7,7 @@ - com.vmware.vmc package — vmc 1.27.0 documentation + com.vmware.vmc package — vmc 1.28.0 documentation @@ -61,7 +61,7 @@
- 1.27.0 + 1.28.0
@@ -398,7 +398,7 @@ names.

-class com.vmware.vmc.model_client.AvailableZoneInfo(subnets=None, name=None)
+class com.vmware.vmc.model_client.AvailableZoneInfo(subnets=None, id=None)

Bases: vmware.vapi.bindings.struct.VapiStruct

Tip

@@ -409,7 +409,7 @@ names.

Parameters
@@ -4392,7 +4392,7 @@ names.

-class com.vmware.vmc.model_client.VpcInfo(vpc_cidr=None, vgw_id=None, esx_public_security_group_id=None, vif_ids=None, vm_security_group_id=None, tgw_ips=None, route_table_id=None, edge_subnet_id=None, id=None, api_association_id=None, api_subnet_id=None, private_subnet_id=None, private_association_id=None, esx_security_group_id=None, subnet_id=None, internet_gateway_id=None, traffic_group_edge_vm_ips=None, security_group_id=None, association_id=None, vgw_route_table_id=None, edge_association_id=None, provider=None, peering_connection_id=None, network_type=None, available_zones=None, routetables=None)
+class com.vmware.vmc.model_client.VpcInfo(vpc_cidr=None, vgw_id=None, esx_public_security_group_id=None, vif_ids=None, vm_security_group_id=None, route_table_id=None, edge_subnet_id=None, id=None, api_association_id=None, api_subnet_id=None, private_subnet_id=None, private_association_id=None, esx_security_group_id=None, subnet_id=None, internet_gateway_id=None, security_group_id=None, association_id=None, vgw_route_table_id=None, traffic_group_edge_vm_ips=None, edge_association_id=None, provider=None, tgw_ips=None, peering_connection_id=None, network_type=None, available_zones=None, routetables=None)

Bases: vmware.vapi.bindings.struct.VapiStruct

Tip

@@ -4407,8 +4407,6 @@ names.

  • esx_public_security_group_id (str or None) –

  • vif_ids (list of str or None) – set of virtual interfaces attached to the sddc

  • vm_security_group_id (str or None) –

  • -
  • tgw_ips ((dict of str and list of str) or None) – Mapping from AZ to a list of IP addresses assigned to TGW ENI -that’s connected with Vpc

  • route_table_id (str or None) – (deprecated)

  • edge_subnet_id (str or None) – Id of the NSX edge associated with this VPC (deprecated)

  • id (str or None) – vpc id

  • @@ -4419,13 +4417,15 @@ that’s connected with Vpc

  • esx_security_group_id (str or None) –

  • subnet_id (str or None) – (deprecated)

  • internet_gateway_id (str or None) –

  • -
  • traffic_group_edge_vm_ips (list of str or None) – List of edge vm Ips of traffic gourps added during scale-out

  • security_group_id (str or None) –

  • association_id (str or None) – (deprecated)

  • vgw_route_table_id (str or None) – Route table which contains the route to VGW (deprecated)

  • +
  • traffic_group_edge_vm_ips (list of str or None) – List of edge vm Ips of traffic gourps added during scale-out

  • edge_association_id (str or None) – Id of the association between edge subnet and route-table (deprecated)

  • provider (str or None) –

  • +
  • tgw_ips ((dict of str and list of str) or None) – Mapping from AZ to a list of IP addresses assigned to TGW ENI +that’s connected with Vpc

  • peering_connection_id (str or None) – (deprecated)

  • network_type (str or None) –

  • available_zones (list of AvailableZoneInfo or None) –

  • diff --git a/vmc/com.vmware.vmc.orgs.aws.html b/vmc/com.vmware.vmc.orgs.aws.html index e27ece90..337a082c 100644 --- a/vmc/com.vmware.vmc.orgs.aws.html +++ b/vmc/com.vmware.vmc.orgs.aws.html @@ -7,7 +7,7 @@ - com.vmware.vmc.orgs.aws package — vmc 1.27.0 documentation + com.vmware.vmc.orgs.aws package — vmc 1.28.0 documentation @@ -61,7 +61,7 @@
    - 1.27.0 + 1.28.0
    diff --git a/vmc/com.vmware.vmc.orgs.aws.resources.html b/vmc/com.vmware.vmc.orgs.aws.resources.html index 105be774..aeda791a 100644 --- a/vmc/com.vmware.vmc.orgs.aws.resources.html +++ b/vmc/com.vmware.vmc.orgs.aws.resources.html @@ -7,7 +7,7 @@ - com.vmware.vmc.orgs.aws.resources package — vmc 1.27.0 documentation + com.vmware.vmc.orgs.aws.resources package — vmc 1.28.0 documentation @@ -61,7 +61,7 @@
    - 1.27.0 + 1.28.0
    diff --git a/vmc/com.vmware.vmc.orgs.html b/vmc/com.vmware.vmc.orgs.html index be35e813..18d7df74 100644 --- a/vmc/com.vmware.vmc.orgs.html +++ b/vmc/com.vmware.vmc.orgs.html @@ -7,7 +7,7 @@ - com.vmware.vmc.orgs package — vmc 1.27.0 documentation + com.vmware.vmc.orgs package — vmc 1.28.0 documentation @@ -61,7 +61,7 @@
    - 1.27.0 + 1.28.0
    diff --git a/vmc/com.vmware.vmc.orgs.sddcs.clusters.html b/vmc/com.vmware.vmc.orgs.sddcs.clusters.html index 2a0e886d..0f91bac2 100644 --- a/vmc/com.vmware.vmc.orgs.sddcs.clusters.html +++ b/vmc/com.vmware.vmc.orgs.sddcs.clusters.html @@ -7,7 +7,7 @@ - com.vmware.vmc.orgs.sddcs.clusters package — vmc 1.27.0 documentation + com.vmware.vmc.orgs.sddcs.clusters package — vmc 1.28.0 documentation @@ -61,7 +61,7 @@
    - 1.27.0 + 1.28.0
    diff --git a/vmc/com.vmware.vmc.orgs.sddcs.html b/vmc/com.vmware.vmc.orgs.sddcs.html index 7fe6f8b4..7f9d25d4 100644 --- a/vmc/com.vmware.vmc.orgs.sddcs.html +++ b/vmc/com.vmware.vmc.orgs.sddcs.html @@ -7,7 +7,7 @@ - com.vmware.vmc.orgs.sddcs package — vmc 1.27.0 documentation + com.vmware.vmc.orgs.sddcs package — vmc 1.28.0 documentation @@ -61,7 +61,7 @@
    - 1.27.0 + 1.28.0
    diff --git a/vmc/enumeration.html b/vmc/enumeration.html index 44b4788e..f7a4a3e0 100644 --- a/vmc/enumeration.html +++ b/vmc/enumeration.html @@ -7,7 +7,7 @@ - Interface definition language to python mapping for enumerated types — vmc 1.27.0 documentation + Interface definition language to python mapping for enumerated types — vmc 1.28.0 documentation @@ -59,7 +59,7 @@
    - 1.27.0 + 1.28.0
    diff --git a/vmc/genindex.html b/vmc/genindex.html index 7e12d3ef..ea7a3fdc 100644 --- a/vmc/genindex.html +++ b/vmc/genindex.html @@ -7,7 +7,7 @@ - Index — vmc 1.27.0 documentation + Index — vmc 1.28.0 documentation @@ -59,7 +59,7 @@
    - 1.27.0 + 1.28.0
    diff --git a/vmc/index.html b/vmc/index.html index 1fb87955..e0f83789 100644 --- a/vmc/index.html +++ b/vmc/index.html @@ -7,7 +7,7 @@ - Welcome to vmc’s documentation! — vmc 1.27.0 documentation + Welcome to vmc’s documentation! — vmc 1.28.0 documentation @@ -60,7 +60,7 @@
    - 1.27.0 + 1.28.0
    diff --git a/vmc/objects.inv b/vmc/objects.inv index 3d26b74f..61b85302 100644 Binary files a/vmc/objects.inv and b/vmc/objects.inv differ diff --git a/vmc/py-modindex.html b/vmc/py-modindex.html index 04a3f720..706d759a 100644 --- a/vmc/py-modindex.html +++ b/vmc/py-modindex.html @@ -7,7 +7,7 @@ - Python Module Index — vmc 1.27.0 documentation + Python Module Index — vmc 1.28.0 documentation @@ -62,7 +62,7 @@
    - 1.27.0 + 1.28.0
    diff --git a/vmc/search.html b/vmc/search.html index 33428f98..4d3878b7 100644 --- a/vmc/search.html +++ b/vmc/search.html @@ -7,7 +7,7 @@ - Search — vmc 1.27.0 documentation + Search — vmc 1.28.0 documentation @@ -61,7 +61,7 @@
    - 1.27.0 + 1.28.0
    diff --git a/vmc/vmware.html b/vmc/vmware.html index 279868d8..5fb3e40c 100644 --- a/vmc/vmware.html +++ b/vmc/vmware.html @@ -7,7 +7,7 @@ - vmware package — vmc 1.27.0 documentation + vmware package — vmc 1.28.0 documentation @@ -61,7 +61,7 @@
    - 1.27.0 + 1.28.0
    diff --git a/vmc/vmware.vapi.html b/vmc/vmware.vapi.html index 676b4f55..8cd1df8a 100644 --- a/vmc/vmware.vapi.html +++ b/vmc/vmware.vapi.html @@ -7,7 +7,7 @@ - vmware.vapi package — vmc 1.27.0 documentation + vmware.vapi package — vmc 1.28.0 documentation @@ -61,7 +61,7 @@
    - 1.27.0 + 1.28.0
    diff --git a/vmc/vmware.vapi.vmc.html b/vmc/vmware.vapi.vmc.html index db6b012c..2a52c197 100644 --- a/vmc/vmware.vapi.vmc.html +++ b/vmc/vmware.vapi.vmc.html @@ -7,7 +7,7 @@ - vmware.vapi.vmc package — vmc 1.27.0 documentation + vmware.vapi.vmc package — vmc 1.28.0 documentation @@ -60,7 +60,7 @@
    - 1.27.0 + 1.28.0