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.vmware.vmc.model_client.
AvailableZoneInfo
(subnets=None, name=None)¶com.vmware.vmc.model_client.
AvailableZoneInfo
(subnets=None, id=None)¶
Bases: vmware.vapi.bindings.struct.VapiStruct
Tip
@@ -409,7 +409,7 @@ names.subnets (list
of Subnet
or None
) –
name (str
or None
) – available zone name
id (str
or None
) – available zone id
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)¶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
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
) –