From 5a27fba324436a0235efd6476f7ee2a68ecb47ab Mon Sep 17 00:00:00 2001 From: amanp Date: Thu, 24 Oct 2019 04:33:35 +0000 Subject: [PATCH] Updating latest python vmc doc (04751c1) --- 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 | 207 ++++++++++++++++-- vmc/com.vmware.vmc.orgs.html | 48 +++- 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 | 34 ++- vmc/index.html | 4 +- vmc/objects.inv | Bin 4929 -> 4984 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, 299 insertions(+), 64 deletions(-) diff --git a/vmc/_sources/index.rst.txt b/vmc/_sources/index.rst.txt index 34006030..ec2f02a6 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 Wed Oct 16 11:28:49 2019. + sphinx-quickstart on Thu Oct 24 04:33: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 7e3fd809..5958cdf9 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.15.0', + VERSION: '1.16.0', LANGUAGE: 'en', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', diff --git a/vmc/com.html b/vmc/com.html index a9bdd843..edb4c015 100644 --- a/vmc/com.html +++ b/vmc/com.html @@ -8,7 +8,7 @@ - com package — vmc 1.15.0 documentation + com package — vmc 1.16.0 documentation @@ -60,7 +60,7 @@
- 1.15.0 + 1.16.0
diff --git a/vmc/com.vmware.html b/vmc/com.vmware.html index 2abc0245..cae14a93 100644 --- a/vmc/com.vmware.html +++ b/vmc/com.vmware.html @@ -8,7 +8,7 @@ - com.vmware package — vmc 1.15.0 documentation + com.vmware package — vmc 1.16.0 documentation @@ -60,7 +60,7 @@
- 1.15.0 + 1.16.0
diff --git a/vmc/com.vmware.vmc.html b/vmc/com.vmware.vmc.html index c8b68083..d2a76e57 100644 --- a/vmc/com.vmware.vmc.html +++ b/vmc/com.vmware.vmc.html @@ -8,7 +8,7 @@ - com.vmware.vmc package — vmc 1.15.0 documentation + com.vmware.vmc package — vmc 1.16.0 documentation @@ -60,7 +60,7 @@
- 1.15.0 + 1.16.0
@@ -509,6 +509,25 @@ define multiple.

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

Bases: vmware.vapi.bindings.struct.VapiStruct

+
+

Tip

+

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

+
+
+
Parameters
+
    +
  • subnets (list of Subnet or None) – null

  • +
  • name (str or None) – available zone name

  • +
+
+
+
+
class com.vmware.vmc.model_client.AwsAgent(instance_id=None, key_pair=None, internal_ip=None, cert_enabled=None, management_ip=None, hostname_verifier_enabled=None, network_netmask=None, network_gateway=None, provider='AWS', is_master=None, agent_state=None, agent_url=None)
@@ -1206,6 +1225,26 @@ names.

+
+
+class com.vmware.vmc.model_client.ConfigSpec(expiry_in_days=None, availability=None)
+

Bases: vmware.vapi.bindings.struct.VapiStruct

+

Represents a configuration spec for any sddc provision operation.

+
+

Tip

+

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

+
+
+
Parameters
+
    +
  • expiry_in_days (long or None) – Indicates after how many days the sddc should expire

  • +
  • availability ((dict of str and list of InstanceTypeConfig) or None) – Map of region to instance types available in that region

  • +
+
+
+
+
class com.vmware.vmc.model_client.ConnectivityAgentValidation(source=None, type=None, ports=None, path=None)
@@ -2799,6 +2838,29 @@ expires.

+
+
+class com.vmware.vmc.model_client.InstanceTypeConfig(instance_type=None, hosts=None, display_name=None, entity_capacity=None)
+

Bases: vmware.vapi.bindings.struct.VapiStruct

+

Represents a structure for instance type config

+
+

Tip

+

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

+
+
+
Parameters
+
    +
  • instance_type (str or None) – Instance type name.

  • +
  • hosts (list of long or None) – Array of number of hosts allowed for this operation. Range of hosts +user can select for sddc provision

  • +
  • display_name (str or None) – Display name of instance_type.

  • +
  • entity_capacity (EntityCapacity or None) – The capacity of the given instance type.

  • +
+
+
+
+
class com.vmware.vmc.model_client.InteractionPermissions(manage_permission=None, view_permission=None)
@@ -4372,6 +4434,23 @@ names.

+
+
+class com.vmware.vmc.model_client.ProvisionSpec(provider=None)
+

Bases: vmware.vapi.bindings.struct.VapiStruct

+

Represents a provisioning spec for a sddc

+
+

Tip

+

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

+
+
+
Parameters
+

provider ((dict of str and SddcConfigSpec) or None) – Map of provider to sddc config spec

+
+
+
+
class com.vmware.vmc.model_client.Requests(total=None, queries=None)
@@ -4595,6 +4674,25 @@ names.

+
+
+class com.vmware.vmc.model_client.RouteTableInfo(name=None, id=None)
+

Bases: vmware.vapi.bindings.struct.VapiStruct

+
+

Tip

+

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

+
+
+
Parameters
+
    +
  • name (str or None) – route table name

  • +
  • id (str or None) – route table id

  • +
+
+
+
+
class com.vmware.vmc.model_client.ScopeInfo(object_type_name=None, id=None, name=None)
@@ -4835,6 +4933,26 @@ SingleAZ.

+
+
+class com.vmware.vmc.model_client.SddcConfigSpec(sddc_type_config_spec=None, region_display_names=None)
+

Bases: vmware.vapi.bindings.struct.VapiStruct

+

Represents a configuration spec for a sddc

+
+

Tip

+

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

+
+
+
Parameters
+
    +
  • sddc_type_config_spec ((dict of str and ConfigSpec) or None) – Map of sddc type to config spec

  • +
  • region_display_names ((dict of str and str) or None) – The region name to display names mapping

  • +
+
+
+
+
class com.vmware.vmc.model_client.SddcId(sddc_id=None)
@@ -5478,6 +5596,27 @@ names.

+
+
+class com.vmware.vmc.model_client.Subnet(subnet_id=None, name=None, route_tables=None)
+

Bases: vmware.vapi.bindings.struct.VapiStruct

+

(as there’s already one SubnetInfo, use Subnet instead)

+
+

Tip

+

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

+
+
+
Parameters
+
    +
  • subnet_id (str or None) – subnet id

  • +
  • name (str or None) – subnet name

  • +
  • route_tables (list of SubnetRouteTableInfo or None) –

  • +
+
+
+
+
class com.vmware.vmc.model_client.SubnetInfo(compatible=None, connected_account_id=None, region_name=None, availability_zone=None, subnet_id=None, subnet_cidr_block=None, note=None, vpc_id=None, vpc_cidr_block=None, name=None)
@@ -5507,6 +5646,26 @@ default AWS id it was given.

+
+
+class com.vmware.vmc.model_client.SubnetRouteTableInfo(subnet_id=None, association_id=None, routetable_id=None)
+

Bases: vmware.vapi.bindings.struct.VapiStruct

+
+

Tip

+

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

+
+
+
Parameters
+
    +
  • subnet_id (str or None) – subnet id

  • +
  • association_id (str or None) – subnet - route table association id

  • +
  • routetable_id (str or None) – route table id

  • +
+
+
+
+
class com.vmware.vmc.model_client.Subnets(subnets=None)
@@ -5851,7 +6010,7 @@ names.

-class com.vmware.vmc.model_client.TermOfferInstance(description=None, product_type=None, name=None, region=None, commitment_term=None, unit_price=None, currency=None, version=None, offer_context_id=None, product_id=None, product_charge_id=None)
+class com.vmware.vmc.model_client.TermOfferInstance(description=None, product=None, product_type=None, name=None, region=None, commitment_term=None, unit_price=None, currency=None, version=None, offer_context_id=None, product_charge_id=None, type=None, product_id=None)

Bases: vmware.vapi.bindings.struct.VapiStruct

Holder for the term offer instances.

@@ -5863,6 +6022,7 @@ names.

Parameters
  • description (str) –

  • +
  • product (str) –

  • product_type (str) –

  • name (str) –

  • region (str) –

  • @@ -5870,9 +6030,10 @@ names.

  • unit_price (str) –

  • currency (str) –

  • version (str) –

  • -
  • offer_context_id (str or None) –

  • -
  • product_id (str or None) –

  • -
  • product_charge_id (str or None) –

  • +
  • offer_context_id (str) –

  • +
  • product_charge_id (str) –

  • +
  • type (str) –

  • +
  • product_id (str) –

@@ -6003,7 +6164,7 @@ names.

-class com.vmware.vmc.model_client.VpcInfo(vpc_cidr=None, vm_security_group_id=None, route_table_id=None, edge_subnet_id=None, id=None, api_association_id=None, private_subnet_id=None, api_subnet_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, edge_association_id=None, vif_ids=None, peering_connection_id=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, edge_association_id=None, provider=None, peering_connection_id=None, network_type=None, available_zones=None, routetables=None)

Bases: vmware.vapi.bindings.struct.VapiStruct

Tip

@@ -6014,22 +6175,30 @@ names.

Parameters
  • vpc_cidr (str or None) –

  • +
  • vgw_id (str or None) –

  • +
  • 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) –

  • -
  • route_table_id (str or None) –

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

  • -
  • id (str or None) –

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

  • -
  • private_subnet_id (str or None) –

  • -
  • api_subnet_id (str or None) – Id associated with this 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

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

  • +
  • api_subnet_id (str or None) – Id associated with this VPC (deprecated)

  • +
  • private_subnet_id (str or None) – (deprecated)

  • +
  • private_association_id (str or None) – (deprecated)

  • esx_security_group_id (str or None) –

  • -
  • subnet_id (str or None) –

  • +
  • subnet_id (str or None) – (deprecated)

  • internet_gateway_id (str or None) –

  • security_group_id (str or None) –

  • -
  • association_id (str or None) –

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

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

  • -
  • vif_ids (list of str or None) –

  • -
  • peering_connection_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)

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

  • +
  • provider (str or None) –

  • +
  • peering_connection_id (str or None) – (deprecated)

  • +
  • network_type (str or None) –

  • +
  • available_zones (list of AvailableZoneInfo or None) –

  • +
  • routetables ((dict of str and RouteTableInfo) or None) – map from routeTableName to routeTableInfo

diff --git a/vmc/com.vmware.vmc.orgs.html b/vmc/com.vmware.vmc.orgs.html index 495223e7..9ca8e6a4 100644 --- a/vmc/com.vmware.vmc.orgs.html +++ b/vmc/com.vmware.vmc.orgs.html @@ -8,7 +8,7 @@ - com.vmware.vmc.orgs package — vmc 1.15.0 documentation + com.vmware.vmc.orgs package — vmc 1.16.0 documentation @@ -60,7 +60,7 @@
- 1.15.0 + 1.16.0
@@ -848,6 +848,50 @@ Cannot find the SDDC with the given identifier

+
+
+class com.vmware.vmc.orgs.sddcs_client.ProvisionSpec(config)
+

Bases: vmware.vapi.bindings.stub.VapiInterface

+
+
Parameters
+

config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.

+
+
+
+
+get(org)
+

Get sddc provision spec for an org

+
+
Parameters
+

org (str) – Organization identifier. (required)

+
+
Return type
+

com.vmware.vmc.model_client.ProvisionSpec

+
+
Returns
+

com.vmware.vmc.model.ProvisionSpec

+
+
Raise
+

com.vmware.vapi.std.errors_client.Unauthenticated +Unauthorized

+
+
Raise
+

com.vmware.vapi.std.errors_client.InvalidRequest +BadRequest

+
+
Raise
+

com.vmware.vapi.std.errors_client.Unauthorized +Forbidden

+
+
Raise
+

com.vmware.vapi.std.errors_client.InternalServerError +Internal server error.

+
+
+
+ +
+
class com.vmware.vmc.orgs.sddcs_client.Publicips(config)
diff --git a/vmc/com.vmware.vmc.orgs.sddcs.html b/vmc/com.vmware.vmc.orgs.sddcs.html index 2a2e1703..dfd4c206 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 — vmc 1.15.0 documentation + com.vmware.vmc.orgs.sddcs package — vmc 1.16.0 documentation @@ -60,7 +60,7 @@
- 1.15.0 + 1.16.0
diff --git a/vmc/com.vmware.vmc.orgs.sddcs.networks.cgws.html b/vmc/com.vmware.vmc.orgs.sddcs.networks.cgws.html index 05e71053..df3d94a7 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 — vmc 1.15.0 documentation + com.vmware.vmc.orgs.sddcs.networks.cgws package — vmc 1.16.0 documentation @@ -60,7 +60,7 @@
- 1.15.0 + 1.16.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 d8c4fdfb..de7019fd 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 — vmc 1.15.0 documentation + com.vmware.vmc.orgs.sddcs.networks.edges.firewall package — vmc 1.16.0 documentation @@ -60,7 +60,7 @@
- 1.15.0 + 1.16.0
diff --git a/vmc/com.vmware.vmc.orgs.sddcs.networks.edges.html b/vmc/com.vmware.vmc.orgs.sddcs.networks.edges.html index 81b6c3e1..6f8dbaae 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 — vmc 1.15.0 documentation + com.vmware.vmc.orgs.sddcs.networks.edges package — vmc 1.16.0 documentation @@ -60,7 +60,7 @@
- 1.15.0 + 1.16.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 ab9a3648..34559272 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 — vmc 1.15.0 documentation + com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn package — vmc 1.16.0 documentation @@ -60,7 +60,7 @@
- 1.15.0 + 1.16.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 ce52c68f..d411c4b0 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 — vmc 1.15.0 documentation + com.vmware.vmc.orgs.sddcs.networks.edges.nat package — vmc 1.16.0 documentation @@ -60,7 +60,7 @@
- 1.15.0 + 1.16.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 5c9f535f..bfce8948 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 — vmc 1.15.0 documentation + com.vmware.vmc.orgs.sddcs.networks.edges.statistics package — vmc 1.16.0 documentation @@ -60,7 +60,7 @@
- 1.15.0 + 1.16.0
diff --git a/vmc/com.vmware.vmc.orgs.sddcs.networks.html b/vmc/com.vmware.vmc.orgs.sddcs.networks.html index 7375ce7f..cd685f61 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 — vmc 1.15.0 documentation + com.vmware.vmc.orgs.sddcs.networks package — vmc 1.16.0 documentation @@ -60,7 +60,7 @@
- 1.15.0 + 1.16.0
diff --git a/vmc/enumeration.html b/vmc/enumeration.html index c84534d6..fa2d4d36 100644 --- a/vmc/enumeration.html +++ b/vmc/enumeration.html @@ -8,7 +8,7 @@ - Interface definition language to python mapping for enumerated types — vmc 1.15.0 documentation + Interface definition language to python mapping for enumerated types — vmc 1.16.0 documentation @@ -58,7 +58,7 @@
- 1.15.0 + 1.16.0
diff --git a/vmc/genindex.html b/vmc/genindex.html index 0c5def64..2330e688 100644 --- a/vmc/genindex.html +++ b/vmc/genindex.html @@ -9,7 +9,7 @@ - Index — vmc 1.15.0 documentation + Index — vmc 1.16.0 documentation @@ -59,7 +59,7 @@
- 1.15.0 + 1.16.0
@@ -234,6 +234,8 @@
  • AUTHENTICATION_PSK (com.vmware.vmc.model_client.Vpn attribute)
  • AUTHENTICATION_UNKNOWN (com.vmware.vmc.model_client.Vpn attribute) +
  • +
  • AvailableZoneInfo (class in com.vmware.vmc.model_client)
  • AwsAgent (class in com.vmware.vmc.model_client)
  • @@ -393,6 +395,8 @@
  • (class in com.vmware.vmc.orgs.sddcs.networks.edges.nat_client)
  • +
  • ConfigSpec (class in com.vmware.vmc.model_client) +
  • ConnectedAccounts (class in com.vmware.vmc.orgs.account_link_client)
  • ConnectivityAgentValidation (class in com.vmware.vmc.model_client) @@ -761,6 +765,8 @@
  • (com.vmware.vmc.orgs.sddcs.networks_client.Edges method)
  • (com.vmware.vmc.orgs.sddcs.networks_client.Logical method) +
  • +
  • (com.vmware.vmc.orgs.sddcs_client.ProvisionSpec method)
  • (com.vmware.vmc.orgs.sddcs_client.Publicips method)
  • @@ -855,11 +861,13 @@
  • ID_SECONDARY_DNS (com.vmware.vmc.model_client.ConnectivityValidationSubGroup attribute)
  • - - +
  • Providers (class in com.vmware.vmc.orgs_client)
  • +
  • ProvisionSpec (class in com.vmware.vmc.model_client) + +
  • Public (class in com.vmware.vmc.orgs.sddcs.dns_client)
  • Publicips (class in com.vmware.vmc.orgs.sddcs_client) @@ -1186,6 +1200,8 @@
  • ReservationWindowMaintenanceProperties (class in com.vmware.vmc.model_client)
  • Result (class in com.vmware.vmc.model_client) +
  • +
  • RouteTableInfo (class in com.vmware.vmc.model_client)
  • RULE_TYPE_DEFAULT (com.vmware.vmc.model_client.FirewallRule attribute)
  • @@ -1222,6 +1238,8 @@
  • SddcAllocatePublicIpSpec (class in com.vmware.vmc.model_client)
  • SddcConfig (class in com.vmware.vmc.model_client) +
  • +
  • SddcConfigSpec (class in com.vmware.vmc.model_client)
  • SddcConnections (class in com.vmware.vmc.orgs.account_link_client)
  • @@ -1345,8 +1363,6 @@
  • STATE_CONNECTED (com.vmware.vmc.model_client.Vpn attribute)
  • - - +