diff --git a/vmc/_sources/com.vmware.vmc.orgs.sddcs.rst.txt b/vmc/_sources/com.vmware.vmc.orgs.sddcs.rst.txt index 597d3fe6..8fba8ba4 100644 --- a/vmc/_sources/com.vmware.vmc.orgs.sddcs.rst.txt +++ b/vmc/_sources/com.vmware.vmc.orgs.sddcs.rst.txt @@ -32,6 +32,14 @@ com.vmware.vmc.orgs.sddcs.dns\_client module :undoc-members: :show-inheritance: +com.vmware.vmc.orgs.sddcs.management\_vms\_client module +-------------------------------------------------------- + +.. automodule:: com.vmware.vmc.orgs.sddcs.management_vms_client + :members: + :undoc-members: + :show-inheritance: + com.vmware.vmc.orgs.sddcs.networking\_client module --------------------------------------------------- diff --git a/vmc/_sources/index.rst.txt b/vmc/_sources/index.rst.txt index f2604494..1a8db33f 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 Wed May 29 10:00:45 2019. + sphinx-quickstart on Tue Jun 4 12:24:36 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/ajax-loader.gif b/vmc/_static/ajax-loader.gif new file mode 100644 index 00000000..61faf8ca Binary files /dev/null and b/vmc/_static/ajax-loader.gif differ diff --git a/vmc/_static/basic.css b/vmc/_static/basic.css index 53acd096..0807176e 100644 --- a/vmc/_static/basic.css +++ b/vmc/_static/basic.css @@ -231,16 +231,6 @@ a.headerlink { visibility: hidden; } -a.brackets:before, -span.brackets > a:before{ - content: "["; -} - -a.brackets:after, -span.brackets > a:after { - content: "]"; -} - h1:hover > a.headerlink, h2:hover > a.headerlink, h3:hover > a.headerlink, @@ -401,16 +391,6 @@ table.citation td { border-bottom: none; } -th > p:first-child, -td > p:first-child { - margin-top: 0px; -} - -th > p:last-child, -td > p:last-child { - margin-bottom: 0px; -} - /* -- figures --------------------------------------------------------------- */ div.figure { @@ -480,57 +460,11 @@ ol.upperroman { list-style: upper-roman; } -li > p:first-child { - margin-top: 0px; -} - -li > p:last-child { - margin-bottom: 0px; -} - -dl.footnote > dt, -dl.citation > dt { - float: left; -} - -dl.footnote > dd, -dl.citation > dd { - margin-bottom: 0em; -} - -dl.footnote > dd:after, -dl.citation > dd:after { - content: ""; - clear: both; -} - -dl.field-list { - display: flex; - flex-wrap: wrap; -} - -dl.field-list > dt { - flex-basis: 20%; - font-weight: bold; - word-break: break-word; -} - -dl.field-list > dt:after { - content: ":"; -} - -dl.field-list > dd { - flex-basis: 70%; - padding-left: 1em; - margin-left: 0em; - margin-bottom: 0em; -} - dl { margin-bottom: 15px; } -dd > p:first-child { +dd p { margin-top: 0px; } @@ -603,12 +537,6 @@ dl.glossary dt { font-style: oblique; } -.classifier:before { - font-style: normal; - margin: 0.5em; - content: ":"; -} - abbr, acronym { border-bottom: dotted 1px; cursor: help; diff --git a/vmc/_static/comment-bright.png b/vmc/_static/comment-bright.png new file mode 100644 index 00000000..15e27edb Binary files /dev/null and b/vmc/_static/comment-bright.png differ diff --git a/vmc/_static/comment-close.png b/vmc/_static/comment-close.png new file mode 100644 index 00000000..4d91bcf5 Binary files /dev/null and b/vmc/_static/comment-close.png differ diff --git a/vmc/_static/comment.png b/vmc/_static/comment.png new file mode 100644 index 00000000..dfbc0cbd Binary files /dev/null and b/vmc/_static/comment.png differ diff --git a/vmc/_static/doctools.js b/vmc/_static/doctools.js index b33f87fc..344db17d 100644 --- a/vmc/_static/doctools.js +++ b/vmc/_static/doctools.js @@ -87,13 +87,14 @@ jQuery.fn.highlightText = function(text, className) { node.nextSibling)); node.nodeValue = val.substr(0, pos); if (isInSVG) { + var bbox = span.getBBox(); var rect = document.createElementNS("http://www.w3.org/2000/svg", "rect"); - var bbox = node.parentElement.getBBox(); - rect.x.baseVal.value = bbox.x; + rect.x.baseVal.value = bbox.x; rect.y.baseVal.value = bbox.y; rect.width.baseVal.value = bbox.width; rect.height.baseVal.value = bbox.height; rect.setAttribute('class', className); + var parentOfText = node.parentNode.parentNode; addItems.push({ "parent": node.parentNode, "target": rect}); diff --git a/vmc/_static/documentation_options.js b/vmc/_static/documentation_options.js index 1202b357..093f6aa1 100644 --- a/vmc/_static/documentation_options.js +++ b/vmc/_static/documentation_options.js @@ -1,10 +1,10 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '1.4.0', + VERSION: '1.5.0', LANGUAGE: 'en', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true, SOURCELINK_SUFFIX: '.txt', - NAVIGATION_WITH_KEYS: false + NAVIGATION_WITH_KEYS: false, }; \ No newline at end of file diff --git a/vmc/_static/down-pressed.png b/vmc/_static/down-pressed.png new file mode 100644 index 00000000..5756c8ca Binary files /dev/null and b/vmc/_static/down-pressed.png differ diff --git a/vmc/_static/down.png b/vmc/_static/down.png new file mode 100644 index 00000000..1b3bdad2 Binary files /dev/null and b/vmc/_static/down.png differ diff --git a/vmc/_static/searchtools.js b/vmc/_static/searchtools.js index bdc27065..5ff31806 100644 --- a/vmc/_static/searchtools.js +++ b/vmc/_static/searchtools.js @@ -36,10 +36,8 @@ if (!Scorer) { // query found in title title: 15, - partialTitle: 7, // query found in terms - term: 5, - partialTerm: 2 + term: 5 }; } @@ -58,14 +56,6 @@ var Search = { _queued_query : null, _pulse_status : -1, - htmlToText : function(htmlString) { - var htmlElement = document.createElement('span'); - htmlElement.innerHTML = htmlString; - $(htmlElement).find('.headerlink').remove(); - docContent = $(htmlElement).find('[role=main]')[0]; - return docContent.textContent || docContent.innerText; - }, - init : function() { var params = $.getQueryParameters(); if (params.q) { @@ -130,7 +120,7 @@ var Search = { this.out = $('#search-results'); this.title = $('

' + _('Searching') + '

').appendTo(this.out); this.dots = $('').appendTo(this.title); - this.status = $('

 

').appendTo(this.out); + this.status = $('

').appendTo(this.out); this.output = $(' diff --git a/vmc/com.vmware.html b/vmc/com.vmware.html index ab1da168..bfef0aa0 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.4.0 documentation + com.vmware package — VMware Cloud on AWS Console API 1.5.0 documentation @@ -60,7 +60,7 @@
- 1.4.0 + 1.5.0
@@ -229,6 +229,7 @@
  • Submodules
  • com.vmware.vmc.orgs.sddcs.addons_client module
  • com.vmware.vmc.orgs.sddcs.dns_client module
  • +
  • com.vmware.vmc.orgs.sddcs.management_vms_client module
  • com.vmware.vmc.orgs.sddcs.networking_client module
  • com.vmware.vmc.orgs.sddcs.networks_client module
  • @@ -263,35 +264,37 @@
    class com.vmware.vmc_client.Locale(config)

    Bases: vmware.vapi.bindings.stub.VapiInterface

    -
    -
    Parameters
    -

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

    -
    -
    + +++ + + + +
    Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
    set(vmc_locale)

    Sets the locale for the session which is used for translating responses.

    -
    -
    Parameters
    -

    vmc_locale (com.vmware.vmc.model_client.VmcLocale) – The locale to be set. (required)

    -
    -
    Return type
    -

    com.vmware.vmc.model_client.VmcLocale

    -
    -
    Returns
    -

    com.vmware.vmc.model.VmcLocale

    -
    -
    Raise
    -

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

    -
    -
    Raise
    -

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

    -
    -
    + +++ + + + + + + + + + + + +
    Parameters:vmc_locale (com.vmware.vmc.model_client.VmcLocale) – The locale to be set. (required)
    Return type:com.vmware.vmc.model_client.VmcLocale
    Returns:com.vmware.vmc.model.VmcLocale
    Raise:com.vmware.vapi.std.errors_client.Unauthenticated +Unauthorized
    Raise:com.vmware.vapi.std.errors_client.Unauthorized +Forbidden
    @@ -300,38 +303,39 @@ Forbidden

    class com.vmware.vmc_client.Orgs(config)

    Bases: vmware.vapi.bindings.stub.VapiInterface

    -
    -
    Parameters
    -

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

    -
    -
    + +++ + + + +
    Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
    get(org)

    Get details of organization

    -
    -
    Parameters
    -

    org (str) – Organization identifier. (required)

    -
    -
    Return type
    -

    com.vmware.vmc.model_client.Organization

    -
    -
    Returns
    -

    com.vmware.vmc.model.Organization

    -
    -
    Raise
    -

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

    -
    -
    Raise
    -

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

    -
    -
    Raise
    -

    com.vmware.vapi.std.errors_client.NotFound -Organization doesn’t exist

    -
    -
    + +++ + + + + + + + + + + + + + +
    Parameters:org (str) – Organization identifier. (required)
    Return type:com.vmware.vmc.model_client.Organization
    Returns:com.vmware.vmc.model.Organization
    Raise:com.vmware.vapi.std.errors_client.Unauthenticated +Unauthorized
    Raise:com.vmware.vapi.std.errors_client.Unauthorized +Forbidden
    Raise:com.vmware.vapi.std.errors_client.NotFound +Organization doesn’t exist
    @@ -339,22 +343,22 @@ Organization doesn’t exist

    list()

    Return a list of all organizations the calling user (based on credential) is authorized on.

    -
    -
    Return type
    -

    list of com.vmware.vmc.model_client.Organization

    -
    -
    Returns
    -

    -
    -
    Raise
    -

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

    -
    -
    Raise
    -

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

    -
    -
    + +++ + + + + + + + + + +
    Return type:list of com.vmware.vmc.model_client.Organization
    Returns:
    Raise:com.vmware.vapi.std.errors_client.Unauthenticated +Unauthorized
    Raise:com.vmware.vapi.std.errors_client.Unauthorized +Forbidden
    @@ -364,11 +368,14 @@ Forbidden

    class com.vmware.vmc_client.StubFactory(stub_config)

    Bases: vmware.vapi.bindings.stub.StubFactoryBase

    Initialize StubFactoryBase

    -
    -
    Parameters
    -

    stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance

    -
    -
    + +++ + + + +
    Parameters:stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
    diff --git a/vmc/com.vmware.vmc.html b/vmc/com.vmware.vmc.html index 8eeada0a..73e97c89 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.4.0 documentation + com.vmware.vmc package — VMware Cloud on AWS Console API 1.5.0 documentation @@ -60,7 +60,7 @@
    - 1.4.0 + 1.5.0
    @@ -229,6 +229,7 @@
  • Submodules
  • com.vmware.vmc.orgs.sddcs.addons_client module
  • com.vmware.vmc.orgs.sddcs.dns_client module
  • +
  • com.vmware.vmc.orgs.sddcs.management_vms_client module
  • com.vmware.vmc.orgs.sddcs.networking_client module
  • com.vmware.vmc.orgs.sddcs.networks_client module
  • @@ -257,24 +258,28 @@ class com.vmware.vmc.model_client.AbstractEntity(updated=None, user_id=None, updated_by_user_id=None, created=None, version=None, updated_by_user_name=None, user_name=None, id=None)

    Bases: vmware.vapi.bindings.struct.VapiStruct

    -

    Tip

    -

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

    Tip

    +

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

    -
    -
    Parameters
    -
      -
    • updated (datetime.datetime) –

    • -
    • user_id (str) – User id that last updated this record

    • -
    • updated_by_user_id (str) – User id that last updated this record

    • -
    • created (datetime.datetime) –

    • -
    • version (long) – Version of this entity format: int32

    • -
    • updated_by_user_name (str or None) – User name that last updated this record

    • -
    • user_name (str) – User name that last updated this record

    • -
    • id (str) – Unique ID for this entity

    • + +++ + + + +
      Parameters:
        +
      • updated (datetime.datetime) –
      • +
      • user_id (str) – User id that last updated this record
      • +
      • updated_by_user_id (str) – User id that last updated this record
      • +
      • created (datetime.datetime) –
      • +
      • version (long) – Version of this entity format: int32
      • +
      • updated_by_user_name (str or None) – User name that last updated this record
      • +
      • user_name (str) – User name that last updated this record
      • +
      • id (str) – Unique ID for this entity
      - - +
    @@ -282,16 +287,19 @@ names.

    class com.vmware.vmc.model_client.AccountLinkConfig(delay_account_link=None)

    Bases: vmware.vapi.bindings.struct.VapiStruct

    -

    Tip

    -

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

    Tip

    +

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

    -
    -
    Parameters
    -

    delay_account_link (bool or None) – Boolean flag identifying whether account linking should be delayed -or not for the SDDC.

    -
    -
    + +++ + + + +
    Parameters:delay_account_link (bool or None) – Boolean flag identifying whether account linking should be delayed +or not for the SDDC.
    @@ -299,18 +307,22 @@ or not for the SDDC.

    class com.vmware.vmc.model_client.AccountLinkSddcConfig(customer_subnet_ids=None, connected_account_id=None)

    Bases: vmware.vapi.bindings.struct.VapiStruct

    -

    Tip

    -

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

    Tip

    +

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

    -
    -
    Parameters
    -
      -
    • customer_subnet_ids (list of str or None) –

    • -
    • connected_account_id (str or None) – The ID of the customer connected account to work with.

    • + +++ + + + +
      Parameters:
        +
      • customer_subnet_ids (list of str or None) –
      • +
      • connected_account_id (str or None) – The ID of the customer connected account to work with.
      - - +
    @@ -319,24 +331,28 @@ names.

    Bases: vmware.vapi.bindings.struct.VapiStruct

    Source or Destination for firewall rule. Default is ‘any’.

    -

    Tip

    -

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

    Tip

    +

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

    -
    -
    Parameters
    -
      -
    • exclude (bool or None) – Exclude the specified source or destination.

    • -
    • ip_address (list of str or None) – List of string. Can specify single IP address, range of IP address, -or in CIDR format. Can define multiple.

    • -
    • grouping_object_id (list of str or None) – List of string. Id of cluster, datacenter, distributedPortGroup, + +++ + + + +
      Parameters:
        +
      • exclude (bool or None) – Exclude the specified source or destination.
      • +
      • ip_address (list of str or None) – List of string. Can specify single IP address, range of IP address, +or in CIDR format. Can define multiple.
      • +
      • grouping_object_id (list of str or None) – List of string. Id of cluster, datacenter, distributedPortGroup, legacyPortGroup, VirtualMachine, vApp, resourcePool, logicalSwitch, -IPSet, securityGroup. Can define multiple.

      • -
      • vnic_group_id (list of str or None) – List of string. Possible values are vnic-index-[1-9], vse, external -or internal. Can define multiple.

      • +IPSet, securityGroup. Can define multiple. +
      • vnic_group_id (list of str or None) – List of string. Possible values are vnic-index-[1-9], vse, external +or internal. Can define multiple.
      - - +

    @@ -344,42 +360,45 @@ or internal. Can define multiple.

    class com.vmware.vmc.model_client.Agent(cert_enabled=None, internal_ip=None, hostname_verifier_enabled=None, network_netmask=None, network_gateway=None, provider='Agent', is_master=None, agent_state=None, agent_url=None)

    Bases: vmware.vapi.bindings.struct.VapiStruct

    -

    Tip

    -

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

    Tip

    +

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

    -
    -
    Parameters
    -
      -
    • cert_enabled (bool or None) – Boolean flag to indicate if the agent is using CA signed -certificate

    • -
    • internal_ip (str or None) – Internal IP address of the agent

    • -
    • hostname_verifier_enabled (bool or None) – Boolean flag to indicate if the agent is using FQDN in the -certificate

    • -
    • network_netmask (str or None) – Network netmask of the agent

    • -
    • network_gateway (str or None) – Network gateway of the agent

    • -
    • provider (str) – The cloud provider

    • -
    • is_master (bool or None) – Boolean flag to indicate if the agent is the master, only the -master Agent is accessible

    • -
    • agent_state (str or None) –

      Possible values are:

      + +++ + + + +
      Parameters: - - +
      AGENT_STATE_CUSTOMIZING = 'CUSTOMIZING'
      @@ -429,19 +448,23 @@ IP address from the Internet and private IP address within SDDC

    • Bases: vmware.vapi.bindings.struct.VapiStruct

      the AmiInfo used for deploying esx of the sddc

      -

      Tip

      -

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

      Tip

      +

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

      -
      -
      Parameters
      -
        -
      • region (str or None) – the region of the esx ami

      • -
      • id (str or None) – the ami id for the esx

      • -
      • name (str or None) – the name of the esx ami

      • + +++ + + + +
        Parameters:
          +
        • region (str or None) – the region of the esx ami
        • +
        • id (str or None) – the ami id for the esx
        • +
        • name (str or None) – the name of the esx ami
        - - +
      @@ -450,37 +473,41 @@ names.

      Bases: vmware.vapi.bindings.struct.VapiStruct

      NSX Edge appliance summary.

      -

      Tip

      -

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

      Tip

      +

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

      -
      -
      Parameters
      -
        -
      • data_store_moid_of_active_vse (str or None) – vCenter MOID of the active NSX Edge appliance’s data store.

      • -
      • enable_fips (bool or None) – Value is true if FIPS is enabled on NSX Edge appliance.

      • -
      • host_name_of_active_vse (str or None) – Host name of the active NSX Edge appliance.

      • -
      • vm_build_info (str or None) – NSX Edge appliance build version.

      • -
      • deploy_appliances (bool or None) – Value is true if NSX Edge appliances are to be deployed.

      • -
      • communication_channel (str or None) – Communication channel used to communicate with NSX Edge appliance.

      • -
      • vm_name_of_active_vse (str or None) – Name of the active NSX Edge appliance.

      • -
      • number_of_deployed_vms (long or None) – Number of deployed appliances of the NSX Edge. format: int32

      • -
      • resource_pool_moid_of_active_vse (str or None) – vCenter MOID of the active NSX Edge appliance’s resource + +++ + + + +
        Parameters:
          +
        • data_store_moid_of_active_vse (str or None) – vCenter MOID of the active NSX Edge appliance’s data store.
        • +
        • enable_fips (bool or None) – Value is true if FIPS is enabled on NSX Edge appliance.
        • +
        • host_name_of_active_vse (str or None) – Host name of the active NSX Edge appliance.
        • +
        • vm_build_info (str or None) – NSX Edge appliance build version.
        • +
        • deploy_appliances (bool or None) – Value is true if NSX Edge appliances are to be deployed.
        • +
        • communication_channel (str or None) – Communication channel used to communicate with NSX Edge appliance.
        • +
        • vm_name_of_active_vse (str or None) – Name of the active NSX Edge appliance.
        • +
        • number_of_deployed_vms (long or None) – Number of deployed appliances of the NSX Edge. format: int32
        • +
        • resource_pool_moid_of_active_vse (str or None) – vCenter MOID of the active NSX Edge appliance’s resource pool/cluster. Can be resource pool ID, e.g. resgroup-15 or cluster -ID, e.g. domain-c41.

        • -
        • data_store_name_of_active_vse (str or None) – Datastore name of the active NSX Edge appliance.

        • -
        • vm_moid_of_active_vse (str or None) – vCenter MOID of the active NSX Edge appliance.

        • -
        • status_from_vse_updated_on (long or None) – Time stamp value when healthcheck status was last updated for the -NSX Edge appliance. format: int64

        • -
        • fqdn (str or None) – FQDN of the NSX Edge.

        • -
        • appliance_size (str or None) – NSX Edge appliance size.

        • -
        • resource_pool_name_of_active_vse (str or None) – Resource Pool/Cluster name of the active NSX Edge appliance.

        • -
        • active_vse_ha_index (long or None) – HA index of the active NSX Edge appliance. format: int32

        • -
        • vm_version (str or None) – NSX Edge appliance version.

        • -
        • host_moid_of_active_vse (str or None) – vCenter MOID of the active NSX Edge appliance’s host.

        • +ID, e.g. domain-c41. +
        • data_store_name_of_active_vse (str or None) – Datastore name of the active NSX Edge appliance.
        • +
        • vm_moid_of_active_vse (str or None) – vCenter MOID of the active NSX Edge appliance.
        • +
        • status_from_vse_updated_on (long or None) – Time stamp value when healthcheck status was last updated for the +NSX Edge appliance. format: int64
        • +
        • fqdn (str or None) – FQDN of the NSX Edge.
        • +
        • appliance_size (str or None) – NSX Edge appliance size.
        • +
        • resource_pool_name_of_active_vse (str or None) – Resource Pool/Cluster name of the active NSX Edge appliance.
        • +
        • active_vse_ha_index (long or None) – HA index of the active NSX Edge appliance. format: int32
        • +
        • vm_version (str or None) – NSX Edge appliance version.
        • +
        • host_moid_of_active_vse (str or None) – vCenter MOID of the active NSX Edge appliance’s host.
        - - +

      @@ -489,19 +516,23 @@ NSX Edge appliance. format: int64

      Bases: vmware.vapi.bindings.struct.VapiStruct

      Application for firewall rule

      -

      Tip

      -

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

      Tip

      +

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

      -
      -
      Parameters
      -
        -
      • application_id (list of str or None) – List of string. Id of service or serviceGroup groupingObject. Can -define multiple.

      • -
      • service (list of Nsxfirewallservice or None) – List of protocol and ports. Can define multiple.

      • + +++ + + + +
        Parameters:
          +
        • application_id (list of str or None) – List of string. Id of service or serviceGroup groupingObject. Can +define multiple.
        • +
        • service (list of Nsxfirewallservice or None) – List of protocol and ports. Can define multiple.
        - - +
      @@ -509,44 +540,47 @@ define multiple.

      class com.vmware.vmc.model_client.AwsAgent(instance_id=None, key_pair=None, cert_enabled=None, internal_ip=None, hostname_verifier_enabled=None, network_netmask=None, network_gateway=None, provider='AWS', is_master=None, agent_state=None, agent_url=None)

      Bases: vmware.vapi.bindings.struct.VapiStruct

      -

      Tip

      -

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

      Tip

      +

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

      -
      -
      Parameters
      -
        -
      • instance_id (str or None) –

      • -
      • key_pair (AwsKeyPair or None) –

      • -
      • cert_enabled (bool or None) – Boolean flag to indicate if the agent is using CA signed -certificate

      • -
      • internal_ip (str or None) – Internal IP address of the agent

      • -
      • hostname_verifier_enabled (bool or None) – Boolean flag to indicate if the agent is using FQDN in the -certificate

      • -
      • network_netmask (str or None) – Network netmask of the agent

      • -
      • network_gateway (str or None) – Network gateway of the agent

      • -
      • provider (str) – The cloud provider

      • -
      • is_master (bool or None) – Boolean flag to indicate if the agent is the master, only the -master Agent is accessible

      • -
      • agent_state (str or None) –

        Possible values are:

        + +++ + + + +
        Parameters: - - +
        provider
        @@ -560,18 +594,22 @@ IP address from the Internet and private IP address within SDDC

      • class com.vmware.vmc.model_client.AwsCloudProvider(regions=None, provider='AWS')

        Bases: vmware.vapi.bindings.struct.VapiStruct

        -

        Tip

        -

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

        Tip

        +

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

        -
        -
        Parameters
        -
          -
        • regions (list of str or None) –

        • -
        • provider (str) – Name of the Cloud Provider

        • + +++ + + + +
          Parameters:
            +
          • regions (list of str or None) –
          • +
          • provider (str) – Name of the Cloud Provider
          - - +
          provider
          @@ -585,18 +623,22 @@ names.

          class com.vmware.vmc.model_client.AwsCompatibleSubnets(customer_available_zones=None, vpc_map=None)

          Bases: vmware.vapi.bindings.struct.VapiStruct

          -

          Tip

          -

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

          Tip

          +

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

          -
          -
          Parameters
          -
            -
          • customer_available_zones (list of str or None) –

          • -
          • vpc_map ((dict of str and VpcInfoSubnets) or None) –

          • + +++ + + + +
            Parameters:
              +
            • customer_available_zones (list of str or None) –
            • +
            • vpc_map ((dict of str and VpcInfoSubnets) or None) –
            - - +
          @@ -604,40 +646,44 @@ names.

          class com.vmware.vmc.model_client.AwsCustomerConnectedAccount(updated=None, user_id=None, updated_by_user_id=None, created=None, version=None, updated_by_user_name=None, user_name=None, id=None, policy_payer_arn=None, region_to_az_to_shadow_mapping=None, org_id=None, cf_stack_name=None, state=None, account_number=None, policy_service_arn=None, policy_external_id=None, policy_payer_linked_arn=None)

          Bases: vmware.vapi.bindings.struct.VapiStruct

          -

          Tip

          -

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

          Tip

          +

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

          -
          -
          Parameters
          -
            -
          • updated (datetime.datetime) –

          • -
          • user_id (str) – User id that last updated this record

          • -
          • updated_by_user_id (str) – User id that last updated this record

          • -
          • created (datetime.datetime) –

          • -
          • version (long) – Version of this entity format: int32

          • -
          • updated_by_user_name (str or None) – User name that last updated this record

          • -
          • user_name (str) – User name that last updated this record

          • -
          • id (str) – Unique ID for this entity

          • -
          • policy_payer_arn (str or None) –

          • -
          • region_to_az_to_shadow_mapping ((dict of str and (dict of str and str)) or None) – Provides a map of regions to availability zones from the shadow -account’s perspective

          • -
          • org_id (str or None) –

          • -
          • cf_stack_name (str or None) –

          • -
          • state (str or None) –

            Possible values are:

            + +++ + + + +
            Parameters:
              +
            • updated (datetime.datetime) –
            • +
            • user_id (str) – User id that last updated this record
            • +
            • updated_by_user_id (str) – User id that last updated this record
            • +
            • created (datetime.datetime) –
            • +
            • version (long) – Version of this entity format: int32
            • +
            • updated_by_user_name (str or None) – User name that last updated this record
            • +
            • user_name (str) – User name that last updated this record
            • +
            • id (str) – Unique ID for this entity
            • +
            • policy_payer_arn (str or None) –
            • +
            • region_to_az_to_shadow_mapping ((dict of str and (dict of str and str)) or None) – Provides a map of regions to availability zones from the shadow +account’s perspective
            • +
            • org_id (str or None) –
            • +
            • cf_stack_name (str or None) –
            • +
            • state (str or None) –

              Possible values are:

              -

            • -
            • account_number (str or None) –

            • -
            • policy_service_arn (str or None) –

            • -
            • policy_external_id (str or None) –

            • -
            • policy_payer_linked_arn (str or None) –

            • + +
            • account_number (str or None) –
            • +
            • policy_service_arn (str or None) –
            • +
            • policy_external_id (str or None) –
            • +
            • policy_payer_linked_arn (str or None) –
            - - +
            STATE_ACTIVE = 'ACTIVE'
            @@ -660,34 +706,38 @@ account’s perspective

          • class com.vmware.vmc.model_client.AwsEsxHost(internal_public_ip_pool=None, name=None, availability_zone=None, esx_id=None, hostname=None, provider='AWS', mac_address=None, custom_properties=None, esx_state=None)

            Bases: vmware.vapi.bindings.struct.VapiStruct

            -

            Tip

            -

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

            Tip

            +

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

            -
            -
            Parameters
            -
              -
            • internal_public_ip_pool (list of SddcPublicIp or None) –

            • -
            • name (str or None) –

            • -
            • availability_zone (str or None) – Availability zone where the host is provisioned.

            • -
            • esx_id (str or None) –

            • -
            • hostname (str or None) –

            • -
            • provider (str) –

            • -
            • mac_address (str or None) –

            • -
            • custom_properties ((dict of str and str) or None) –

            • -
            • esx_state (str or None) –

              Possible values are:

              + +++ + + + +
              Parameters: - - +
              provider
              @@ -701,19 +751,23 @@ names.

              class com.vmware.vmc.model_client.AwsKeyPair(key_name=None, key_fingerprint=None, key_material=None)

              Bases: vmware.vapi.bindings.struct.VapiStruct

              -

              Tip

              -

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

              Tip

              +

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

              -
              -
              Parameters
              -
                -
              • key_name (str or None) –

              • -
              • key_fingerprint (str or None) –

              • -
              • key_material (str or None) –

              • + +++ + + + +
                Parameters:
                  +
                • key_name (str or None) –
                • +
                • key_fingerprint (str or None) –
                • +
                • key_material (str or None) –
                - - +
              @@ -721,15 +775,18 @@ names.

              class com.vmware.vmc.model_client.AwsKmsInfo(amazon_resource_name=None)

              Bases: vmware.vapi.bindings.struct.VapiStruct

              -

              Tip

              -

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

              Tip

              +

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

              -
              -
              Parameters
              -

              amazon_resource_name (str) – The ARN associated with the customer master key for this cluster.

              -
              -
              + +++ + + + +
              Parameters:amazon_resource_name (str) – The ARN associated with the customer master key for this cluster.
              @@ -737,50 +794,54 @@ names.

              class com.vmware.vmc.model_client.AwsSddcConfig(region=None, storage_capacity=None, name=None, account_link_sddc_config=None, vpc_cidr=None, num_hosts=None, sddc_type=None, vxlan_subnet=None, account_link_config=None, provider='AWS', skip_creating_vxlan=None, sso_domain=None, sddc_template_id=None, deployment_type=None)

              Bases: vmware.vapi.bindings.struct.VapiStruct

              -

              Tip

              -

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

              Tip

              +

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

              -
              -
              Parameters
              -
                -
              • region (str) –

              • -
              • storage_capacity (long or None) – The storage capacity value to be requested for the sddc primary + +++ + + + +
                Parameters:
                  +
                • region (str) –
                • +
                • storage_capacity (long or None) – The storage capacity value to be requested for the sddc primary cluster, in GiBs. If provided, instead of using the direct-attached storage, a capacity value amount of seperable storage will be used. -format: int64

                • -
                • name (str) –

                • -
                • account_link_sddc_config (list of AccountLinkSddcConfig or None) – A list of the SDDC linking configurations to use.

                • -
                • vpc_cidr (str or None) – AWS VPC IP range. Only prefix of 16 or 20 is currently supported.

                • -
                • num_hosts (long) –

                • -
                • sddc_type (str or None) – Denotes the sddc type , if the value is null or empty, the type is -considered as default.

                • -
                • vxlan_subnet (str or None) – VXLAN IP subnet in CIDR for compute gateway

                • -
                • account_link_config (AccountLinkConfig or None) – The account linking configuration, we will keep this one and remove -accountLinkSddcConfig finally.

                • -
                • provider (str) –

                  Possible values are:

                  +format: int64
                • +
                • name (str) –
                • +
                • account_link_sddc_config (list of AccountLinkSddcConfig or None) – A list of the SDDC linking configurations to use.
                • +
                • vpc_cidr (str or None) – AWS VPC IP range. Only prefix of 16 or 20 is currently supported.
                • +
                • num_hosts (long) –
                • +
                • sddc_type (str or None) – Denotes the sddc type , if the value is null or empty, the type is +considered as default.
                • +
                • vxlan_subnet (str or None) – VXLAN IP subnet in CIDR for compute gateway
                • +
                • account_link_config (AccountLinkConfig or None) – The account linking configuration, we will keep this one and remove +accountLinkSddcConfig finally.
                • +
                • provider (str) –

                  Possible values are:

                  Determines what additional properties are available based on cloud provider.

                  -

                • -
                • skip_creating_vxlan (bool or None) – skip creating vxlan for compute gateway for SDDC provisioning

                • -
                • sso_domain (str or None) – The SSO domain name to use for vSphere users. If not specified, -vmc.local will be used.

                • -
                • sddc_template_id (str or None) – If provided, configuration from the template will applied to the -provisioned SDDC. format: UUID

                • -
                • deployment_type (str or None) –

                  Possible values are:

                  +
                • +
                • skip_creating_vxlan (bool or None) – skip creating vxlan for compute gateway for SDDC provisioning
                • +
                • sso_domain (str or None) – The SSO domain name to use for vSphere users. If not specified, +vmc.local will be used.
                • +
                • sddc_template_id (str or None) – If provided, configuration from the template will applied to the +provisioned SDDC. format: UUID
                • +
                • deployment_type (str or None) –

                  Possible values are:

                  Denotes if request is for a SingleAZ or a MultiAZ SDDC. Default is SingleAZ.

                  -

                • +
                - - +

                provider
                @@ -794,49 +855,52 @@ SingleAZ.

                class com.vmware.vmc.model_client.AwsSddcConnection(updated=None, user_id=None, updated_by_user_id=None, created=None, version=None, updated_by_user_name=None, user_name=None, id=None, cidr_block_subnet=None, connected_account_id=None, eni_group=None, subnet_id=None, cgw_present=None, org_id=None, sddc_id=None, cidr_block_vpc=None, connection_order=None, state=None, subnet_availability_zone=None, vpc_id=None, customer_eni_infos=None, default_route_table=None)

                Bases: vmware.vapi.bindings.struct.VapiStruct

                -

                Tip

                -

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

                Tip

                +

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

                -
                -
                Parameters
                -
                  -
                • updated (datetime.datetime) –

                • -
                • user_id (str) – User id that last updated this record

                • -
                • updated_by_user_id (str) – User id that last updated this record

                • -
                • created (datetime.datetime) –

                • -
                • version (long) – Version of this entity format: int32

                • -
                • updated_by_user_name (str or None) – User name that last updated this record

                • -
                • user_name (str) – User name that last updated this record

                • -
                • id (str) – Unique ID for this entity

                • -
                • cidr_block_subnet (str or None) – The CIDR block of the customer’s subnet this link is in.

                • -
                • connected_account_id (str or None) – The corresponding connected (customer) account UUID this connection -is attached to.

                • -
                • eni_group (str or None) – Which group the ENIs belongs to. (deprecated)

                • -
                • subnet_id (str or None) – The ID of the subnet this link is to.

                • -
                • cgw_present (bool or None) – Determines whether the CGW is present in this connection set or -not. Used for multi-az deployments.

                • -
                • org_id (str or None) – The org this link belongs to.

                • -
                • sddc_id (str or None) – The SDDC this link is used for.

                • -
                • cidr_block_vpc (str or None) – The CIDR block of the customer’s VPC.

                • -
                • connection_order (long or None) – The order of the connection

                • -
                • state (str or None) –

                  Possible values are:

                  + +++ + + + +
                  Parameters:
                    +
                  • updated (datetime.datetime) –
                  • +
                  • user_id (str) – User id that last updated this record
                  • +
                  • updated_by_user_id (str) – User id that last updated this record
                  • +
                  • created (datetime.datetime) –
                  • +
                  • version (long) – Version of this entity format: int32
                  • +
                  • updated_by_user_name (str or None) – User name that last updated this record
                  • +
                  • user_name (str) – User name that last updated this record
                  • +
                  • id (str) – Unique ID for this entity
                  • +
                  • cidr_block_subnet (str or None) – The CIDR block of the customer’s subnet this link is in.
                  • +
                  • connected_account_id (str or None) – The corresponding connected (customer) account UUID this connection +is attached to.
                  • +
                  • eni_group (str or None) – Which group the ENIs belongs to. (deprecated)
                  • +
                  • subnet_id (str or None) – The ID of the subnet this link is to.
                  • +
                  • cgw_present (bool or None) – Determines whether the CGW is present in this connection set or +not. Used for multi-az deployments.
                  • +
                  • org_id (str or None) – The org this link belongs to.
                  • +
                  • sddc_id (str or None) – The SDDC this link is used for.
                  • +
                  • cidr_block_vpc (str or None) – The CIDR block of the customer’s VPC.
                  • +
                  • connection_order (long or None) – The order of the connection
                  • +
                  • state (str or None) –

                    Possible values are:

                    -

                    The state of the connection.

                    -
                    -

                  • -
                  • subnet_availability_zone (str or None) – Which availability zone is this connection in?

                  • -
                  • vpc_id (str or None) – The VPC ID of the subnet this link is to.

                  • -
                  • customer_eni_infos (list of CustomerEniInfo or None) – A list of all ENIs used for this connection.

                  • -
                  • default_route_table (str or None) – The default routing table in the customer’s VPC.

                  • +
                    The state of the connection.
                    + +
                  • subnet_availability_zone (str or None) – Which availability zone is this connection in?
                  • +
                  • vpc_id (str or None) – The VPC ID of the subnet this link is to.
                  • +
                  • customer_eni_infos (list of CustomerEniInfo or None) – A list of all ENIs used for this connection.
                  • +
                  • default_route_table (str or None) – The default routing table in the customer’s VPC.
                  - - +
                  STATE_ACTIVE = 'ACTIVE'
                  @@ -859,85 +923,87 @@ not. Used for multi-az deployments.

                • class com.vmware.vmc.model_client.AwsSddcResourceConfig(backup_restore_bucket=None, public_ip_pool=None, vpc_info=None, kms_vpc_endpoint=None, max_num_public_ip=None, account_link_sddc_config=None, region=None, vsan_encryption_config=None, vpc_info_peered_agent=None, mgmt_appliance_network_name=None, nsxt=None, mgw_id=None, nsx_mgr_url=None, psc_management_ip=None, psc_url=None, cgws=None, availability_zones=None, management_ds=None, nsx_api_public_endpoint_url=None, custom_properties=None, cloud_password=None, provider='AWS', clusters=None, vc_management_ip=None, sddc_networks=None, cloud_username=None, esx_hosts=None, nsx_mgr_management_ip=None, vc_instance_id=None, esx_cluster_id=None, vc_public_ip=None, skip_creating_vxlan=None, vc_url=None, sddc_manifest=None, vxlan_subnet=None, cloud_user_group=None, management_rp=None, witness_availability_zone=None, pop_agent_xeni_connection=None, nsx_controller_ips=None, esx_host_subnet=None, sso_domain=None, deployment_type=None, nsxt_addons=None, dns_with_management_vm_private_ip=None)

                  Bases: vmware.vapi.bindings.struct.VapiStruct

                  -

                  Tip

                  -

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

                  Tip

                  +

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

                  -
                  -
                  Parameters
                  -
                    -
                  • backup_restore_bucket (str or None) –

                  • -
                  • public_ip_pool (list of SddcPublicIp or None) –

                  • -
                  • vpc_info (VpcInfo or None) –

                  • -
                  • kms_vpc_endpoint (KmsVpcEndpoint or None) –

                  • -
                  • max_num_public_ip (long or None) – maximum number of public IP that user can allocate.

                  • -
                  • account_link_sddc_config (list of SddcLinkConfig or None) –

                  • -
                  • region (str or None) –

                  • -
                  • vsan_encryption_config (VsanEncryptionConfig or None) –

                  • -
                  • vpc_info_peered_agent (VpcInfo or None) –

                  • -
                  • mgmt_appliance_network_name (str or None) – Name for management appliance network.

                  • -
                  • nsxt (bool or None) – if true, NSX-T UI is enabled.

                  • -
                  • mgw_id (str or None) – Management Gateway Id

                  • -
                  • nsx_mgr_url (str or None) – URL of the NSX Manager

                  • -
                  • psc_management_ip (str or None) – PSC internal management IP

                  • -
                  • psc_url (str or None) – URL of the PSC server

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

                  • -
                  • availability_zones (list of str or None) – Availability zones over which esx hosts are provisioned. MultiAZ + +++ + + + +
                    Parameters:
                      +
                    • backup_restore_bucket (str or None) –
                    • +
                    • public_ip_pool (list of SddcPublicIp or None) –
                    • +
                    • vpc_info (VpcInfo or None) –
                    • +
                    • kms_vpc_endpoint (KmsVpcEndpoint or None) –
                    • +
                    • max_num_public_ip (long or None) – maximum number of public IP that user can allocate.
                    • +
                    • account_link_sddc_config (list of SddcLinkConfig or None) –
                    • +
                    • region (str or None) –
                    • +
                    • vsan_encryption_config (VsanEncryptionConfig or None) –
                    • +
                    • vpc_info_peered_agent (VpcInfo or None) –
                    • +
                    • mgmt_appliance_network_name (str or None) – Name for management appliance network.
                    • +
                    • nsxt (bool or None) – if true, NSX-T UI is enabled.
                    • +
                    • mgw_id (str or None) – Management Gateway Id
                    • +
                    • nsx_mgr_url (str or None) – URL of the NSX Manager
                    • +
                    • psc_management_ip (str or None) – PSC internal management IP
                    • +
                    • psc_url (str or None) – URL of the PSC server
                    • +
                    • cgws (list of str or None) –
                    • +
                    • availability_zones (list of str or None) – Availability zones over which esx hosts are provisioned. MultiAZ SDDCs will have hosts provisioned over two availability zones while -SingleAZ SDDCs will provision over one.

                    • -
                    • management_ds (str or None) – The ManagedObjectReference of the management Datastore

                    • -
                    • nsx_api_public_endpoint_url (str or None) – nsx api entire base url

                    • -
                    • custom_properties ((dict of str and str) or None) –

                    • -
                    • cloud_password (str or None) – Password for vCenter SDDC administrator

                    • -
                    • provider (str) –

                      Possible values are:

                      +SingleAZ SDDCs will provision over one.
                    • +
                    • management_ds (str or None) – The ManagedObjectReference of the management Datastore
                    • +
                    • nsx_api_public_endpoint_url (str or None) – nsx api entire base url
                    • +
                    • custom_properties ((dict of str and str) or None) –
                    • +
                    • cloud_password (str or None) – Password for vCenter SDDC administrator
                    • +
                    • provider (str) –

                      Possible values are:

                      -

                      Discriminator for additional properties

                      -
                      -

                    • -
                    • clusters (list of vmware.vapi.struct.VapiStruct or None) – List of clusters in the SDDC. +

                      Discriminator for additional properties
                      +
                    • +
                    • clusters (list of vmware.vapi.struct.VapiStruct or None) – List of clusters in the SDDC. When clients pass a value of this class as a parameter, the attribute must contain all the attributes defined in Cluster. When methods return a value of this class as a return value, the attribute will contain all the attributes defined -in Cluster.

                    • -
                    • vc_management_ip (str or None) – vCenter internal management IP

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

                    • -
                    • cloud_username (str or None) – Username for vCenter SDDC administrator

                    • -
                    • esx_hosts (list of AwsEsxHost or None) –

                    • -
                    • nsx_mgr_management_ip (str or None) – NSX Manager internal management IP

                    • -
                    • vc_instance_id (str or None) – unique id of the vCenter server

                    • -
                    • esx_cluster_id (str or None) – Cluster Id to add ESX workflow

                    • -
                    • vc_public_ip (str or None) – vCenter public IP

                    • -
                    • skip_creating_vxlan (bool or None) – skip creating vxlan for compute gateway for SDDC provisioning

                    • -
                    • vc_url (str or None) – URL of the vCenter server

                    • -
                    • sddc_manifest (SddcManifest or None) –

                    • -
                    • vxlan_subnet (str or None) – VXLAN IP subnet

                    • -
                    • cloud_user_group (str or None) – Group name for vCenter SDDC administrator

                    • -
                    • management_rp (str or None) –

                    • -
                    • witness_availability_zone (str or None) – Availability zone where the witness node is provisioned for a -MultiAZ SDDC. This is null for a SingleAZ SDDC.

                    • -
                    • pop_agent_xeni_connection (PopAgentXeniConnection or None) –

                    • -
                    • nsx_controller_ips (list of str or None) – List of Controller IPs

                    • -
                    • esx_host_subnet (str or None) – ESX host subnet

                    • -
                    • sso_domain (str or None) – The SSO domain name to use for vSphere users

                    • -
                    • deployment_type (str or None) –

                      Possible values are:

                      +in Cluster.
                    • +
                    • vc_management_ip (str or None) – vCenter internal management IP
                    • +
                    • sddc_networks (list of str or None) –
                    • +
                    • cloud_username (str or None) – Username for vCenter SDDC administrator
                    • +
                    • esx_hosts (list of AwsEsxHost or None) –
                    • +
                    • nsx_mgr_management_ip (str or None) – NSX Manager internal management IP
                    • +
                    • vc_instance_id (str or None) – unique id of the vCenter server
                    • +
                    • esx_cluster_id (str or None) – Cluster Id to add ESX workflow
                    • +
                    • vc_public_ip (str or None) – vCenter public IP
                    • +
                    • skip_creating_vxlan (bool or None) – skip creating vxlan for compute gateway for SDDC provisioning
                    • +
                    • vc_url (str or None) – URL of the vCenter server
                    • +
                    • sddc_manifest (SddcManifest or None) –
                    • +
                    • vxlan_subnet (str or None) – VXLAN IP subnet
                    • +
                    • cloud_user_group (str or None) – Group name for vCenter SDDC administrator
                    • +
                    • management_rp (str or None) –
                    • +
                    • witness_availability_zone (str or None) – Availability zone where the witness node is provisioned for a +MultiAZ SDDC. This is null for a SingleAZ SDDC.
                    • +
                    • pop_agent_xeni_connection (PopAgentXeniConnection or None) –
                    • +
                    • nsx_controller_ips (list of str or None) – List of Controller IPs
                    • +
                    • esx_host_subnet (str or None) – ESX host subnet
                    • +
                    • sso_domain (str or None) – The SSO domain name to use for vSphere users
                    • +
                    • deployment_type (str or None) –

                      Possible values are:

                      -

                      Denotes if this is a SingleAZ SDDC or a MultiAZ SDDC.

                      -
                      -

                    • -
                    • nsxt_addons (NsxtAddons or None) –

                    • -
                    • dns_with_management_vm_private_ip (bool or None) – if true, use the private IP addresses to register DNS records for -the management VMs

                    • +
                      Denotes if this is a SingleAZ SDDC or a MultiAZ SDDC.
                      + +
                    • nsxt_addons (NsxtAddons or None) –
                    • +
                    • dns_with_management_vm_private_ip (bool or None) – if true, use the private IP addresses to register DNS records for +the management VMs
                    - - +

                    provider
                    @@ -951,31 +1017,35 @@ the management VMs

                  • class com.vmware.vmc.model_client.AwsSubnet(connected_account_id=None, region_name=None, availability_zone=None, subnet_id=None, subnet_cidr_block=None, is_compatible=None, vpc_id=None, vpc_cidr_block=None, name=None)

                    Bases: vmware.vapi.bindings.struct.VapiStruct

                    -

                    Tip

                    -

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

                    Tip

                    +

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

                    -
                    -
                    Parameters
                    -
                      -
                    • connected_account_id (str or None) – The connected account ID this subnet is accessible through. This is -an internal ID formatted as a UUID specific to Skyscraper.

                    • -
                    • region_name (str or None) – The region this subnet is in, usually in the form of country code, -general location, and a number (ex. us-west-2).

                    • -
                    • availability_zone (str or None) – The availability zone this subnet is in, which should be the region -name plus one extra letter (ex. us-west-2a).

                    • -
                    • subnet_id (str or None) – The subnet ID in AWS, provided in the form ‘subnet-######’.

                    • -
                    • subnet_cidr_block (str or None) – The CIDR block of the subnet, in the form of ‘#.#.#.#/#’.

                    • -
                    • is_compatible (bool or None) – Flag indicating whether this subnet is compatible. If true, this is -a valid choice for the customer to deploy a SDDC in.

                    • -
                    • vpc_id (str or None) – The VPC ID the subnet resides in within AWS. Tends to be -‘vpc-#######’.

                    • -
                    • vpc_cidr_block (str or None) – The CIDR block of the VPC, in the form of ‘#.#.#.#/#’.

                    • -
                    • name (str or None) – Optional field (may not be provided by AWS), indicates the found -name tag for the subnet.

                    • + +++ + + + +
                      Parameters:
                        +
                      • connected_account_id (str or None) – The connected account ID this subnet is accessible through. This is +an internal ID formatted as a UUID specific to Skyscraper.
                      • +
                      • region_name (str or None) – The region this subnet is in, usually in the form of country code, +general location, and a number (ex. us-west-2).
                      • +
                      • availability_zone (str or None) – The availability zone this subnet is in, which should be the region +name plus one extra letter (ex. us-west-2a).
                      • +
                      • subnet_id (str or None) – The subnet ID in AWS, provided in the form ‘subnet-######’.
                      • +
                      • subnet_cidr_block (str or None) – The CIDR block of the subnet, in the form of ‘#.#.#.#/#’.
                      • +
                      • is_compatible (bool or None) – Flag indicating whether this subnet is compatible. If true, this is +a valid choice for the customer to deploy a SDDC in.
                      • +
                      • vpc_id (str or None) – The VPC ID the subnet resides in within AWS. Tends to be +‘vpc-#######’.
                      • +
                      • vpc_cidr_block (str or None) – The CIDR block of the VPC, in the form of ‘#.#.#.#/#’.
                      • +
                      • name (str or None) – Optional field (may not be provided by AWS), indicates the found +name tag for the subnet.
                      - - +
                    @@ -984,15 +1054,18 @@ name tag for the subnet.

                    Bases: vmware.vapi.bindings.struct.VapiStruct

                    CA certificate list. Optional.

                    -

                    Tip

                    -

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

                    Tip

                    +

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

                    -
                    -
                    Parameters
                    -

                    ca_certificate (list of str or None) –

                    -
                    -
                    + +++ + + + +
                    Parameters:ca_certificate (list of str or None) –
                    @@ -1001,20 +1074,24 @@ names.

                    Bases: vmware.vapi.bindings.struct.VapiStruct

                    Statistics data for each vnic.

                    -

                    Tip

                    -

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

                    Tip

                    +

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

                    -
                    -
                    Parameters
                    -
                      -
                    • vnic (long or None) – Vnic index. format: int32

                    • -
                    • timestamp (long or None) – Timestamp value. format: int64

                    • -
                    • out (float or None) – Tx rate (Kilobits per second - kbps) format: double

                    • -
                    • in (float or None) – Rx rate (Kilobits per second - kbps) format: double

                    • + +++ + + + +
                      Parameters:
                        +
                      • vnic (long or None) – Vnic index. format: int32
                      • +
                      • timestamp (long or None) – Timestamp value. format: int64
                      • +
                      • out (float or None) – Tx rate (Kilobits per second - kbps) format: double
                      • +
                      • in (float or None) – Rx rate (Kilobits per second - kbps) format: double
                      - - +
                    @@ -1023,18 +1100,22 @@ names.

                    Bases: vmware.vapi.bindings.struct.VapiStruct

                    NSX Edge Interface Statistics.

                    -

                    Tip

                    -

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

                    Tip

                    +

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

                    -
                    -
                    Parameters
                    -
                      -
                    • data_dto (CbmStatsData or None) – Statistics data.

                    • -
                    • meta_dto (MetaDashboardStats or None) – Start time, end time and interval details.

                    • + +++ + + + +
                      Parameters: - - +
                    @@ -1043,26 +1124,30 @@ names.

                    Bases: vmware.vapi.bindings.struct.VapiStruct

                    Statistics data.

                    -

                    Tip

                    -

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

                    Tip

                    +

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

                    -
                    -
                    Parameters
                    -
                    @@ -1070,15 +1155,18 @@ names.

                    class com.vmware.vmc.model_client.CloudProvider(provider='CloudProvider')

                    Bases: vmware.vapi.bindings.struct.VapiStruct

                    -

                    Tip

                    -

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

                    Tip

                    +

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

                    -
                    -
                    Parameters
                    -

                    provider (str) – Name of the Cloud Provider

                    -
                    -
                    + +++ + + + +
                    Parameters:provider (str) – Name of the Cloud Provider
                    provider
                    @@ -1092,30 +1180,34 @@ names.

                    class com.vmware.vmc.model_client.Cluster(esx_host_list=None, cluster_state=None, aws_kms_info=None, host_cpu_cores_count=None, cluster_id='Cluster', cluster_name=None)

                    Bases: vmware.vapi.bindings.struct.VapiStruct

                    -

                    Tip

                    -

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

                    Tip

                    +

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

                    -
                    -
                    Parameters
                    -
                      -
                    • esx_host_list (list of AwsEsxHost or None) –

                    • -
                    • cluster_state (str or None) –

                      Possible values are:

                      + +++ + + + +
                      Parameters: - - +
                      CLUSTER_STATE_ADDING_HOSTS = 'ADDING_HOSTS'
                      @@ -1149,21 +1241,25 @@ int32

                    • class com.vmware.vmc.model_client.ClusterConfig(host_cpu_cores_count=None, storage_capacity=None, num_hosts=None)

                      Bases: vmware.vapi.bindings.struct.VapiStruct

                      -

                      Tip

                      -

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

                      Tip

                      +

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

                      -
                      -
                      Parameters
                      -
                        -
                      • host_cpu_cores_count (long or None) – Customize CPU cores on hosts in a cluster. Specify number of cores -to be enabled on hosts in a cluster. format: int32

                      • -
                      • storage_capacity (long or None) – For EBS-backed instances only, the requested storage capacity in -GiB. format: int64

                      • -
                      • num_hosts (long) –

                      • + +++ + + + +
                        Parameters:
                          +
                        • host_cpu_cores_count (long or None) – Customize CPU cores on hosts in a cluster. Specify number of cores +to be enabled on hosts in a cluster. format: int32
                        • +
                        • storage_capacity (long or None) – For EBS-backed instances only, the requested storage capacity in +GiB. format: int64
                        • +
                        • num_hosts (long) –
                        - - +
                      @@ -1171,24 +1267,28 @@ GiB. format: int64

                      class com.vmware.vmc.model_client.ComputeGatewayTemplate(public_ip=None, primary_dns=None, secondary_dns=None, firewall_rules=None, vpns=None, logical_networks=None, nat_rules=None, l2_vpn=None)

                      Bases: vmware.vapi.bindings.struct.VapiStruct

                      -

                      Tip

                      -

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

                      Tip

                      +

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

                      -
                      -
                      Parameters
                      -
                        -
                      • public_ip (SddcPublicIp or None) –

                      • -
                      • primary_dns (str or None) –

                      • -
                      • secondary_dns (str or None) –

                      • -
                      • firewall_rules (list of FirewallRule or None) –

                      • -
                      • vpns (list of Vpn or None) –

                      • -
                      • logical_networks (list of LogicalNetwork or None) –

                      • -
                      • nat_rules (list of NatRule or None) –

                      • -
                      • l2_vpn (vmware.vapi.struct.VapiStruct or None) –

                      • + +++ + + + +
                        Parameters:
                          +
                        • public_ip (SddcPublicIp or None) –
                        • +
                        • primary_dns (str or None) –
                        • +
                        • secondary_dns (str or None) –
                        • +
                        • firewall_rules (list of FirewallRule or None) –
                        • +
                        • vpns (list of Vpn or None) –
                        • +
                        • logical_networks (list of LogicalNetwork or None) –
                        • +
                        • nat_rules (list of NatRule or None) –
                        • +
                        • l2_vpn (vmware.vapi.struct.VapiStruct or None) –
                        - - +
                      @@ -1196,40 +1296,43 @@ names.

                      class com.vmware.vmc.model_client.ConnectivityAgentValidation(source=None, type=None, ports=None, path=None)

                      Bases: vmware.vapi.bindings.struct.VapiStruct

                      -

                      Tip

                      -

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

                      Tip

                      +

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

                      -
                      -
                      Parameters
                      -
                        -
                      • source (str or None) –

                        Possible values are:

                        + +++ + + + +
                        Parameters: - - +
                        SOURCE_SRM = 'SRM'
                        @@ -1277,27 +1380,30 @@ specify the ports to be tested against.

                        class com.vmware.vmc.model_client.ConnectivityValidationGroup(id=None, name=None, sub_groups=None)

                        Bases: vmware.vapi.bindings.struct.VapiStruct

                        -

                        Tip

                        -

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

                        Tip

                        +

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

                        -
                        -
                        Parameters
                        -
                          -
                        • id (str or None) –

                          Possible values are:

                          + +++ + + + +
                          Parameters: - - +
                          ID_DRAAS = 'DRAAS'
                          @@ -1315,15 +1421,18 @@ names.

                          class com.vmware.vmc.model_client.ConnectivityValidationGroups(groups=None)

                          Bases: vmware.vapi.bindings.struct.VapiStruct

                          -

                          Tip

                          -

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

                          Tip

                          +

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

                          -
                          -
                          Parameters
                          -

                          groups (list of ConnectivityValidationGroup or None) – List of groups.

                          -
                          -
                          + +++ + + + +
                          Parameters:groups (list of ConnectivityValidationGroup or None) – List of groups.
                          @@ -1331,30 +1440,34 @@ names.

                          class com.vmware.vmc.model_client.ConnectivityValidationInput(id=None, value=None, label=None)

                          Bases: vmware.vapi.bindings.struct.VapiStruct

                          -

                          Tip

                          -

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

                          Tip

                          +

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

                          -
                          -
                          Parameters
                          -
                            -
                          • id (str or None) –

                            Possible values are:

                            + +++ + + + +
                            Parameters: - - +
                            ID_HOSTNAME = 'HOSTNAME'
                            @@ -1377,37 +1490,41 @@ or #secondary-dns as the on-prem primary/secondary DNS server IP.

                          • class com.vmware.vmc.model_client.ConnectivityValidationSubGroup(inputs=None, tests=None, label=None, help=None, id=None)

                            Bases: vmware.vapi.bindings.struct.VapiStruct

                            -

                            Tip

                            -

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

                            Tip

                            +

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

                            -
                            -
                            Parameters
                            -
                              -
                            • inputs (list of ConnectivityValidationInput or None) – List of user inputs for the sub group.

                            • -
                            • tests (list of ConnectivityAgentValidation or None) – List of connectivity tests.

                            • -
                            • label (str or None) – Name of the sub-group.

                            • -
                            • help (str or None) – Help text.

                            • -
                            • id (str or None) –

                              Possible values are:

                              + +++ + + + +
                              Parameters: - - +
                              ID_ACTIVE_DIRECTORY = 'ACTIVE_DIRECTORY'
                              @@ -1466,15 +1583,18 @@ DRAAS_ONPREM_PSC, DRAAS_ONPREM_SRM and DRAAS_ONPREM_VR.

                              Bases: vmware.vapi.bindings.struct.VapiStruct

                              CRL certificate list. Optional.

                              -

                              Tip

                              -

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

                              Tip

                              +

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

                              -
                              -
                              Parameters
                              -

                              crl_certificate (list of str or None) –

                              -
                              -
                              + +++ + + + +
                              Parameters:crl_certificate (list of str or None) –
                              @@ -1483,19 +1603,23 @@ names.

                              Bases: vmware.vapi.bindings.struct.VapiStruct

                              Indicates a single cross-account ENI and its characteristics.

                              -

                              Tip

                              -

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

                              Tip

                              +

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

                              -
                              -
                              Parameters
                              -
                                -
                              • secondary_ip_addresses (list of str or None) – Indicates list of secondary IP created for this ENI.

                              • -
                              • eni_id (str or None) – Interface ID on customer account.

                              • -
                              • primary_ip_address (str or None) – Indicates primary address of the ENI.

                              • + +++ + + + +
                                Parameters:
                                  +
                                • secondary_ip_addresses (list of str or None) – Indicates list of secondary IP created for this ENI.
                                • +
                                • eni_id (str or None) – Interface ID on customer account.
                                • +
                                • primary_ip_address (str or None) – Indicates primary address of the ENI.
                                - - +
                              @@ -1504,21 +1628,25 @@ names.

                              Bases: vmware.vapi.bindings.struct.VapiStruct

                              Dashboard Statistics data.

                              -

                              Tip

                              -

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

                              Tip

                              +

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

                              -
                              -
                              Parameters
                              -
                              @@ -1526,18 +1654,22 @@ names.

                              class com.vmware.vmc.model_client.DashboardStat(timestamp=None, value=None)

                              Bases: vmware.vapi.bindings.struct.VapiStruct

                              -

                              Tip

                              -

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

                              Tip

                              +

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

                              -
                              -
                              Parameters
                              -
                                -
                              • timestamp (long or None) –

                              • -
                              • value (float or None) –

                              • + +++ + + + +
                                Parameters:
                                  +
                                • timestamp (long or None) –
                                • +
                                • value (float or None) –
                                - - +
                              @@ -1546,18 +1678,22 @@ names.

                              Bases: vmware.vapi.bindings.struct.VapiStruct

                              Dashboard Statistics data.

                              -

                              Tip

                              -

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

                              Tip

                              +

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

                              -
                              -
                              Parameters
                              -
                                -
                              • data_dto (DashboardData or None) – Dashboard Statistics data.

                              • -
                              • meta_dto (MetaDashboardStats or None) – Start time, end time and interval details.

                              • + +++ + + + +
                                Parameters: - - +
                              @@ -1565,18 +1701,22 @@ names.

                              class com.vmware.vmc.model_client.DataPageEdgeSummary(paging_info=None, data=None)

                              Bases: vmware.vapi.bindings.struct.VapiStruct

                              -

                              Tip

                              -

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

                              Tip

                              +

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

                              -
                              -
                              Parameters
                              -
                              @@ -1584,18 +1724,22 @@ names.

                              class com.vmware.vmc.model_client.DataPageSddcNetwork(paging_info=None, data=None)

                              Bases: vmware.vapi.bindings.struct.VapiStruct

                              -

                              Tip

                              -

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

                              Tip

                              +

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

                              -
                              -
                              Parameters
                              -
                              @@ -1603,18 +1747,22 @@ names.

                              class com.vmware.vmc.model_client.DataPermissions(save_permission=None, publish_permission=None)

                              Bases: vmware.vapi.bindings.struct.VapiStruct

                              -

                              Tip

                              -

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

                              Tip

                              +

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

                              -
                              -
                              Parameters
                              -
                                -
                              • save_permission (bool or None) –

                              • -
                              • publish_permission (bool or None) –

                              • + +++ + + + +
                                Parameters:
                                  +
                                • save_permission (bool or None) –
                                • +
                                • publish_permission (bool or None) –
                                - - +
                              @@ -1623,15 +1771,18 @@ names.

                              Bases: vmware.vapi.bindings.struct.VapiStruct

                              DHCP lease information.

                              -

                              Tip

                              -

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

                              Tip

                              +

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

                              -
                              -
                              Parameters
                              -

                              host_lease_info_dtos (list of HostLeaseInfo or None) – List of DHCP leases.

                              -
                              -
                              + +++ + + + +
                              Parameters:host_lease_info_dtos (list of HostLeaseInfo or None) – List of DHCP leases.
                              @@ -1640,18 +1791,22 @@ names.

                              Bases: vmware.vapi.bindings.struct.VapiStruct

                              DHCP leases information

                              -

                              Tip

                              -

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

                              Tip

                              +

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

                              -
                              -
                              Parameters
                              -
                                -
                              • time_stamp (long or None) – The timestamp of the DHCP lease. format: int64

                              • -
                              • host_lease_infos_dto (DhcpLeaseInfo or None) – DHCP lease information.

                              • + +++ + + + +
                                Parameters:
                                  +
                                • time_stamp (long or None) – The timestamp of the DHCP lease. format: int64
                                • +
                                • host_lease_infos_dto (DhcpLeaseInfo or None) – DHCP lease information.
                                - - +
                              @@ -1660,32 +1815,36 @@ names.

                              Bases: vmware.vapi.bindings.struct.VapiStruct

                              DNS configuration

                              -

                              Tip

                              -

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

                              Tip

                              +

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

                              -
                              -
                              Parameters
                              -
                                -
                              • feature_type (str or None) –

                              • -
                              • logging (Logging or None) – DNS logging setting.

                              • -
                              • enabled (bool or None) – Value is true if feature is enabled. Default value is true. -Optional.

                              • -
                              • dns_views (DnsViews or None) – List of DNS views.

                              • -
                              • listeners (DnsListeners or None) – List of DNS listeners.

                              • -
                              • version (long or None) – Version number tracking each configuration change. To avoid + +++ + + + +
                                Parameters:
                                  +
                                • feature_type (str or None) –
                                • +
                                • logging (Logging or None) – DNS logging setting.
                                • +
                                • enabled (bool or None) – Value is true if feature is enabled. Default value is true. +Optional.
                                • +
                                • dns_views (DnsViews or None) – List of DNS views.
                                • +
                                • listeners (DnsListeners or None) – List of DNS listeners.
                                • +
                                • version (long or None) – Version number tracking each configuration change. To avoid problems with overwriting changes, always retrieve and modify the latest configuration to include the current version number in your request. If you provide a version number which is not current, the request is rejected. If you omit the version number, the request is accepted but may overwrite any current changes if your change is -not in sync with the latest change. format: int64

                                • -
                                • template (str or None) –

                                • -
                                • cache_size (long or None) – The cache size of the DNS service. format: int64

                                • -
                                • dns_servers (IpAddresses or None) –

                                • +not in sync with the latest change. format: int64 +
                                • template (str or None) –
                                • +
                                • cache_size (long or None) – The cache size of the DNS service. format: int64
                                • +
                                • dns_servers (IpAddresses or None) –
                                - - +

                              @@ -1694,15 +1853,18 @@ not in sync with the latest change. format: int64

                            • Bases: vmware.vapi.bindings.struct.VapiStruct

                              DNS forwarders.

                              -

                              Tip

                              -

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

                              Tip

                              +

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

                              -
                              -
                              Parameters
                              -

                              ip_address (list of str or None) – IP addresses of the DNS servers.

                              -
                              -
                              + +++ + + + +
                              Parameters:ip_address (list of str or None) – IP addresses of the DNS servers.
                            @@ -1710,19 +1872,23 @@ names.

                            class com.vmware.vmc.model_client.DnsListeners(ip_address=None, vnic=None, type=None)

                            Bases: vmware.vapi.bindings.struct.VapiStruct

                            -

                            Tip

                            -

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

                            Tip

                            +

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

                            -
                            -
                            Parameters
                            -
                              -
                            • ip_address (list of str or None) – List of IP addresses.

                            • -
                            • vnic (list of str or None) – Vnic for DNS listener.

                            • -
                            • type (str or None) –

                            • + +++ + + + +
                              Parameters:
                                +
                              • ip_address (list of str or None) – List of IP addresses.
                              • +
                              • vnic (list of str or None) – Vnic for DNS listener.
                              • +
                              • type (str or None) –
                              - - +
                            @@ -1731,23 +1897,27 @@ names.

                            Bases: vmware.vapi.bindings.struct.VapiStruct

                            DNS response statistics.

                            -

                            Tip

                            -

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

                            Tip

                            +

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

                            -
                            -
                            Parameters
                            -
                              -
                            • total (long or None) –

                            • -
                            • form_err (long or None) –

                            • -
                            • nx_domain (long or None) –

                            • -
                            • success (long or None) –

                            • -
                            • server_fail (long or None) –

                            • -
                            • nxrrset (long or None) –

                            • -
                            • others (long or None) –

                            • + +++ + + + +
                              Parameters:
                                +
                              • total (long or None) –
                              • +
                              • form_err (long or None) –
                              • +
                              • nx_domain (long or None) –
                              • +
                              • success (long or None) –
                              • +
                              • server_fail (long or None) –
                              • +
                              • nxrrset (long or None) –
                              • +
                              • others (long or None) –
                              - - +
                            @@ -1756,20 +1926,24 @@ names.

                            Bases: vmware.vapi.bindings.struct.VapiStruct

                            DNS statistics.

                            -

                            Tip

                            -

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

                            Tip

                            +

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

                            -
                            -
                            Parameters
                            -
                              -
                            • time_stamp (long or None) –

                            • -
                            • requests (Requests or None) –

                            • -
                            • responses (DnsResponseStats or None) –

                            • -
                            • cached_dbrr_set (long or None) –

                            • + +++ + + + +
                              Parameters:
                                +
                              • time_stamp (long or None) –
                              • +
                              • requests (Requests or None) –
                              • +
                              • responses (DnsResponseStats or None) –
                              • +
                              • cached_dbrr_set (long or None) –
                              - - +
                            @@ -1778,23 +1952,27 @@ names.

                            Bases: vmware.vapi.bindings.struct.VapiStruct

                            DNS View

                            -

                            Tip

                            -

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

                            Tip

                            +

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

                            -
                            -
                            Parameters
                            -
                              -
                            • name (str) – Name of the DNS view.

                            • -
                            • view_match (DnsViewMatch or None) – Rules that match the DNS query to this view. The rule can be -ipAddress, or ipSet. Defaults to ipAddress ‘any’ and ‘any’ vnic.

                            • -
                            • recursion (bool or None) – Recursion enabled on DNS view.

                            • -
                            • view_id (str or None) – Identifier for the DNS view.

                            • -
                            • forwarders (DnsForwarders or None) – DNS forwarders.

                            • -
                            • enabled (bool or None) – DNS view is enabled.

                            • + +++ + + + +
                              Parameters:
                                +
                              • name (str) – Name of the DNS view.
                              • +
                              • view_match (DnsViewMatch or None) – Rules that match the DNS query to this view. The rule can be +ipAddress, or ipSet. Defaults to ipAddress ‘any’ and ‘any’ vnic.
                              • +
                              • recursion (bool or None) – Recursion enabled on DNS view.
                              • +
                              • view_id (str or None) – Identifier for the DNS view.
                              • +
                              • forwarders (DnsForwarders or None) – DNS forwarders.
                              • +
                              • enabled (bool or None) – DNS view is enabled.
                              - - +
                            @@ -1803,19 +1981,23 @@ ipAddress, or ipSet. Defaults to ipAddress ‘any’ and ‘any’ vnic.

                            Bases: vmware.vapi.bindings.struct.VapiStruct

                            Dns view match

                            -

                            Tip

                            -

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

                            Tip

                            +

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

                            -
                            -
                            Parameters
                            -
                              -
                            • vnic (list of str or None) –

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

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

                            • + +++ + + + +
                              Parameters:
                                +
                              • vnic (list of str or None) –
                              • +
                              • ip_set (list of str or None) –
                              • +
                              • ip_address (list of str or None) –
                              - - +
                            @@ -1824,15 +2006,18 @@ names.

                            Bases: vmware.vapi.bindings.struct.VapiStruct

                            DNS views.

                            -

                            Tip

                            -

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

                            Tip

                            +

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

                            -
                            -
                            Parameters
                            -

                            dns_view (list of DnsView or None) – List of DNS views.

                            -
                            -
                            + +++ + + + +
                            Parameters:dns_view (list of DnsView or None) – List of DNS views.
                            @@ -1842,25 +2027,29 @@ names.

                            Job status information for the configuration change carried out on NSX Edge.

                            -

                            Tip

                            -

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

                            Tip

                            +

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

                            -
                            -
                            Parameters
                            -
                              -
                            • status (str or None) – Job status.

                            • -
                            • edge_id (str or None) – NSX Edge ID.

                            • -
                            • module (str or None) – Module information.

                            • -
                            • job_id (str or None) – Job ID.

                            • -
                            • error_code (str or None) – Error code identifying the failure of the configuration change.

                            • -
                            • result (list of Result or None) – Job result information.

                            • -
                            • start_time (datetime.datetime or None) – Job start time. format: date-time

                            • -
                            • message (str or None) – Job message.

                            • -
                            • end_time (datetime.datetime or None) – Job end time. format: date-time

                            • + +++ + + + +
                              Parameters:
                                +
                              • status (str or None) – Job status.
                              • +
                              • edge_id (str or None) – NSX Edge ID.
                              • +
                              • module (str or None) – Module information.
                              • +
                              • job_id (str or None) – Job ID.
                              • +
                              • error_code (str or None) – Error code identifying the failure of the configuration change.
                              • +
                              • result (list of Result or None) – Job result information.
                              • +
                              • start_time (datetime.datetime or None) – Job start time. format: date-time
                              • +
                              • message (str or None) – Job message.
                              • +
                              • end_time (datetime.datetime or None) – Job end time. format: date-time
                              - - +
                            @@ -1869,36 +2058,40 @@ names.

                            Bases: vmware.vapi.bindings.struct.VapiStruct

                            NSX Edge Appliance status.

                            -

                            Tip

                            -

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

                            Tip

                            +

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

                            -
                            -
                            Parameters
                            -
                              -
                            • pre_rules_exists (bool or None) – Value is true if pre rules publish is enabled.

                            • -
                            • feature_statuses (list of FeatureStatus or None) – Individual feature status.

                            • -
                            • timestamp (long or None) – Timestamp value at which the NSX Edge healthcheck was done. format: -int64

                            • -
                            • publish_status (str or None) – Status of the latest configuration change for the NSX Edge. Values -are APPLIED or PERSISTED (not published to NSX Edge Appliance yet).

                            • -
                            • last_published_pre_rules_generation_number (long or None) – Value of the last published pre rules generation number. format: -int64

                            • -
                            • version (long or None) – Version number of the current configuration. format: int64

                            • -
                            • edge_vm_status (list of EdgeVmStatus or None) – Detailed status of each of the deployed NSX Edge appliances.

                            • -
                            • active_vse_ha_index (long or None) – Index of the active NSX Edge appliance. Values are 0 and 1. format: -int32

                            • -
                            • system_status (str or None) – System status of the active NSX Edge appliance.

                            • -
                            • ha_vnic_in_use (long or None) – Index of the vnic consumed for NSX Edge HA. format: int32

                            • -
                            • edge_status (str or None) – NSX Edge appliance health status identified by GREY (unknown + +++ + + + +
                              Parameters:
                                +
                              • pre_rules_exists (bool or None) – Value is true if pre rules publish is enabled.
                              • +
                              • feature_statuses (list of FeatureStatus or None) – Individual feature status.
                              • +
                              • timestamp (long or None) – Timestamp value at which the NSX Edge healthcheck was done. format: +int64
                              • +
                              • publish_status (str or None) – Status of the latest configuration change for the NSX Edge. Values +are APPLIED or PERSISTED (not published to NSX Edge Appliance yet).
                              • +
                              • last_published_pre_rules_generation_number (long or None) – Value of the last published pre rules generation number. format: +int64
                              • +
                              • version (long or None) – Version number of the current configuration. format: int64
                              • +
                              • edge_vm_status (list of EdgeVmStatus or None) – Detailed status of each of the deployed NSX Edge appliances.
                              • +
                              • active_vse_ha_index (long or None) – Index of the active NSX Edge appliance. Values are 0 and 1. format: +int32
                              • +
                              • system_status (str or None) – System status of the active NSX Edge appliance.
                              • +
                              • ha_vnic_in_use (long or None) – Index of the vnic consumed for NSX Edge HA. format: int32
                              • +
                              • edge_status (str or None) – NSX Edge appliance health status identified by GREY (unknown status), GREEN (health checks are successful), YELLOW (intermittent health check failure), RED (none of the appliances are in serving state). If health check fails for 5 consecutive times for all appliance (2 for HA else 1) then status will turn from YELLOW to -RED.

                              • +RED.
                              - - +

                            @@ -1907,63 +2100,67 @@ RED.

                            Bases: vmware.vapi.bindings.struct.VapiStruct

                            NSX Edge summary. Read only.

                            -

                            Tip

                            -

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

                            Tip

                            +

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

                            -
                            -
                            Parameters
                            -
                              -
                            • feature_capabilities (FeatureCapabilities or None) – List of Features and their capability details based on Edge -appliance form factor.

                            • -
                            • edge_type (str or None) – NSX Edge type, whether ‘gatewayServices’ or ‘distributedRouter’.

                            • -
                            • logical_router_scopes (LogicalRouterScopes or None) – Backing type scope (DistributedVirtualSwitch - VLAN, TransportZone --VXLAN) and its ID for the Distributed Logical Router.

                            • -
                            • recent_job_info (EdgeJob or None) – Job information for the most recent configuration change carried -out on the NSX Edge.

                            • -
                            • hypervisor_assist (bool or None) –

                            • -
                            • edge_assist_id (long or None) – ID generated by NSX Manager for Distributed Logical Router only. -format: int64

                            • -
                            • edge_status (str or None) – NSX Edge appliance health status identified by GREY (unknown + +++ + + + +
                              Parameters:
                                +
                              • feature_capabilities (FeatureCapabilities or None) – List of Features and their capability details based on Edge +appliance form factor.
                              • +
                              • edge_type (str or None) – NSX Edge type, whether ‘gatewayServices’ or ‘distributedRouter’.
                              • +
                              • logical_router_scopes (LogicalRouterScopes or None) – Backing type scope (DistributedVirtualSwitch - VLAN, TransportZone +-VXLAN) and its ID for the Distributed Logical Router.
                              • +
                              • recent_job_info (EdgeJob or None) – Job information for the most recent configuration change carried +out on the NSX Edge.
                              • +
                              • hypervisor_assist (bool or None) –
                              • +
                              • edge_assist_id (long or None) – ID generated by NSX Manager for Distributed Logical Router only. +format: int64
                              • +
                              • edge_status (str or None) – NSX Edge appliance health status identified by GREY (unknown status), GREEN (health checks are successful), YELLOW (intermittent health check failure), RED (none of the appliances are in serving state). If health check fails for 5 consecutive times for all appliance (2 for HA else 1) then status will turn from YELLOW to -RED.

                              • -
                              • edge_assist_instance_name (str or None) – Name derived by NSX Manager only for Distributed Logical Router.

                              • -
                              • object_id (str or None) –

                              • -
                              • node_id (str or None) –

                              • -
                              • id (str or None) – NSX Edge ID.

                              • -
                              • datacenter_name (str or None) – Datacenter name where the NSX Edge is deployed.

                              • -
                              • state (str or None) – Deployment state of the NSX Edge appliance. Values are ‘deployed’ +RED.

                              • +
                              • edge_assist_instance_name (str or None) – Name derived by NSX Manager only for Distributed Logical Router.
                              • +
                              • object_id (str or None) –
                              • +
                              • node_id (str or None) –
                              • +
                              • id (str or None) – NSX Edge ID.
                              • +
                              • datacenter_name (str or None) – Datacenter name where the NSX Edge is deployed.
                              • +
                              • state (str or None) – Deployment state of the NSX Edge appliance. Values are ‘deployed’ when VMs have been deployed, ‘undeployed’ when no VMs are deployed and ‘active’ when Edge type is Distributed Logical Router and has -no appliance deployed but is serving data path.

                              • -
                              • client_handle (str or None) –

                              • -
                              • scope (ScopeInfo or None) –

                              • -
                              • type (ObjectType or None) –

                              • -
                              • revision (long or None) –

                              • -
                              • vsm_uuid (str or None) –

                              • -
                              • description (str or None) –

                              • -
                              • extended_attributes (list of ExtendedAttribute or None) –

                              • -
                              • local_egress_enabled (bool or None) – Value is true if local egress is enabled for UDLR traffic. -Applicable only for Universal Distributed Logical Router.

                              • -
                              • universal_revision (long or None) –

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

                              • -
                              • object_type_name (str or None) –

                              • -
                              • is_upgrade_available (bool or None) – Value is true if NSX Edge upgrade is available.

                              • -
                              • is_universal (bool or None) –

                              • -
                              • name (str or None) –

                              • -
                              • lrouter_uuid (str or None) – Distributed Logical Router UUID provided by the NSX Controller.

                              • -
                              • appliances_summary (AppliancesSummary or None) – NSX Edge appliance summary.

                              • -
                              • api_version (str or None) – REST API version applicable for the NSX Edge.

                              • -
                              • tenant_id (str or None) – Tenant ID for the NSX Edge.

                              • -
                              • datacenter_moid (str or None) – vCenter MOID of the datacenter where the NSX Edge is deployed.

                              • -
                              • number_of_connected_vnics (long or None) – Number of connected vnics that are configured on the NSX Edge. -format: int32

                              • +no appliance deployed but is serving data path. +
                              • client_handle (str or None) –
                              • +
                              • scope (ScopeInfo or None) –
                              • +
                              • type (ObjectType or None) –
                              • +
                              • revision (long or None) –
                              • +
                              • vsm_uuid (str or None) –
                              • +
                              • description (str or None) –
                              • +
                              • extended_attributes (list of ExtendedAttribute or None) –
                              • +
                              • local_egress_enabled (bool or None) – Value is true if local egress is enabled for UDLR traffic. +Applicable only for Universal Distributed Logical Router.
                              • +
                              • universal_revision (long or None) –
                              • +
                              • allowed_actions (list of str or None) –
                              • +
                              • object_type_name (str or None) –
                              • +
                              • is_upgrade_available (bool or None) – Value is true if NSX Edge upgrade is available.
                              • +
                              • is_universal (bool or None) –
                              • +
                              • name (str or None) –
                              • +
                              • lrouter_uuid (str or None) – Distributed Logical Router UUID provided by the NSX Controller.
                              • +
                              • appliances_summary (AppliancesSummary or None) – NSX Edge appliance summary.
                              • +
                              • api_version (str or None) – REST API version applicable for the NSX Edge.
                              • +
                              • tenant_id (str or None) – Tenant ID for the NSX Edge.
                              • +
                              • datacenter_moid (str or None) – vCenter MOID of the datacenter where the NSX Edge is deployed.
                              • +
                              • number_of_connected_vnics (long or None) – Number of connected vnics that are configured on the NSX Edge. +format: int32
                              - - +

                            @@ -1972,27 +2169,31 @@ format: int32

                            Bases: vmware.vapi.bindings.struct.VapiStruct

                            Status of each of the deployed NSX Edge appliances.

                            -

                            Tip

                            -

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

                            Tip

                            +

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

                            -
                            -
                            Parameters
                            -
                              -
                            • index (long or None) – High Availability index of the appliance. Values are 0 and 1. -format: int32

                            • -
                            • ha_state (str or None) – High Availability state of the appliance. Values are active and -standby.

                            • -
                            • name (str or None) – Name of the NSX Edge appliance.

                            • -
                            • id (str or None) – vCenter MOID of the NSX Edge appliance.

                            • -
                            • edge_vm_status (str or None) – NSX Edge appliance health status identified by GREY (unknown + +++ + + + +
                              Parameters:
                                +
                              • index (long or None) – High Availability index of the appliance. Values are 0 and 1. +format: int32
                              • +
                              • ha_state (str or None) – High Availability state of the appliance. Values are active and +standby.
                              • +
                              • name (str or None) – Name of the NSX Edge appliance.
                              • +
                              • id (str or None) – vCenter MOID of the NSX Edge appliance.
                              • +
                              • edge_vm_status (str or None) – NSX Edge appliance health status identified by GREY (unknown status), GREEN (health checks are successful), YELLOW (intermittent -health check failure), RED (appliance not in serving state).

                              • -
                              • pre_rules_generation_number (long or None) – Value of the last published pre rules generation number. format: -int64

                              • +health check failure), RED (appliance not in serving state). +
                              • pre_rules_generation_number (long or None) – Value of the last published pre rules generation number. format: +int64
                              - - +

                            @@ -2002,21 +2203,25 @@ int64

                            Address group configuration of the NSX Edge vnic. An interface can have one primary and multiple secondary IP addresses.

                            -

                            Tip

                            -

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

                            Tip

                            +

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

                            -
                            -
                            Parameters
                            -
                              -
                            • subnet_prefix_length (str or None) – Subnet prefix length of the primary IP address.

                            • -
                            • secondary_addresses (SecondaryAddresses or None) – Secondary IP addresses of the NSX Edge vnic address group. -Optional.

                            • -
                            • primary_address (str or None) – Primary IP address of the vnic interface. Required.

                            • -
                            • subnet_mask (str or None) –

                            • + +++ + + + +
                              Parameters:
                                +
                              • subnet_prefix_length (str or None) – Subnet prefix length of the primary IP address.
                              • +
                              • secondary_addresses (SecondaryAddresses or None) – Secondary IP addresses of the NSX Edge vnic address group. +Optional.
                              • +
                              • primary_address (str or None) – Primary IP address of the vnic interface. Required.
                              • +
                              • subnet_mask (str or None) –
                              - - +
                            @@ -2025,16 +2230,19 @@ Optional.

                            Bases: vmware.vapi.bindings.struct.VapiStruct

                            NSX Edge vnic address group configuration details.

                            -

                            Tip

                            -

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

                            Tip

                            +

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

                            -
                            -
                            Parameters
                            -

                            address_groups (list of EdgeVnicAddressGroup or None) – Address group configuration of the NSX Edge vnic. Vnic can be -configured to have more than one address group/subnets.

                            -
                            -
                            + +++ + + + +
                            Parameters:address_groups (list of EdgeVnicAddressGroup or None) – Address group configuration of the NSX Edge vnic. Vnic can be +configured to have more than one address group/subnets.
                            @@ -2042,21 +2250,25 @@ configured to have more than one address group/subnets.

                            class com.vmware.vmc.model_client.EniInfo(subnet_id=None, id=None, security_group_id=None, private_ip=None, mac_address=None)

                            Bases: vmware.vapi.bindings.struct.VapiStruct

                            -

                            Tip

                            -

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

                            Tip

                            +

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

                            -
                            -
                            Parameters
                            -
                              -
                            • subnet_id (str or None) – Subnet it belongs to.

                            • -
                            • id (str or None) – Interface ID.

                            • -
                            • security_group_id (str or None) – Security Group of Eni.

                            • -
                            • private_ip (str or None) – Private ip of eni.

                            • -
                            • mac_address (str or None) – Mac address of nic.

                            • + +++ + + + +
                              Parameters:
                                +
                              • subnet_id (str or None) – Subnet it belongs to.
                              • +
                              • id (str or None) – Interface ID.
                              • +
                              • security_group_id (str or None) – Security Group of Eni.
                              • +
                              • private_ip (str or None) – Private ip of eni.
                              • +
                              • mac_address (str or None) – Mac address of nic.
                              - - +
                            @@ -2064,21 +2276,25 @@ names.

                            class com.vmware.vmc.model_client.ErrorResponse(status=None, path=None, retryable=None, error_code=None, error_messages=None)

                            Bases: vmware.vapi.bindings.struct.VapiStruct

                            -

                            Tip

                            -

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

                            Tip

                            +

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

                            -
                            -
                            Parameters
                            -
                              -
                            • status (long) – HTTP status code

                            • -
                            • path (str) – Originating request URI

                            • -
                            • retryable (bool) – If true, client should retry operation

                            • -
                            • error_code (str) – unique error code

                            • -
                            • error_messages (list of str) – localized error messages

                            • + +++ + + + +
                              Parameters:
                                +
                              • status (long) – HTTP status code
                              • +
                              • path (str) – Originating request URI
                              • +
                              • retryable (bool) – If true, client should retry operation
                              • +
                              • error_code (str) – unique error code
                              • +
                              • error_messages (list of str) – localized error messages
                              - - +
                            @@ -2086,22 +2302,26 @@ names.

                            class com.vmware.vmc.model_client.EsxConfig(availability_zone=None, esxs=None, cluster_id=None, num_hosts=None)

                            Bases: vmware.vapi.bindings.struct.VapiStruct

                            -

                            Tip

                            -

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

                            Tip

                            +

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

                            -
                            -
                            Parameters
                            -
                              -
                            • availability_zone (str or None) – Availability zone where the hosts should be provisioned. (Can be -specified only for privileged host operations).

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

                            • -
                            • cluster_id (str or None) – An optional cluster id if the esxs operation has to be on a -specific cluster.

                            • -
                            • num_hosts (long) –

                            • + +++ + + + +
                              Parameters:
                                +
                              • availability_zone (str or None) – Availability zone where the hosts should be provisioned. (Can be +specified only for privileged host operations).
                              • +
                              • esxs (list of str or None) –
                              • +
                              • cluster_id (str or None) – An optional cluster id if the esxs operation has to be on a +specific cluster.
                              • +
                              • num_hosts (long) –
                              - - +
                            @@ -2109,33 +2329,37 @@ specific cluster.

                            class com.vmware.vmc.model_client.EsxHost(name=None, availability_zone=None, esx_id=None, hostname=None, provider='EsxHost', mac_address=None, custom_properties=None, esx_state=None)

                            Bases: vmware.vapi.bindings.struct.VapiStruct

                            -

                            Tip

                            -

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

                            Tip

                            +

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

                            -
                            -
                            Parameters
                            -
                              -
                            • name (str or None) –

                            • -
                            • availability_zone (str or None) – Availability zone where the host is provisioned.

                            • -
                            • esx_id (str or None) –

                            • -
                            • hostname (str or None) –

                            • -
                            • provider (str) –

                            • -
                            • mac_address (str or None) –

                            • -
                            • custom_properties ((dict of str and str) or None) –

                            • -
                            • esx_state (str or None) –

                              Possible values are:

                              + +++ + + + +
                              Parameters: - - +
                              ESX_STATE_DELETED = 'DELETED'
                              @@ -2179,18 +2403,22 @@ names.

                              class com.vmware.vmc.model_client.ExtendedAttribute(name=None, value=None)

                              Bases: vmware.vapi.bindings.struct.VapiStruct

                              -

                              Tip

                              -

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

                              Tip

                              +

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

                              -
                              -
                              Parameters
                              -
                                -
                              • name (str or None) –

                              • -
                              • value (str or None) –

                              • + +++ + + + +
                                Parameters:
                                  +
                                • name (str or None) –
                                • +
                                • value (str or None) –
                                - - +
                              @@ -2200,19 +2428,23 @@ names.

                              List of features and their capability details based on NSX Edge appliance form factor.

                              -

                              Tip

                              -

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

                              Tip

                              +

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

                              -
                              -
                              Parameters
                              -
                                -
                              • timestamp (long or None) – Time stamp value at which the feature capabilities were retrieved. -format: int64

                              • -
                              • feature_capabilities (list of FeatureCapability or None) – List of feature capability information.

                              • + +++ + + + +
                                Parameters:
                                  +
                                • timestamp (long or None) – Time stamp value at which the feature capabilities were retrieved. +format: int64
                                • +
                                • feature_capabilities (list of FeatureCapability or None) – List of feature capability information.
                                - - +
                              @@ -2221,21 +2453,25 @@ format: int64

                            • Bases: vmware.vapi.bindings.struct.VapiStruct

                              Feature capability information.

                              -

                              Tip

                              -

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

                              Tip

                              +

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

                              -
                              -
                              Parameters
                              -
                                -
                              • configuration_limits (list of KeyValueAttributes or None) – List of key value pairs describing the feature configuration -limits.

                              • -
                              • is_supported (bool or None) – Value is true if feature is supported on NSX Edge.

                              • -
                              • service (str or None) – Name of the feature or service.

                              • -
                              • permission (LicenceAclPermissions or None) – Licence and access control information for the feature.

                              • + +++ + + + +
                                Parameters:
                                  +
                                • configuration_limits (list of KeyValueAttributes or None) – List of key value pairs describing the feature configuration +limits.
                                • +
                                • is_supported (bool or None) – Value is true if feature is supported on NSX Edge.
                                • +
                                • service (str or None) – Name of the feature or service.
                                • +
                                • permission (LicenceAclPermissions or None) – Licence and access control information for the feature.
                                - - +
                              @@ -2244,21 +2480,25 @@ limits.

                              Bases: vmware.vapi.bindings.struct.VapiStruct

                              Individual feature status.

                              -

                              Tip

                              -

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

                              Tip

                              +

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

                              -
                              -
                              Parameters
                              -
                                -
                              • status (str or None) – Status of the feature or service.

                              • -
                              • configured (bool or None) – Value is true if feature is configured.

                              • -
                              • server_status (str or None) – Server status of the feature or service. Values are up and down.

                              • -
                              • publish_status (str or None) – Publish status of the feature, whether APPLIED or PERSISTED.

                              • -
                              • service (str or None) – Name of the feature or service.

                              • + +++ + + + +
                                Parameters:
                                  +
                                • status (str or None) – Status of the feature or service.
                                • +
                                • configured (bool or None) – Value is true if feature is configured.
                                • +
                                • server_status (str or None) – Server status of the feature or service. Values are up and down.
                                • +
                                • publish_status (str or None) – Publish status of the feature, whether APPLIED or PERSISTED.
                                • +
                                • service (str or None) – Name of the feature or service.
                                - - +
                              @@ -2267,30 +2507,34 @@ names.

                              Bases: vmware.vapi.bindings.struct.VapiStruct

                              Firewall Configuration

                              -

                              Tip

                              -

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

                              Tip

                              +

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

                              -
                              -
                              Parameters
                              -
                                -
                              • firewall_rules (FirewallRules or None) – Ordered list of firewall rules.

                              • -
                              • feature_type (str or None) –

                              • -
                              • version (long or None) – Version number tracking each configuration change. To avoid + +++ + + + +
                                Parameters:
                                  +
                                • firewall_rules (FirewallRules or None) – Ordered list of firewall rules.
                                • +
                                • feature_type (str or None) –
                                • +
                                • version (long or None) – Version number tracking each configuration change. To avoid problems with overwriting changes, always retrieve and modify the latest configuration to include the current version number in your request. If you provide a version number which is not current, the request is rejected. If you omit the version number, the request is accepted but may overwrite any current changes if your change is -not in sync with the latest change. format: int64

                                • -
                                • template (str or None) –

                                • -
                                • global_config (FirewallGlobalConfig or None) – Global configuration applicable to all rules.

                                • -
                                • enabled (bool or None) – Value is true if feature is enabled. Default value is true. -Optional.

                                • -
                                • default_policy (FirewallDefaultPolicy or None) – Default Policy.

                                • +not in sync with the latest change. format: int64 +
                                • template (str or None) –
                                • +
                                • global_config (FirewallGlobalConfig or None) – Global configuration applicable to all rules.
                                • +
                                • enabled (bool or None) – Value is true if feature is enabled. Default value is true. +Optional.
                                • +
                                • default_policy (FirewallDefaultPolicy or None) – Default Policy.
                                - - +

                              @@ -2299,15 +2543,18 @@ Optional.

                              Bases: vmware.vapi.bindings.struct.VapiStruct

                              Dashboard Statistics data for Firewall.

                              -

                              Tip

                              -

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

                              Tip

                              +

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

                              -
                              -
                              Parameters
                              -

                              connections (list of DashboardStat or None) – Number of NSX Edge firewall connections and rules.

                              -
                              -
                              + +++ + + + +
                              Parameters:connections (list of DashboardStat or None) – Number of NSX Edge firewall connections and rules.
                              @@ -2316,18 +2563,22 @@ names.

                              Bases: vmware.vapi.bindings.struct.VapiStruct

                              Firewall default policy. Default is deny.

                              -

                              Tip

                              -

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

                              Tip

                              +

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

                              -
                              -
                              Parameters
                              -
                                -
                              • action (str or None) – Action. Default is deny. Supported values accept, deny

                              • -
                              • logging_enabled (bool or None) – Enable logging for the rule.

                              • + +++ + + + +
                                Parameters:
                                  +
                                • action (str or None) – Action. Default is deny. Supported values accept, deny
                                • +
                                • logging_enabled (bool or None) – Enable logging for the rule.
                                - - +
                              @@ -2336,33 +2587,37 @@ names.

                              Bases: vmware.vapi.bindings.struct.VapiStruct

                              Global configuration applicable to all rules.

                              -

                              Tip

                              -

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

                              Tip

                              +

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

                              -
                              -
                              Parameters
                              -
                                -
                              • tcp_allow_out_of_window_packets (bool or None) – Allow TCP out of window packets.

                              • -
                              • udp_timeout (long or None) – UDP timeout close. format: int32

                              • -
                              • ip_generic_timeout (long or None) – IP generic timeout. format: int32

                              • -
                              • tcp_pick_ongoing_connections (bool or None) – Pick TCP ongoing connections.

                              • -
                              • tcp_timeout_open (long or None) – TCP timeout open. format: int32

                              • -
                              • tcp_timeout_close (long or None) – TCP timeout close. format: int32

                              • -
                              • icmp6_timeout (long or None) – ICMP6 timeout. format: int32

                              • -
                              • drop_icmp_replays (bool or None) – Drop icmp replays.

                              • -
                              • log_icmp_errors (bool or None) – Log icmp errors.

                              • -
                              • tcp_send_reset_for_closed_vse_ports (bool or None) – Send TCP reset for closed NSX Edge ports.

                              • -
                              • drop_invalid_traffic (bool or None) – Drop invalid traffic.

                              • -
                              • enable_syn_flood_protection (bool or None) – Protect against SYN flood attacks by detecting bogus TCP + +++ + + + +
                                Parameters:
                                  +
                                • tcp_allow_out_of_window_packets (bool or None) – Allow TCP out of window packets.
                                • +
                                • udp_timeout (long or None) – UDP timeout close. format: int32
                                • +
                                • ip_generic_timeout (long or None) – IP generic timeout. format: int32
                                • +
                                • tcp_pick_ongoing_connections (bool or None) – Pick TCP ongoing connections.
                                • +
                                • tcp_timeout_open (long or None) – TCP timeout open. format: int32
                                • +
                                • tcp_timeout_close (long or None) – TCP timeout close. format: int32
                                • +
                                • icmp6_timeout (long or None) – ICMP6 timeout. format: int32
                                • +
                                • drop_icmp_replays (bool or None) – Drop icmp replays.
                                • +
                                • log_icmp_errors (bool or None) – Log icmp errors.
                                • +
                                • tcp_send_reset_for_closed_vse_ports (bool or None) – Send TCP reset for closed NSX Edge ports.
                                • +
                                • drop_invalid_traffic (bool or None) – Drop invalid traffic.
                                • +
                                • enable_syn_flood_protection (bool or None) – Protect against SYN flood attacks by detecting bogus TCP connections and terminating them without consuming firewall state -tracking resources. Default : false

                                • -
                                • icmp_timeout (long or None) – ICMP timeout. format: int32

                                • -
                                • tcp_timeout_established (long or None) – TCP timeout established. format: int32

                                • -
                                • log_invalid_traffic (bool or None) – Log invalid traffic.

                                • +tracking resources. Default : false +
                                • icmp_timeout (long or None) – ICMP timeout. format: int32
                                • +
                                • tcp_timeout_established (long or None) – TCP timeout established. format: int32
                                • +
                                • log_invalid_traffic (bool or None) – Log invalid traffic.
                                - - +

                              @@ -2370,44 +2625,48 @@ tracking resources. Default : false

                              class com.vmware.vmc.model_client.FirewallRule(rule_type=None, application_ids=None, name=None, rule_interface=None, destination=None, id=None, destination_scope=None, source=None, source_scope=None, services=None, action=None, revision=None)

                              Bases: vmware.vapi.bindings.struct.VapiStruct

                              -

                              Tip

                              -

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

                              Tip

                              +

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

                              -
                              -
                              Parameters
                              -
                                -
                              • rule_type (str or None) –

                                Possible values are:

                                + +++ + + + +
                                Parameters:
                                  +
                                • rule_type (str or None) –

                                  Possible values are:

                                  -

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

                                • -
                                • name (str or None) –

                                • -
                                • rule_interface (str or None) – Deprecated, left for backwards compatibility. Remove once UI stops -using it.

                                • -
                                • destination (str or None) – Optional. Possible formats are IP, IP1-IPn, CIDR or comma separated -list of those entries. If not specified, defaults to ‘any’.

                                • -
                                • id (str or None) –

                                • -
                                • destination_scope (FirewallRuleScope or None) –

                                • -
                                • source (str or None) – Optional. Possible formats are IP, IP1-IPn, CIDR or comma separated -list of those entries. If not specified, defaults to ‘any’.

                                • -
                                • source_scope (FirewallRuleScope or None) –

                                • -
                                • services (list of FirewallService or None) – list of protocols and ports for this firewall rule

                                • -
                                • action (str or None) –

                                  Possible values are:

                                  +
                                • +
                                • application_ids (list of str or None) –
                                • +
                                • name (str or None) –
                                • +
                                • rule_interface (str or None) – Deprecated, left for backwards compatibility. Remove once UI stops +using it.
                                • +
                                • destination (str or None) – Optional. Possible formats are IP, IP1-IPn, CIDR or comma separated +list of those entries. If not specified, defaults to ‘any’.
                                • +
                                • id (str or None) –
                                • +
                                • destination_scope (FirewallRuleScope or None) –
                                • +
                                • source (str or None) – Optional. Possible formats are IP, IP1-IPn, CIDR or comma separated +list of those entries. If not specified, defaults to ‘any’.
                                • +
                                • source_scope (FirewallRuleScope or None) –
                                • +
                                • services (list of FirewallService or None) – list of protocols and ports for this firewall rule
                                • +
                                • action (str or None) –

                                  Possible values are:

                                  -

                                • -
                                • revision (long or None) – current revision of the list of firewall rules, used to protect +

                                • +
                                • revision (long or None) – current revision of the list of firewall rules, used to protect against concurrent modification (first writer wins) format: int32 This attribute may be present in responses from the server, but if -it is present in a request to server it will be ignored.

                                • +it is present in a request to server it will be ignored.
                                - - +
                                ACTION_ALLOW = 'ALLOW'
                                @@ -2436,34 +2695,38 @@ it is present in a request to server it will be ignored.

                              • Bases: vmware.vapi.bindings.struct.VapiStruct

                                Optional for FirewallRule. If not specified, defaults to ‘any’.

                                -

                                Tip

                                -

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

                                Tip

                                +

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

                                -
                                -
                                Parameters
                                -
                                  -
                                • grouping_object_ids (list of str or None) –

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

                                  Possible values are:

                                  + +++ + + + +
                                  Parameters: - - +
                                  VNIC_GROUP_IDS_EXTERNAL = 'external'
                                  @@ -2537,20 +2800,24 @@ names.

                                  Bases: vmware.vapi.bindings.struct.VapiStruct

                                  Statistics for firewall rule

                                  -

                                  Tip

                                  -

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

                                  Tip

                                  +

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

                                  -
                                  -
                                  Parameters
                                  -
                                    -
                                  • timestamp (long or None) – Timestamp of statistics collection. format: int64

                                  • -
                                  • connection_count (long or None) – Connection count. format: int64

                                  • -
                                  • byte_count (long or None) – Byte count. format: int64

                                  • -
                                  • packet_count (long or None) – Packet count. format: int64

                                  • + +++ + + + +
                                    Parameters:
                                      +
                                    • timestamp (long or None) – Timestamp of statistics collection. format: int64
                                    • +
                                    • connection_count (long or None) – Connection count. format: int64
                                    • +
                                    • byte_count (long or None) – Byte count. format: int64
                                    • +
                                    • packet_count (long or None) – Packet count. format: int64
                                    - - +
                                  @@ -2559,15 +2826,18 @@ names.

                                  Bases: vmware.vapi.bindings.struct.VapiStruct

                                  Ordered list of firewall rules.

                                  -

                                  Tip

                                  -

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

                                  Tip

                                  +

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

                                  -
                                  -
                                  Parameters
                                  -

                                  firewall_rules (list of Nsxfirewallrule or None) – Ordered list of firewall rules.

                                  -
                                  -
                                  + +++ + + + +
                                  Parameters:firewall_rules (list of Nsxfirewallrule or None) – Ordered list of firewall rules.
                                  @@ -2575,19 +2845,23 @@ names.

                                  class com.vmware.vmc.model_client.FirewallService(protocol=None, ports=None)

                                  Bases: vmware.vapi.bindings.struct.VapiStruct

                                  -

                                  Tip

                                  -

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

                                  Tip

                                  +

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

                                  -
                                  -
                                  Parameters
                                  -
                                    -
                                  • protocol (str or None) – protocol name, such as ‘tcp’, ‘udp’ etc.

                                  • -
                                  • ports (list of str or None) – a list of port numbers and port ranges, such as {80, 91-95, 99}. If -not specified, defaults to ‘any’.

                                  • + +++ + + + +
                                    Parameters:
                                      +
                                    • protocol (str or None) – protocol name, such as ‘tcp’, ‘udp’ etc.
                                    • +
                                    • ports (list of str or None) – a list of port numbers and port ranges, such as {80, 91-95, 99}. If +not specified, defaults to ‘any’.
                                    - - +
                                  @@ -2596,21 +2870,25 @@ not specified, defaults to ‘any’.

                                • Bases: vmware.vapi.bindings.struct.VapiStruct

                                  Describes common properties for MGW and CGW configuration templates

                                  -

                                  Tip

                                  -

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

                                  Tip

                                  +

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

                                  -
                                  -
                                  Parameters
                                  -
                                    -
                                  • public_ip (SddcPublicIp or None) –

                                  • -
                                  • primary_dns (str or None) –

                                  • -
                                  • secondary_dns (str or None) –

                                  • -
                                  • firewall_rules (list of FirewallRule or None) –

                                  • -
                                  • vpns (list of Vpn or None) –

                                  • + +++ + + + +
                                    Parameters:
                                      +
                                    • public_ip (SddcPublicIp or None) –
                                    • +
                                    • primary_dns (str or None) –
                                    • +
                                    • secondary_dns (str or None) –
                                    • +
                                    • firewall_rules (list of FirewallRule or None) –
                                    • +
                                    • vpns (list of Vpn or None) –
                                    - - +
                                  @@ -2619,18 +2897,22 @@ names.

                                  Bases: vmware.vapi.bindings.struct.VapiStruct

                                  the GlcmBundle used for deploying the sddc

                                  -

                                  Tip

                                  -

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

                                  Tip

                                  +

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

                                  -
                                  -
                                  Parameters
                                  -
                                    -
                                  • s3_bucket (str or None) – the glcmbundle’s s3 bucket

                                  • -
                                  • id (str or None) – the glcmbundle’s id

                                  • + +++ + + + +
                                    Parameters:
                                      +
                                    • s3_bucket (str or None) – the glcmbundle’s s3 bucket
                                    • +
                                    • id (str or None) – the glcmbundle’s id
                                    - - +
                                  @@ -2639,30 +2921,34 @@ names.

                                  Bases: vmware.vapi.bindings.struct.VapiStruct

                                  DHCP lease information.

                                  -

                                  Tip

                                  -

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

                                  Tip

                                  +

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

                                  -
                                  -
                                  Parameters
                                  -
                                    -
                                  • mac_address (str or None) – MAC address of the client.

                                  • -
                                  • ends (str or None) – End time of the lease.

                                  • -
                                  • abandoned (str or None) – Time stamp of when IP address was marked as abandoned.

                                  • -
                                  • cltt (str or None) – Client Last Transaction Time of the lease info.

                                  • -
                                  • client_hostname (str or None) – Name of the client.

                                  • -
                                  • starts (str or None) – Start time of the lease.

                                  • -
                                  • binding_state (str or None) – Lease’s binding state.

                                  • -
                                  • hardware_type (str or None) – The hardware type on which the lease will be used.

                                  • -
                                  • tsfp (str or None) – Time Sent From Partner of the lease info.

                                  • -
                                  • uid (str or None) – Uid to identify the DHCP lease.

                                  • -
                                  • next_binding_state (str or None) – Indicates what state the lease will move to when the current state -expires.

                                  • -
                                  • ip_address (str or None) – IP address of the client.

                                  • -
                                  • tstp (str or None) – Time Sent To Partner of the lease info.

                                  • + +++ + + + +
                                    Parameters:
                                      +
                                    • mac_address (str or None) – MAC address of the client.
                                    • +
                                    • ends (str or None) – End time of the lease.
                                    • +
                                    • abandoned (str or None) – Time stamp of when IP address was marked as abandoned.
                                    • +
                                    • cltt (str or None) – Client Last Transaction Time of the lease info.
                                    • +
                                    • client_hostname (str or None) – Name of the client.
                                    • +
                                    • starts (str or None) – Start time of the lease.
                                    • +
                                    • binding_state (str or None) – Lease’s binding state.
                                    • +
                                    • hardware_type (str or None) – The hardware type on which the lease will be used.
                                    • +
                                    • tsfp (str or None) – Time Sent From Partner of the lease info.
                                    • +
                                    • uid (str or None) – Uid to identify the DHCP lease.
                                    • +
                                    • next_binding_state (str or None) – Indicates what state the lease will move to when the current state +expires.
                                    • +
                                    • ip_address (str or None) – IP address of the client.
                                    • +
                                    • tstp (str or None) – Time Sent To Partner of the lease info.
                                    - - +
                                  @@ -2670,18 +2956,22 @@ expires.

                                  class com.vmware.vmc.model_client.InteractionPermissions(manage_permission=None, view_permission=None)

                                  Bases: vmware.vapi.bindings.struct.VapiStruct

                                  -

                                  Tip

                                  -

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

                                  Tip

                                  +

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

                                  -
                                  -
                                  Parameters
                                  -
                                    -
                                  • manage_permission (bool or None) –

                                  • -
                                  • view_permission (bool or None) –

                                  • + +++ + + + +
                                    Parameters:
                                      +
                                    • manage_permission (bool or None) –
                                    • +
                                    • view_permission (bool or None) –
                                    - - +
                                  @@ -2690,56 +2980,60 @@ names.

                                  Bases: vmware.vapi.bindings.struct.VapiStruct

                                  Dashboard Statistics data for Interfaces.

                                  -

                                  Tip

                                  -

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

                                  Tip

                                  +

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

                                  -
                                  -
                                  Parameters
                                  -
                                  @@ -2748,15 +3042,18 @@ names.

                                  Bases: vmware.vapi.bindings.struct.VapiStruct

                                  IP address

                                  -

                                  Tip

                                  -

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

                                  Tip

                                  +

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

                                  -
                                  -
                                  Parameters
                                  -

                                  ip_address (list of str or None) – List of IP addresses.

                                  -
                                  -
                                  + +++ + + + +
                                  Parameters:ip_address (list of str or None) – List of IP addresses.
                                  @@ -2765,32 +3062,36 @@ names.

                                  Bases: vmware.vapi.bindings.struct.VapiStruct

                                  NSX Edge IPsec configuration details.

                                  -

                                  Tip

                                  -

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

                                  Tip

                                  +

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

                                  -
                                  -
                                  Parameters
                                  -
                                    -
                                  • feature_type (str or None) –

                                  • -
                                  • logging (Logging or None) – Configure logging for the feature on NSX Edge appliance. Logging is -disabled by default. Optional.

                                  • -
                                  • global (IpsecGlobalConfig or None) – IPsec Global configuration details.

                                  • -
                                  • enabled (bool or None) – Value is true if feature is enabled. Default value is true. -Optional.

                                  • -
                                  • sites (IpsecSites or None) – IPsec Site configuration details.

                                  • -
                                  • disable_event (bool or None) – Enable/disable event generation on NSX Edge appliance for IPsec.

                                  • -
                                  • version (long or None) – Version number tracking each configuration change. To avoid + +++ + + + +
                                    Parameters:
                                      +
                                    • feature_type (str or None) –
                                    • +
                                    • logging (Logging or None) – Configure logging for the feature on NSX Edge appliance. Logging is +disabled by default. Optional.
                                    • +
                                    • global (IpsecGlobalConfig or None) – IPsec Global configuration details.
                                    • +
                                    • enabled (bool or None) – Value is true if feature is enabled. Default value is true. +Optional.
                                    • +
                                    • sites (IpsecSites or None) – IPsec Site configuration details.
                                    • +
                                    • disable_event (bool or None) – Enable/disable event generation on NSX Edge appliance for IPsec.
                                    • +
                                    • version (long or None) – Version number tracking each configuration change. To avoid problems with overwriting changes, always retrieve and modify the latest configuration to include the current version number in your request. If you provide a version number which is not current, the request is rejected. If you omit the version number, the request is accepted but may overwrite any current changes if your change is -not in sync with the latest change. format: int64

                                    • -
                                    • template (str or None) –

                                    • +not in sync with the latest change. format: int64 +
                                    • template (str or None) –
                                    - - +

                                  @@ -2799,19 +3100,23 @@ not in sync with the latest change. format: int64

                                  Bases: vmware.vapi.bindings.struct.VapiStruct

                                  Dashboard Statistics data for Ipsec.

                                  -

                                  Tip

                                  -

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

                                  Tip

                                  +

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

                                  -
                                  -
                                  Parameters
                                  -
                                    -
                                  • ipsec_bytes_out (list of DashboardStat or None) – Tx transmitted bytes.

                                  • -
                                  • ipsec_bytes_in (list of DashboardStat or None) – Rx received bytes.

                                  • -
                                  • ipsec_tunnels (list of DashboardStat or None) – Number of Ipsec tunnels.

                                  • + +++ + + + +
                                    Parameters:
                                      +
                                    • ipsec_bytes_out (list of DashboardStat or None) – Tx transmitted bytes.
                                    • +
                                    • ipsec_bytes_in (list of DashboardStat or None) – Rx received bytes.
                                    • +
                                    • ipsec_tunnels (list of DashboardStat or None) – Number of Ipsec tunnels.
                                    - - +
                                  @@ -2820,24 +3125,28 @@ names.

                                  Bases: vmware.vapi.bindings.struct.VapiStruct

                                  IPsec Global configuration details.

                                  -

                                  Tip

                                  -

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

                                  Tip

                                  +

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

                                  -
                                  -
                                  Parameters
                                  -
                                    -
                                  • psk (str or None) – IPsec Global Pre Shared Key. Maximum characters is 128. Required + +++ + + + +
                                    Parameters:
                                      +
                                    • psk (str or None) – IPsec Global Pre Shared Key. Maximum characters is 128. Required when peerIp is configured as ‘any’ in NSX Edge IPsec Site -configuration.

                                    • -
                                    • ca_certificates (CaCertificates or None) – CA certificate list. Optional.

                                    • -
                                    • service_certificate (str or None) – Certificate name or identifier. Required when x.509 is selected as -the authentication mode.

                                    • -
                                    • crl_certificates (CrlCertificates or None) – CRL certificate list. Optional.

                                    • -
                                    • extension (str or None) –

                                    • +configuration. +
                                    • ca_certificates (CaCertificates or None) – CA certificate list. Optional.
                                    • +
                                    • service_certificate (str or None) – Certificate name or identifier. Required when x.509 is selected as +the authentication mode.
                                    • +
                                    • crl_certificates (CrlCertificates or None) – CRL certificate list. Optional.
                                    • +
                                    • extension (str or None) –
                                    - - +

                                  @@ -2846,44 +3155,48 @@ the authentication mode.

                                  Bases: vmware.vapi.bindings.struct.VapiStruct

                                  NSX Edge IPsec Site configuration details.

                                  -

                                  Tip

                                  -

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

                                  Tip

                                  +

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

                                  -
                                  -
                                  Parameters
                                  -
                                    -
                                  • psk (str or None) – Pre Shared Key for the IPsec Site. Required if Site peerIp is not + +++ + + + +
                                    Parameters:
                                      +
                                    • psk (str or None) – Pre Shared Key for the IPsec Site. Required if Site peerIp is not ‘any’. Global PSK is used when Authentication mode is PSK and Site -peerIp is ‘any’.

                                    • -
                                    • local_id (str or None) – Local ID of the IPsec Site. Defaults to the local IP.

                                    • -
                                    • enable_pfs (bool or None) – Enable/disable Perfect Forward Secrecy. Default is true.

                                    • -
                                    • authentication_mode (str or None) – Authentication mode for the IPsec Site. Valid values are psk and -x.509, with psk as default.

                                    • -
                                    • peer_subnets (Subnets or None) – Peer subnets for which IPsec VPN is configured.

                                    • -
                                    • dh_group (str or None) – Diffie-Hellman algorithm group. Defaults to DH14 for FIPS enabled +peerIp is ‘any’.

                                    • +
                                    • local_id (str or None) – Local ID of the IPsec Site. Defaults to the local IP.
                                    • +
                                    • enable_pfs (bool or None) – Enable/disable Perfect Forward Secrecy. Default is true.
                                    • +
                                    • authentication_mode (str or None) – Authentication mode for the IPsec Site. Valid values are psk and +x.509, with psk as default.
                                    • +
                                    • peer_subnets (Subnets or None) – Peer subnets for which IPsec VPN is configured.
                                    • +
                                    • dh_group (str or None) – Diffie-Hellman algorithm group. Defaults to DH14 for FIPS enabled NSX Edge. DH2 and DH5 are not supported when FIPS is enabled on NSX -Edge. Valid values are DH2, DH5, DH14, DH15, DH16.

                                    • -
                                    • site_id (str or None) – ID of the IPsec Site configuration provided by NSX Manager.

                                    • -
                                    • description (str or None) – Description of the IPsec Site.

                                    • -
                                    • peer_ip (str or None) – IP (IPv4) address or FQDN of the Peer. Can also be specified as -‘any’. Required.

                                    • -
                                    • name (str or None) – Name of the IPsec Site.

                                    • -
                                    • certificate (str or None) –

                                    • -
                                    • local_ip (str or None) – Local IP of the IPsec Site. Should be one of the IP addresses -configured on the uplink interfaces of the NSX Edge. Required.

                                    • -
                                    • encryption_algorithm (str or None) – IPsec encryption algorithm with default as aes256. Valid values are -‘aes’, ‘aes256’, ‘3des’, ‘aes-gcm’.

                                    • -
                                    • enabled (bool or None) – Enable/disable IPsec Site.

                                    • -
                                    • mtu (long or None) – MTU for the IPsec site. Defaults to the mtu of the NSX Edge vnic -specified by the localIp. Optional. format: int32

                                    • -
                                    • extension (str or None) –

                                    • -
                                    • peer_id (str or None) – Peer ID. Should be unique for all IPsec Site’s configured for an -NSX Edge.

                                    • -
                                    • local_subnets (Subnets or None) – Local subnets for which IPsec VPN is configured.

                                    • +Edge. Valid values are DH2, DH5, DH14, DH15, DH16. +
                                    • site_id (str or None) – ID of the IPsec Site configuration provided by NSX Manager.
                                    • +
                                    • description (str or None) – Description of the IPsec Site.
                                    • +
                                    • peer_ip (str or None) – IP (IPv4) address or FQDN of the Peer. Can also be specified as +‘any’. Required.
                                    • +
                                    • name (str or None) – Name of the IPsec Site.
                                    • +
                                    • certificate (str or None) –
                                    • +
                                    • local_ip (str or None) – Local IP of the IPsec Site. Should be one of the IP addresses +configured on the uplink interfaces of the NSX Edge. Required.
                                    • +
                                    • encryption_algorithm (str or None) – IPsec encryption algorithm with default as aes256. Valid values are +‘aes’, ‘aes256’, ‘3des’, ‘aes-gcm’.
                                    • +
                                    • enabled (bool or None) – Enable/disable IPsec Site.
                                    • +
                                    • mtu (long or None) – MTU for the IPsec site. Defaults to the mtu of the NSX Edge vnic +specified by the localIp. Optional. format: int32
                                    • +
                                    • extension (str or None) –
                                    • +
                                    • peer_id (str or None) – Peer ID. Should be unique for all IPsec Site’s configured for an +NSX Edge.
                                    • +
                                    • local_subnets (Subnets or None) – Local subnets for which IPsec VPN is configured.
                                    - - +

                                  @@ -2891,24 +3204,28 @@ NSX Edge.

                                  class com.vmware.vmc.model_client.IpsecSiteIKEStatus(channel_status=None, channel_state=None, peer_ip_address=None, local_ip_address=None, peer_subnets=None, peer_id=None, last_informational_message=None, local_subnets=None)

                                  Bases: vmware.vapi.bindings.struct.VapiStruct

                                  -

                                  Tip

                                  -

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

                                  Tip

                                  +

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

                                  -
                                  -
                                  Parameters
                                  -
                                    -
                                  • channel_status (str or None) –

                                  • -
                                  • channel_state (str or None) –

                                  • -
                                  • peer_ip_address (str or None) –

                                  • -
                                  • local_ip_address (str or None) –

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

                                  • -
                                  • peer_id (str or None) –

                                  • -
                                  • last_informational_message (str or None) –

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

                                  • + +++ + + + +
                                    Parameters:
                                      +
                                    • channel_status (str or None) –
                                    • +
                                    • channel_state (str or None) –
                                    • +
                                    • peer_ip_address (str or None) –
                                    • +
                                    • local_ip_address (str or None) –
                                    • +
                                    • peer_subnets (list of str or None) –
                                    • +
                                    • peer_id (str or None) –
                                    • +
                                    • last_informational_message (str or None) –
                                    • +
                                    • local_subnets (list of str or None) –
                                    - - +
                                  @@ -2916,21 +3233,25 @@ names.

                                  class com.vmware.vmc.model_client.IpsecSiteStats(rx_bytes_on_site=None, tunnel_stats=None, ike_status=None, site_status=None, tx_bytes_from_site=None)

                                  Bases: vmware.vapi.bindings.struct.VapiStruct

                                  -

                                  Tip

                                  -

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

                                  Tip

                                  +

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

                                  -
                                  -
                                  Parameters
                                  -
                                    -
                                  • rx_bytes_on_site (long or None) –

                                  • -
                                  • tunnel_stats (list of IpsecTunnelStats or None) –

                                  • -
                                  • ike_status (IpsecSiteIKEStatus or None) –

                                  • -
                                  • site_status (str or None) –

                                  • -
                                  • tx_bytes_from_site (long or None) –

                                  • + +++ + + + +
                                    Parameters:
                                      +
                                    • rx_bytes_on_site (long or None) –
                                    • +
                                    • tunnel_stats (list of IpsecTunnelStats or None) –
                                    • +
                                    • ike_status (IpsecSiteIKEStatus or None) –
                                    • +
                                    • site_status (str or None) –
                                    • +
                                    • tx_bytes_from_site (long or None) –
                                    - - +
                                  @@ -2939,15 +3260,18 @@ names.

                                  Bases: vmware.vapi.bindings.struct.VapiStruct

                                  List of IPsec sites for NSX Edge.

                                  -

                                  Tip

                                  -

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

                                  Tip

                                  +

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

                                  -
                                  -
                                  Parameters
                                  -

                                  sites (list of IpsecSite or None) –

                                  -
                                  -
                                  + +++ + + + +
                                  Parameters:sites (list of IpsecSite or None) –
                                  @@ -2955,19 +3279,23 @@ names.

                                  class com.vmware.vmc.model_client.IpsecStatusAndStats(time_stamp=None, server_status=None, site_statistics=None)

                                  Bases: vmware.vapi.bindings.struct.VapiStruct

                                  -

                                  Tip

                                  -

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

                                  Tip

                                  +

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

                                  -
                                  -
                                  Parameters
                                  -
                                    -
                                  • time_stamp (long or None) –

                                  • -
                                  • server_status (str or None) –

                                  • -
                                  • site_statistics (list of IpsecSiteStats or None) –

                                  • + +++ + + + +
                                    Parameters:
                                      +
                                    • time_stamp (long or None) –
                                    • +
                                    • server_status (str or None) –
                                    • +
                                    • site_statistics (list of IpsecSiteStats or None) –
                                    - - +
                                  @@ -2975,28 +3303,32 @@ names.

                                  class com.vmware.vmc.model_client.IpsecTunnelStats(tunnel_status=None, peer_spi=None, rx_bytes_on_local_subnet=None, established_date=None, peer_subnet=None, authentication_algorithm=None, tunnel_state=None, tx_bytes_from_local_subnet=None, last_informational_message=None, local_spi=None, encryption_algorithm=None, local_subnet=None)

                                  Bases: vmware.vapi.bindings.struct.VapiStruct

                                  -

                                  Tip

                                  -

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

                                  Tip

                                  +

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

                                  -
                                  -
                                  Parameters
                                  -
                                    -
                                  • tunnel_status (str or None) –

                                  • -
                                  • peer_spi (str or None) –

                                  • -
                                  • rx_bytes_on_local_subnet (long or None) –

                                  • -
                                  • established_date (str or None) –

                                  • -
                                  • peer_subnet (str or None) –

                                  • -
                                  • authentication_algorithm (str or None) –

                                  • -
                                  • tunnel_state (str or None) –

                                  • -
                                  • tx_bytes_from_local_subnet (long or None) –

                                  • -
                                  • last_informational_message (str or None) –

                                  • -
                                  • local_spi (str or None) –

                                  • -
                                  • encryption_algorithm (str or None) –

                                  • -
                                  • local_subnet (str or None) –

                                  • + +++ + + + +
                                    Parameters:
                                      +
                                    • tunnel_status (str or None) –
                                    • +
                                    • peer_spi (str or None) –
                                    • +
                                    • rx_bytes_on_local_subnet (long or None) –
                                    • +
                                    • established_date (str or None) –
                                    • +
                                    • peer_subnet (str or None) –
                                    • +
                                    • authentication_algorithm (str or None) –
                                    • +
                                    • tunnel_state (str or None) –
                                    • +
                                    • tx_bytes_from_local_subnet (long or None) –
                                    • +
                                    • last_informational_message (str or None) –
                                    • +
                                    • local_spi (str or None) –
                                    • +
                                    • encryption_algorithm (str or None) –
                                    • +
                                    • local_subnet (str or None) –
                                    - - +
                                  @@ -3005,19 +3337,23 @@ names.

                                  Bases: vmware.vapi.bindings.struct.VapiStruct

                                  Key value pair describing the feature configuration limit.

                                  -

                                  Tip

                                  -

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

                                  Tip

                                  +

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

                                  -
                                  -
                                  Parameters
                                  -
                                    -
                                  • value (str or None) – Value corresponding to the key of the configuration limit -parameter.

                                  • -
                                  • key (str or None) – Key name of the configuration limit parameter.

                                  • + +++ + + + +
                                    Parameters:
                                      +
                                    • value (str or None) – Value corresponding to the key of the configuration limit +parameter.
                                    • +
                                    • key (str or None) – Key name of the configuration limit parameter.
                                    - - +
                                  @@ -3025,19 +3361,23 @@ parameter.

                                  class com.vmware.vmc.model_client.KmsVpcEndpoint(vpc_endpoint_id=None, network_interface_ids=None)

                                  Bases: vmware.vapi.bindings.struct.VapiStruct

                                  -

                                  Tip

                                  -

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

                                  Tip

                                  +

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

                                  -
                                  -
                                  Parameters
                                  -
                                    -
                                  • vpc_endpoint_id (str or None) – The identifier of the VPC endpoint created to AWS Key Management -Service

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

                                  • + +++ + + + +
                                    Parameters:
                                      +
                                    • vpc_endpoint_id (str or None) – The identifier of the VPC endpoint created to AWS Key Management +Service
                                    • +
                                    • network_interface_ids (list of str or None) –
                                    - - +
                                  @@ -3046,16 +3386,19 @@ Service

                                  Bases: vmware.vapi.bindings.struct.VapiStruct

                                  Layer 2 extension.

                                  -

                                  Tip

                                  -

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

                                  Tip

                                  +

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

                                  -
                                  -
                                  Parameters
                                  -

                                  tunnel_id (long) – Identifier for layer 2 extension tunnel. Valid range: 1-4093. -format: int32

                                  -
                                  -
                                  + +++ + + + +
                                  Parameters:tunnel_id (long) – Identifier for layer 2 extension tunnel. Valid range: 1-4093. +format: int32
                                  @@ -3063,20 +3406,24 @@ format: int32

                                  class com.vmware.vmc.model_client.L2Vpn(enabled=None, sites=None, listener_ip=None)

                                  Bases: vmware.vapi.bindings.struct.VapiStruct

                                  -

                                  Tip

                                  -

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

                                  Tip

                                  +

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

                                  -
                                  -
                                  Parameters
                                  -
                                    -
                                  • enabled (bool or None) – Enable (true) or disable (false) L2 VPN.

                                  • -
                                  • sites (list of Site) – Array of L2 vpn site config.

                                  • -
                                  • listener_ip (str or None) – Public uplink ip address. IP of external interface on which L2VPN -service listens to.

                                  • + +++ + + + +
                                    Parameters:
                                      +
                                    • enabled (bool or None) – Enable (true) or disable (false) L2 VPN.
                                    • +
                                    • sites (list of Site) – Array of L2 vpn site config.
                                    • +
                                    • listener_ip (str or None) – Public uplink ip address. IP of external interface on which L2VPN +service listens to.
                                    - - +
                                  @@ -3085,26 +3432,30 @@ service listens to.

                                  Bases: vmware.vapi.bindings.struct.VapiStruct

                                  L2 VPN status and statistics of a single L2 VPN site.

                                  -

                                  Tip

                                  -

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

                                  Tip

                                  +

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

                                  -
                                  -
                                  Parameters
                                  -
                                    -
                                  • tunnel_status (str or None) – Status of the tunnel (UP/DOWN).

                                  • -
                                  • established_date (long or None) – Tunnel established date. format: int64

                                  • -
                                  • name (str or None) – User defined name of the site.

                                  • -
                                  • dropped_rx_packets (long or None) – Number of received packets dropped.

                                  • -
                                  • encryption_algorithm (str or None) – Cipher used in encryption.

                                  • -
                                  • failure_message (str or None) – Reason for the tunnel down.

                                  • -
                                  • tx_bytes_from_local_subnet (long or None) – Number of bytes transferred from local subnet.

                                  • -
                                  • rx_bytes_on_local_subnet (long or None) – Number of bytes received on the local subnet.

                                  • -
                                  • dropped_tx_packets (long or None) – Number of transferred packets dropped.

                                  • -
                                  • last_updated_time (long or None) – Time stamp of the statistics collection. format: int64

                                  • + +++ + + + +
                                    Parameters:
                                      +
                                    • tunnel_status (str or None) – Status of the tunnel (UP/DOWN).
                                    • +
                                    • established_date (long or None) – Tunnel established date. format: int64
                                    • +
                                    • name (str or None) – User defined name of the site.
                                    • +
                                    • dropped_rx_packets (long or None) – Number of received packets dropped.
                                    • +
                                    • encryption_algorithm (str or None) – Cipher used in encryption.
                                    • +
                                    • failure_message (str or None) – Reason for the tunnel down.
                                    • +
                                    • tx_bytes_from_local_subnet (long or None) – Number of bytes transferred from local subnet.
                                    • +
                                    • rx_bytes_on_local_subnet (long or None) – Number of bytes received on the local subnet.
                                    • +
                                    • dropped_tx_packets (long or None) – Number of transferred packets dropped.
                                    • +
                                    • last_updated_time (long or None) – Time stamp of the statistics collection. format: int64
                                    - - +
                                  @@ -3113,19 +3464,23 @@ names.

                                  Bases: vmware.vapi.bindings.struct.VapiStruct

                                  L2 VPN status and statistics.

                                  -

                                  Tip

                                  -

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

                                  Tip

                                  +

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

                                  -
                                  -
                                  Parameters
                                  -
                                    -
                                  • time_stamp (long or None) – Time stamp of statistics collection. format: int64

                                  • -
                                  • server_status (str or None) –

                                  • -
                                  • site_stats (list of L2vpnStats or None) – List of statistics for each Site.

                                  • + +++ + + + +
                                    Parameters:
                                      +
                                    • time_stamp (long or None) – Time stamp of statistics collection. format: int64
                                    • +
                                    • server_status (str or None) –
                                    • +
                                    • site_stats (list of L2vpnStats or None) – List of statistics for each Site.
                                    - - +
                                  @@ -3134,19 +3489,23 @@ names.

                                  Bases: vmware.vapi.bindings.struct.VapiStruct

                                  Licence and access control information for the feature.

                                  -

                                  Tip

                                  -

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

                                  Tip

                                  +

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

                                  -
                                  -
                                  Parameters
                                  -
                                    -
                                  • data_permission (DataPermissions or None) – Data access control information for the feature.

                                  • -
                                  • is_licensed (bool or None) – Value is true if feature is licenced.

                                  • -
                                  • access_permission (InteractionPermissions or None) – Access control information for the feature.

                                  • + +++ + + + +
                                    Parameters:
                                      +
                                    • data_permission (DataPermissions or None) – Data access control information for the feature.
                                    • +
                                    • is_licensed (bool or None) – Value is true if feature is licenced.
                                    • +
                                    • access_permission (InteractionPermissions or None) – Access control information for the feature.
                                    - - +
                                  @@ -3155,20 +3514,24 @@ names.

                                  Bases: vmware.vapi.bindings.struct.VapiStruct

                                  Dashboard Statistics data for Load Balancer.

                                  -

                                  Tip

                                  -

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

                                  Tip

                                  +

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

                                  -
                                  -
                                  Parameters
                                  -
                                    -
                                  • lb_bps_in (list of DashboardStat or None) – Number of bytes in.

                                  • -
                                  • lb_http_reqs (list of DashboardStat or None) – Number of HTTP requests received by Load Balancer.

                                  • -
                                  • lb_bps_out (list of DashboardStat or None) – Number of bytes out.

                                  • -
                                  • lb_sessions (list of DashboardStat or None) – Number of Load Balancer sessions.

                                  • + +++ + + + +
                                    Parameters:
                                      +
                                    • lb_bps_in (list of DashboardStat or None) – Number of bytes in.
                                    • +
                                    • lb_http_reqs (list of DashboardStat or None) – Number of HTTP requests received by Load Balancer.
                                    • +
                                    • lb_bps_out (list of DashboardStat or None) – Number of bytes out.
                                    • +
                                    • lb_sessions (list of DashboardStat or None) – Number of Load Balancer sessions.
                                    - - +
                                  @@ -3177,19 +3540,23 @@ names.

                                  Bases: vmware.vapi.bindings.struct.VapiStruct

                                  logging.

                                  -

                                  Tip

                                  -

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

                                  Tip

                                  +

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

                                  -
                                  -
                                  Parameters
                                  -
                                    -
                                  • log_level (str or None) – Log level. Valid values: emergency, alert, critical, error, -warning, notice, info, debug.

                                  • -
                                  • enable (bool or None) – Logging enabled.

                                  • + +++ + + + +
                                    Parameters:
                                      +
                                    • log_level (str or None) – Log level. Valid values: emergency, alert, critical, error, +warning, notice, info, debug.
                                    • +
                                    • enable (bool or None) – Logging enabled.
                                    - - +
                                  @@ -3197,31 +3564,35 @@ warning, notice, info, debug.

                                  class com.vmware.vmc.model_client.LogicalNetwork(subnet_cidr=None, name=None, gateway_ip=None, dhcp_enabled=None, dhcp_ip_range=None, tunnel_id=None, id=None, network_type=None)

                                  Bases: vmware.vapi.bindings.struct.VapiStruct

                                  -

                                  Tip

                                  -

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

                                  Tip

                                  +

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

                                  -
                                  -
                                  Parameters
                                  -
                                    -
                                  • subnet_cidr (str or None) – the subnet cidr

                                  • -
                                  • name (str or None) – name of the network

                                  • -
                                  • gateway_ip (str or None) – gateway ip of the logical network

                                  • -
                                  • dhcp_enabled (str or None) – if ‘true’ - enabled; if ‘false’ - disabled

                                  • -
                                  • dhcp_ip_range (str or None) – ip range within the subnet mask, range delimiter is ‘-‘ (example -10.118.10.130-10.118.10.140)

                                  • -
                                  • tunnel_id (long or None) – tunnel id of extended network format: int32

                                  • -
                                  • id (str or None) –

                                  • -
                                  • network_type (str or None) –

                                    Possible values are:

                                    + +++ + + + +
                                    Parameters: - - +
                                    NETWORK_TYPE_EXTENDED = 'EXTENDED'
                                    @@ -3244,18 +3615,22 @@ names.

                                    class com.vmware.vmc.model_client.LogicalRouterScope(type=None, id=None)

                                    Bases: vmware.vapi.bindings.struct.VapiStruct

                                    -

                                    Tip

                                    -

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

                                    Tip

                                    +

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

                                    -
                                    -
                                    Parameters
                                    -
                                      -
                                    • type (str or None) –

                                    • -
                                    • id (str or None) –

                                    • + +++ + + + +
                                      Parameters:
                                        +
                                      • type (str or None) –
                                      • +
                                      • id (str or None) –
                                      - - +
                                    @@ -3263,15 +3638,18 @@ names.

                                    class com.vmware.vmc.model_client.LogicalRouterScopes(logical_router_scope=None)

                                    Bases: vmware.vapi.bindings.struct.VapiStruct

                                    -

                                    Tip

                                    -

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

                                    Tip

                                    +

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

                                    -
                                    -
                                    Parameters
                                    -

                                    logical_router_scope (list of LogicalRouterScope or None) –

                                    -
                                    -
                                    + +++ + + + +
                                    Parameters:logical_router_scope (list of LogicalRouterScope or None) –
                                    @@ -3279,18 +3657,22 @@ names.

                                    class com.vmware.vmc.model_client.MacAddress(edge_vm_ha_index=None, value=None)

                                    Bases: vmware.vapi.bindings.struct.VapiStruct

                                    -

                                    Tip

                                    -

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

                                    Tip

                                    +

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

                                    -
                                    -
                                    Parameters
                                    -
                                      -
                                    • edge_vm_ha_index (long or None) –

                                    • -
                                    • value (str or None) –

                                    • + +++ + + + +
                                      Parameters:
                                        +
                                      • edge_vm_ha_index (long or None) –
                                      • +
                                      • value (str or None) –
                                      - - +
                                    @@ -3298,28 +3680,32 @@ names.

                                    class com.vmware.vmc.model_client.MaintenanceWindow(day_of_week=None, hour_of_day=None)

                                    Bases: vmware.vapi.bindings.struct.VapiStruct

                                    -

                                    Tip

                                    -

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

                                    Tip

                                    +

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

                                    -
                                    -
                                    Parameters
                                    -
                                      -
                                    • day_of_week (str or None) –

                                      Possible values are:

                                      + +++ + + + +
                                      Parameters: - - +
                                      DAY_OF_WEEK_FRIDAY = 'FRIDAY'
                                      @@ -3362,21 +3748,25 @@ names.

                                      class com.vmware.vmc.model_client.MaintenanceWindowEntry(in_maintenance_window=None, reservation_schedule=None, reservation_id=None, in_maintenance_mode=None, sddc_id=None)

                                      Bases: vmware.vapi.bindings.struct.VapiStruct

                                      -

                                      Tip

                                      -

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

                                      Tip

                                      +

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

                                      -
                                      -
                                      Parameters
                                      -
                                        -
                                      • in_maintenance_window (bool or None) – true if the SDDC is in the defined Mainentance Window

                                      • -
                                      • reservation_schedule (ReservationSchedule or None) –

                                      • -
                                      • reservation_id (str or None) – ID for reservation format: uuid

                                      • -
                                      • in_maintenance_mode (bool or None) – true if the SDDC is currently undergoing maintenance

                                      • -
                                      • sddc_id (str or None) – SDDC ID for this reservation format: uuid

                                      • + +++ + + + +
                                        Parameters:
                                          +
                                        • in_maintenance_window (bool or None) – true if the SDDC is in the defined Mainentance Window
                                        • +
                                        • reservation_schedule (ReservationSchedule or None) –
                                        • +
                                        • reservation_id (str or None) – ID for reservation format: uuid
                                        • +
                                        • in_maintenance_mode (bool or None) – true if the SDDC is currently undergoing maintenance
                                        • +
                                        • sddc_id (str or None) – SDDC ID for this reservation format: uuid
                                        - - +
                                      @@ -3384,30 +3774,34 @@ names.

                                      class com.vmware.vmc.model_client.MaintenanceWindowGet(day_of_week=None, hour_of_day=None, duration_min=None, version=None)

                                      Bases: vmware.vapi.bindings.struct.VapiStruct

                                      -

                                      Tip

                                      -

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

                                      Tip

                                      +

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

                                      -
                                      -
                                      Parameters
                                      -
                                        -
                                      • day_of_week (str or None) –

                                        Possible values are:

                                        + +++ + + + +
                                        Parameters: - - +
                                        DAY_OF_WEEK_FRIDAY = 'FRIDAY'
                                        @@ -3450,22 +3844,26 @@ names.

                                        class com.vmware.vmc.model_client.ManagementGatewayTemplate(public_ip=None, primary_dns=None, secondary_dns=None, firewall_rules=None, vpns=None, subnet_cidr=None)

                                        Bases: vmware.vapi.bindings.struct.VapiStruct

                                        -

                                        Tip

                                        -

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

                                        Tip

                                        +

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

                                        -
                                        -
                                        Parameters
                                        -
                                          -
                                        • public_ip (SddcPublicIp or None) –

                                        • -
                                        • primary_dns (str or None) –

                                        • -
                                        • secondary_dns (str or None) –

                                        • -
                                        • firewall_rules (list of FirewallRule or None) –

                                        • -
                                        • vpns (list of Vpn or None) –

                                        • -
                                        • subnet_cidr (str or None) – mgw network subnet cidr

                                        • + +++ + + + +
                                          Parameters:
                                            +
                                          • public_ip (SddcPublicIp or None) –
                                          • +
                                          • primary_dns (str or None) –
                                          • +
                                          • secondary_dns (str or None) –
                                          • +
                                          • firewall_rules (list of FirewallRule or None) –
                                          • +
                                          • vpns (list of Vpn or None) –
                                          • +
                                          • subnet_cidr (str or None) – mgw network subnet cidr
                                          - - +
                                        @@ -3473,19 +3871,23 @@ names.

                                        class com.vmware.vmc.model_client.MapZonesRequest(connected_account_id=None, org_id=None, petronas_regions_to_map=None)

                                        Bases: vmware.vapi.bindings.struct.VapiStruct

                                        -

                                        Tip

                                        -

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

                                        Tip

                                        +

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

                                        -
                                        -
                                        Parameters
                                        -
                                          -
                                        • connected_account_id (str or None) – The connected account ID to remap. This is a standard UUID.

                                        • -
                                        • org_id (str or None) – The org ID to remap in. This is a standard UUID.

                                        • -
                                        • petronas_regions_to_map (list of str or None) – A list of Petronas regions to map.

                                        • + +++ + + + +
                                          Parameters:
                                            +
                                          • connected_account_id (str or None) – The connected account ID to remap. This is a standard UUID.
                                          • +
                                          • org_id (str or None) – The org ID to remap in. This is a standard UUID.
                                          • +
                                          • petronas_regions_to_map (list of str or None) – A list of Petronas regions to map.
                                          - - +
                                        @@ -3494,20 +3896,24 @@ names.

                                        Bases: vmware.vapi.bindings.struct.VapiStruct

                                        Start time, end time and interval details.

                                        -

                                        Tip

                                        -

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

                                        Tip

                                        +

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

                                        -
                                        -
                                        Parameters
                                        -
                                          -
                                        • vnics (list of Vnic or None) – Statistics data is collected for these vNICs.

                                        • -
                                        • end_time (long or None) – End time in seconds. format: int64

                                        • -
                                        • start_time (long or None) – Start time in seconds. format: int64

                                        • -
                                        • interval (long or None) – Time interval in seconds. format: int32

                                        • + +++ + + + +
                                          Parameters:
                                            +
                                          • vnics (list of Vnic or None) – Statistics data is collected for these vNICs.
                                          • +
                                          • end_time (long or None) – End time in seconds. format: int64
                                          • +
                                          • start_time (long or None) – Start time in seconds. format: int64
                                          • +
                                          • interval (long or None) – Time interval in seconds. format: int32
                                          - - +
                                        @@ -3516,18 +3922,22 @@ names.

                                        Bases: vmware.vapi.bindings.struct.VapiStruct

                                        metadata of the sddc manifest

                                        -

                                        Tip

                                        -

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

                                        Tip

                                        +

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

                                        -
                                        -
                                        Parameters
                                        -
                                          -
                                        • timestamp (str or None) – the timestamp for the bundle

                                        • -
                                        • cycle_id (str or None) – the cycle id

                                        • + +++ + + + +
                                          Parameters:
                                            +
                                          • timestamp (str or None) – the timestamp for the bundle
                                          • +
                                          • cycle_id (str or None) – the cycle id
                                          - - +
                                        @@ -3536,28 +3946,32 @@ names.

                                        Bases: vmware.vapi.bindings.struct.VapiStruct

                                        NAT configuration

                                        -

                                        Tip

                                        -

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

                                        Tip

                                        +

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

                                        -
                                        -
                                        Parameters
                                        -
                                          -
                                        • rules (NatRules or None) – Ordered list of NAT rules.

                                        • -
                                        • feature_type (str or None) –

                                        • -
                                        • version (long or None) – Version number tracking each configuration change. To avoid + +++ + + + +
                                          Parameters:
                                            +
                                          • rules (NatRules or None) – Ordered list of NAT rules.
                                          • +
                                          • feature_type (str or None) –
                                          • +
                                          • version (long or None) – Version number tracking each configuration change. To avoid problems with overwriting changes, always retrieve and modify the latest configuration to include the current version number in your request. If you provide a version number which is not current, the request is rejected. If you omit the version number, the request is accepted but may overwrite any current changes if your change is -not in sync with the latest change. format: int64

                                          • -
                                          • enabled (bool or None) – Value is true if feature is enabled. Default value is true. -Optional.

                                          • -
                                          • template (str or None) –

                                          • +not in sync with the latest change. format: int64 +
                                          • enabled (bool or None) – Value is true if feature is enabled. Default value is true. +Optional.
                                          • +
                                          • template (str or None) –
                                          - - +

                                        @@ -3565,34 +3979,38 @@ Optional.

                                      • class com.vmware.vmc.model_client.NatRule(rule_type=None, protocol=None, name=None, internal_ports=None, public_ports=None, public_ip=None, internal_ip=None, action=None, id=None, revision=None)

                                        Bases: vmware.vapi.bindings.struct.VapiStruct

                                        -

                                        Tip

                                        -

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

                                        Tip

                                        +

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

                                        -
                                        -
                                        Parameters
                                        -
                                          -
                                        • rule_type (str or None) –

                                        • -
                                        • protocol (str or None) –

                                        • -
                                        • name (str or None) –

                                        • -
                                        • internal_ports (str or None) –

                                        • -
                                        • public_ports (str or None) –

                                        • -
                                        • public_ip (str or None) –

                                        • -
                                        • internal_ip (str or None) –

                                        • -
                                        • action (str or None) –

                                          Possible values are:

                                          + +++ + + + +
                                          Parameters:
                                            +
                                          • rule_type (str or None) –
                                          • +
                                          • protocol (str or None) –
                                          • +
                                          • name (str or None) –
                                          • +
                                          • internal_ports (str or None) –
                                          • +
                                          • public_ports (str or None) –
                                          • +
                                          • public_ip (str or None) –
                                          • +
                                          • internal_ip (str or None) –
                                          • +
                                          • action (str or None) –

                                            Possible values are:

                                            -

                                          • -
                                          • id (str or None) –

                                          • -
                                          • revision (long or None) – current revision of the list of nat rules, used to protect against +

                                          • +
                                          • id (str or None) –
                                          • +
                                          • revision (long or None) – current revision of the list of nat rules, used to protect against concurrent modification (first writer wins) format: int32 This attribute may be present in responses from the server, but if -it is present in a request to server it will be ignored.

                                          • +it is present in a request to server it will be ignored.
                                          - - +
                                          ACTION_DNAT = 'dnat'
                                          @@ -3611,15 +4029,18 @@ it is present in a request to server it will be ignored.

                                        • Bases: vmware.vapi.bindings.struct.VapiStruct

                                          Ordered list of NAT rules.

                                          -

                                          Tip

                                          -

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

                                          Tip

                                          +

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

                                          -
                                          -
                                          Parameters
                                          -

                                          nat_rules_dtos (list of Nsxnatrule or None) – Ordered list of NAT rules.

                                          -
                                          -
                                          + +++ + + + +
                                          Parameters:nat_rules_dtos (list of Nsxnatrule or None) – Ordered list of NAT rules.
                                        @@ -3627,18 +4048,22 @@ names.

                                        class com.vmware.vmc.model_client.NetworkTemplate(management_gateway_templates=None, compute_gateway_templates=None)

                                        Bases: vmware.vapi.bindings.struct.VapiStruct

                                        -

                                        Tip

                                        -

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

                                        Tip

                                        +

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

                                        -
                                        -
                                        Parameters
                                        -
                                        @@ -3646,19 +4071,23 @@ names.

                                        class com.vmware.vmc.model_client.NewCredentials(username=None, password=None, name=None)

                                        Bases: vmware.vapi.bindings.struct.VapiStruct

                                        -

                                        Tip

                                        -

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

                                        Tip

                                        +

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

                                        -
                                        -
                                        Parameters
                                        -
                                          -
                                        • username (str) – Username of the credentials

                                        • -
                                        • password (str) – Password associated with the credentials

                                        • -
                                        • name (str) – Name of the credentials

                                        • + +++ + + + +
                                          Parameters:
                                            +
                                          • username (str) – Username of the credentials
                                          • +
                                          • password (str) – Password associated with the credentials
                                          • +
                                          • name (str) – Name of the credentials
                                          - - +
                                        @@ -3667,35 +4096,39 @@ names.

                                        Bases: vmware.vapi.bindings.struct.VapiStruct

                                        Firewall Rule

                                        -

                                        Tip

                                        -

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

                                        Tip

                                        +

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

                                        -
                                        -
                                        Parameters
                                        -
                                          -
                                        • rule_type (str or None) – Identifies the type of the rule. internal_high or user.

                                        • -
                                        • description (str or None) – Description for the rule

                                        • -
                                        • rule_id (long or None) – Identifier for the rule. format: int64

                                        • -
                                        • match_translated (bool or None) – Defines the order of NAT and Firewall pipeline. When false, -firewall happens before NAT. Default : false

                                        • -
                                        • invalid_application (bool or None) –

                                        • -
                                        • direction (str or None) – Direction. Possible values in or out. Default is ‘any’.

                                        • -
                                        • statistics (FirewallRuleStats or None) – Statistics for the rule

                                        • -
                                        • name (str or None) – Name for the rule.

                                        • -
                                        • invalid_source (bool or None) –

                                        • -
                                        • logging_enabled (bool or None) – Enable logging for the rule.

                                        • -
                                        • destination (AddressFWSourceDestination or None) – List of destinations. Default is any.

                                        • -
                                        • enabled (bool or None) – Enable rule.

                                        • -
                                        • application (Application or None) – List of applications. Default is any.

                                        • -
                                        • source (AddressFWSourceDestination or None) – List of sources. Default is any.

                                        • -
                                        • action (str or None) – Action. Values : accept, deny

                                        • -
                                        • invalid_destination (bool or None) –

                                        • -
                                        • rule_tag (long or None) – Rule tag. Used to specify user-defined ruleId. If not specified NSX -Manager will generate ruleId. format: int64

                                        • + +++ + + + +
                                          Parameters:
                                            +
                                          • rule_type (str or None) – Identifies the type of the rule. internal_high or user.
                                          • +
                                          • description (str or None) – Description for the rule
                                          • +
                                          • rule_id (long or None) – Identifier for the rule. format: int64
                                          • +
                                          • match_translated (bool or None) – Defines the order of NAT and Firewall pipeline. When false, +firewall happens before NAT. Default : false
                                          • +
                                          • invalid_application (bool or None) –
                                          • +
                                          • direction (str or None) – Direction. Possible values in or out. Default is ‘any’.
                                          • +
                                          • statistics (FirewallRuleStats or None) – Statistics for the rule
                                          • +
                                          • name (str or None) – Name for the rule.
                                          • +
                                          • invalid_source (bool or None) –
                                          • +
                                          • logging_enabled (bool or None) – Enable logging for the rule.
                                          • +
                                          • destination (AddressFWSourceDestination or None) – List of destinations. Default is any.
                                          • +
                                          • enabled (bool or None) – Enable rule.
                                          • +
                                          • application (Application or None) – List of applications. Default is any.
                                          • +
                                          • source (AddressFWSourceDestination or None) – List of sources. Default is any.
                                          • +
                                          • action (str or None) – Action. Values : accept, deny
                                          • +
                                          • invalid_destination (bool or None) –
                                          • +
                                          • rule_tag (long or None) – Rule tag. Used to specify user-defined ruleId. If not specified NSX +Manager will generate ruleId. format: int64
                                          - - +
                                        @@ -3704,20 +4137,24 @@ Manager will generate ruleId. format: int64

                                        Bases: vmware.vapi.bindings.struct.VapiStruct

                                        Application (service) for firewall rule.

                                        -

                                        Tip

                                        -

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

                                        Tip

                                        +

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

                                        -
                                        -
                                        Parameters
                                        -
                                          -
                                        • source_port (list of str or None) – List of source ports.

                                        • -
                                        • protocol (str or None) – Protocol.

                                        • -
                                        • port (list of str or None) – List of destination ports.

                                        • -
                                        • icmp_type (str or None) – IcmpType. Only supported when protocol is icmp. Default is ‘any’.

                                        • + +++ + + + +
                                          Parameters:
                                            +
                                          • source_port (list of str or None) – List of source ports.
                                          • +
                                          • protocol (str or None) – Protocol.
                                          • +
                                          • port (list of str or None) – List of destination ports.
                                          • +
                                          • icmp_type (str or None) – IcmpType. Only supported when protocol is icmp. Default is ‘any’.
                                          - - +
                                        @@ -3726,19 +4163,23 @@ names.

                                        Bases: vmware.vapi.bindings.struct.VapiStruct

                                        L2 VPN server configuration.

                                        -

                                        Tip

                                        -

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

                                        Tip

                                        +

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

                                        -
                                        -
                                        Parameters
                                        -
                                          -
                                        • listener_ips (list of str) – Listener IP addresses.

                                        • -
                                        • enabled (bool or None) – Enabled state of L2 VPN service.

                                        • -
                                        • sites (Sites) – List of L2 VPN sites.

                                        • + +++ + + + +
                                          Parameters:
                                            +
                                          • listener_ips (list of str) – Listener IP addresses.
                                          • +
                                          • enabled (bool or None) – Enabled state of L2 VPN service.
                                          • +
                                          • sites (Sites) – List of L2 VPN sites.
                                          - - +
                                        @@ -3747,42 +4188,46 @@ names.

                                        Bases: vmware.vapi.bindings.struct.VapiStruct

                                        NAT rule

                                        -

                                        Tip

                                        -

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

                                        Tip

                                        +

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

                                        -
                                        -
                                        Parameters
                                        -
                                          -
                                        • vnic (str or None) – Interface on which the NAT rule is applied.

                                        • -
                                        • rule_type (str or None) – Identifies the type of the rule. internal_high or user.

                                        • -
                                        • protocol (str or None) – Protocol. Default is ‘any’

                                        • -
                                        • description (str or None) – Description for the rule.

                                        • -
                                        • rule_id (long or None) – Identifier for the rule. format: int64

                                        • -
                                        • snat_match_destination_port (str or None) – Apply SNAT rule only if traffic has this destination port. Default -is ‘any’.

                                        • -
                                        • original_address (str or None) – Original address or address range. This is the original source + +++ + + + +
                                          Parameters:
                                            +
                                          • vnic (str or None) – Interface on which the NAT rule is applied.
                                          • +
                                          • rule_type (str or None) – Identifies the type of the rule. internal_high or user.
                                          • +
                                          • protocol (str or None) – Protocol. Default is ‘any’
                                          • +
                                          • description (str or None) – Description for the rule.
                                          • +
                                          • rule_id (long or None) – Identifier for the rule. format: int64
                                          • +
                                          • snat_match_destination_port (str or None) – Apply SNAT rule only if traffic has this destination port. Default +is ‘any’.
                                          • +
                                          • original_address (str or None) – Original address or address range. This is the original source address for SNAT rules and the original destination address for -DNAT rules.

                                          • -
                                          • dnat_match_source_address (str or None) – Apply DNAT rule only if traffic has this source address. Default is -‘any’.

                                          • -
                                          • dnat_match_source_port (str or None) – Apply DNAT rule only if traffic has this source port. Default is -‘any’.

                                          • -
                                          • snat_match_destination_address (str or None) – Apply SNAT rule only if traffic has this destination address. -Default is ‘any’.

                                          • -
                                          • original_port (str or None) – Original port. This is the original source port for SNAT rules, and -the original destination port for DNAT rules.

                                          • -
                                          • logging_enabled (bool or None) – Enable logging for the rule.

                                          • -
                                          • translated_address (str or None) – Translated address or address range.

                                          • -
                                          • enabled (bool or None) – Enable rule.

                                          • -
                                          • icmp_type (str or None) – ICMP type. Only supported when protocol is icmp. Default is ‘any’.

                                          • -
                                          • translated_port (str or None) – Translated port. Supported in DNAT rules only.

                                          • -
                                          • action (str or None) – Action for the rule. SNAT or DNAT.

                                          • -
                                          • rule_tag (long or None) – Rule tag. Used to specify user-defined ruleId. If not specified NSX -Manager will generate ruleId. format: int64

                                          • +DNAT rules. +
                                          • dnat_match_source_address (str or None) – Apply DNAT rule only if traffic has this source address. Default is +‘any’.
                                          • +
                                          • dnat_match_source_port (str or None) – Apply DNAT rule only if traffic has this source port. Default is +‘any’.
                                          • +
                                          • snat_match_destination_address (str or None) – Apply SNAT rule only if traffic has this destination address. +Default is ‘any’.
                                          • +
                                          • original_port (str or None) – Original port. This is the original source port for SNAT rules, and +the original destination port for DNAT rules.
                                          • +
                                          • logging_enabled (bool or None) – Enable logging for the rule.
                                          • +
                                          • translated_address (str or None) – Translated address or address range.
                                          • +
                                          • enabled (bool or None) – Enable rule.
                                          • +
                                          • icmp_type (str or None) – ICMP type. Only supported when protocol is icmp. Default is ‘any’.
                                          • +
                                          • translated_port (str or None) – Translated port. Supported in DNAT rules only.
                                          • +
                                          • action (str or None) – Action for the rule. SNAT or DNAT.
                                          • +
                                          • rule_tag (long or None) – Rule tag. Used to specify user-defined ruleId. If not specified NSX +Manager will generate ruleId. format: int64
                                          - - +

                                        @@ -3791,27 +4236,31 @@ Manager will generate ruleId. format: int64

                                        Bases: vmware.vapi.bindings.struct.VapiStruct

                                        L2 VPN site.

                                        -

                                        Tip

                                        -

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

                                        Tip

                                        +

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

                                        -
                                        -
                                        Parameters
                                        -
                                          -
                                        • secure_traffic (bool or None) – Secure L2VPN traffic.

                                        • -
                                        • site_id (str or None) – Identifier for L2 VPN site.

                                        • -
                                        • name (str or None) – Name of L2 VPN site. Length: 1-255 characters.

                                        • -
                                        • password (str or None) – Password for L2 VPN user. Passwords must contain the following: + +++ + + + +
                                          Parameters:
                                            +
                                          • secure_traffic (bool or None) – Secure L2VPN traffic.
                                          • +
                                          • site_id (str or None) – Identifier for L2 VPN site.
                                          • +
                                          • name (str or None) – Name of L2 VPN site. Length: 1-255 characters.
                                          • +
                                          • password (str or None) – Password for L2 VPN user. Passwords must contain the following: 12-63 characters, a mix of upper case letters, lower case letters, numbers, and at least one special character. Password must not contain the username as a substring. Do not repeat a character 3 or -more times.

                                          • -
                                          • user_id (str or None) – L2 VPN user ID. Valid user names: 1-63 characters, letters and -numbers only. No white space or special characters.

                                          • -
                                          • description (str or None) – Description of L2 VPN site.

                                          • +more times. +
                                          • user_id (str or None) – L2 VPN user ID. Valid user names: 1-63 characters, letters and +numbers only. No white space or special characters.
                                          • +
                                          • description (str or None) – Description of L2 VPN site.
                                          - - +

                                        @@ -3820,15 +4269,18 @@ numbers only. No white space or special characters.

                                        Bases: vmware.vapi.bindings.struct.VapiStruct

                                        Details the state of different NSX add-ons.

                                        -

                                        Tip

                                        -

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

                                        Tip

                                        +

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

                                        -
                                        -
                                        Parameters
                                        -

                                        enable_nsx_advanced_addon (bool or None) – Indicates whether NSX Advanced addon is enabled or disabled.

                                        -
                                        -
                                        + +++ + + + +
                                        Parameters:enable_nsx_advanced_addon (bool or None) – Indicates whether NSX Advanced addon is enabled or disabled.
                                        @@ -3836,15 +4288,18 @@ names.

                                        class com.vmware.vmc.model_client.ObjectType(name=None)

                                        Bases: vmware.vapi.bindings.struct.VapiStruct

                                        -

                                        Tip

                                        -

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

                                        Tip

                                        +

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

                                        -
                                        -
                                        Parameters
                                        -

                                        name (str or None) –

                                        -
                                        -
                                        + +++ + + + +
                                        Parameters:name (str or None) –
                                        @@ -3853,18 +4308,22 @@ names.

                                        Bases: vmware.vapi.bindings.struct.VapiStruct

                                        Holder for the offer instances.

                                        -

                                        Tip

                                        -

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

                                        Tip

                                        +

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

                                        -
                                        -
                                        Parameters
                                        -
                                        @@ -3872,8 +4331,8 @@ names.

                                        class com.vmware.vmc.model_client.OfferType(string)

                                        Bases: vmware.vapi.bindings.enum.Enum

                                        -

                                        Note

                                        -

                                        This class represents an enumerated type in the interface language +

                                        Note

                                        +

                                        This class represents an enumerated type in the interface language definition. The class contains class attributes which represent the values in the current version of the enumerated type. Newer versions of the enumerated type may contain new values. To use new values of the @@ -3881,19 +4340,22 @@ enumerated type in communication with a server that supports the newer version of the API, you instantiate this class. See enumerated type description page.

                                        -
                                        -
                                        Parameters
                                        -

                                        string (str) – String value for the OfferType instance.

                                        -
                                        -
                                        + +++ + + + +
                                        Parameters:string (str) – String value for the OfferType instance.
                                        -ON_DEMAND = OfferType(string='ON_DEMAND')
                                        +ON_DEMAND = OfferType(string=u'ON_DEMAND')
                                        -TERM = OfferType(string='TERM')
                                        +TERM = OfferType(string=u'TERM')
                                        @@ -3904,24 +4366,28 @@ type description page.

                                        Bases: vmware.vapi.bindings.struct.VapiStruct

                                        Holder for the on-demand offer instance.

                                        -

                                        Tip

                                        -

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

                                        Tip

                                        +

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

                                        -
                                        -
                                        Parameters
                                        -
                                          -
                                        • product_type (str) –

                                        • -
                                        • name (str) –

                                        • -
                                        • currency (str) –

                                        • -
                                        • region (str) –

                                        • -
                                        • unit_price (str) –

                                        • -
                                        • monthly_cost (str) –

                                        • -
                                        • version (str) –

                                        • -
                                        • description (str) –

                                        • + +++ + + + +
                                          Parameters:
                                            +
                                          • product_type (str) –
                                          • +
                                          • name (str) –
                                          • +
                                          • currency (str) –
                                          • +
                                          • region (str) –
                                          • +
                                          • unit_price (str) –
                                          • +
                                          • monthly_cost (str) –
                                          • +
                                          • version (str) –
                                          • +
                                          • description (str) –
                                          - - +
                                        @@ -3929,15 +4395,18 @@ names.

                                        class com.vmware.vmc.model_client.OrgProperties(values=None)

                                        Bases: vmware.vapi.bindings.struct.VapiStruct

                                        -

                                        Tip

                                        -

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

                                        Tip

                                        +

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

                                        -
                                        -
                                        Parameters
                                        -

                                        values ((dict of str and str) or None) – A map of string properties to values.

                                        -
                                        -
                                        + +++ + + + +
                                        Parameters:values ((dict of str and str) or None) – A map of string properties to values.
                                        @@ -3945,34 +4414,38 @@ names.

                                        class com.vmware.vmc.model_client.Organization(updated=None, user_id=None, updated_by_user_id=None, created=None, version=None, updated_by_user_name=None, user_name=None, id=None, org_type=None, display_name=None, name=None, project_state=None, properties=None)

                                        Bases: vmware.vapi.bindings.struct.VapiStruct

                                        -

                                        Tip

                                        -

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

                                        Tip

                                        +

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

                                        -
                                        -
                                        Parameters
                                        -
                                          -
                                        • updated (datetime.datetime) –

                                        • -
                                        • user_id (str) – User id that last updated this record

                                        • -
                                        • updated_by_user_id (str) – User id that last updated this record

                                        • -
                                        • created (datetime.datetime) –

                                        • -
                                        • version (long) – Version of this entity format: int32

                                        • -
                                        • updated_by_user_name (str or None) – User name that last updated this record

                                        • -
                                        • user_name (str) – User name that last updated this record

                                        • -
                                        • id (str) – Unique ID for this entity

                                        • -
                                        • org_type (str or None) – ORG_TYPE to be associated with the org

                                        • -
                                        • display_name (str or None) –

                                        • -
                                        • name (str or None) –

                                        • -
                                        • project_state (str or None) –

                                          Possible values are:

                                          + +++ + + + +
                                          Parameters:
                                            +
                                          • updated (datetime.datetime) –
                                          • +
                                          • user_id (str) – User id that last updated this record
                                          • +
                                          • updated_by_user_id (str) – User id that last updated this record
                                          • +
                                          • created (datetime.datetime) –
                                          • +
                                          • version (long) – Version of this entity format: int32
                                          • +
                                          • updated_by_user_name (str or None) – User name that last updated this record
                                          • +
                                          • user_name (str) – User name that last updated this record
                                          • +
                                          • id (str) – Unique ID for this entity
                                          • +
                                          • org_type (str or None) – ORG_TYPE to be associated with the org
                                          • +
                                          • display_name (str or None) –
                                          • +
                                          • name (str or None) –
                                          • +
                                          • project_state (str or None) –

                                            Possible values are:

                                            -

                                          • -
                                          • properties (OrgProperties or None) –

                                          • + +
                                          • properties (OrgProperties or None) –
                                          - - +
                                          PROJECT_STATE_CREATED = 'CREATED'
                                          @@ -3991,15 +4464,18 @@ names.

                                          Bases: vmware.vapi.bindings.struct.VapiStruct

                                          NSX Edges listed by pages.

                                          -

                                          Tip

                                          -

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

                                          Tip

                                          +

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

                                          -
                                          -
                                          Parameters
                                          -

                                          edge_page (DataPageEdgeSummary or None) – Page details with matched records.

                                          -
                                          -
                                          + +++ + + + +
                                          Parameters:edge_page (DataPageEdgeSummary or None) – Page details with matched records.
                                          @@ -4007,21 +4483,25 @@ names.

                                          class com.vmware.vmc.model_client.PagingInfo(sort_order_ascending=None, total_count=None, start_index=None, sort_by=None, page_size=None)

                                          Bases: vmware.vapi.bindings.struct.VapiStruct

                                          -

                                          Tip

                                          -

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

                                          Tip

                                          +

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

                                          -
                                          -
                                          Parameters
                                          -
                                            -
                                          • sort_order_ascending (bool or None) –

                                          • -
                                          • total_count (long or None) –

                                          • -
                                          • start_index (long or None) –

                                          • -
                                          • sort_by (str or None) –

                                          • -
                                          • page_size (long or None) –

                                          • + +++ + + + +
                                            Parameters:
                                              +
                                            • sort_order_ascending (bool or None) –
                                            • +
                                            • total_count (long or None) –
                                            • +
                                            • start_index (long or None) –
                                            • +
                                            • sort_by (str or None) –
                                            • +
                                            • page_size (long or None) –
                                            - - +
                                          @@ -4029,18 +4509,22 @@ names.

                                          class com.vmware.vmc.model_client.PopAgentXeniConnection(default_subnet_route=None, eni_info=None)

                                          Bases: vmware.vapi.bindings.struct.VapiStruct

                                          -

                                          Tip

                                          -

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

                                          Tip

                                          +

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

                                          -
                                          -
                                          Parameters
                                          -
                                            -
                                          • default_subnet_route (str or None) – The gateway route ip fo the subnet.

                                          • -
                                          • eni_info ((dict of str and EniInfo) or None) – Information of the x-eni created.

                                          • + +++ + + + +
                                            Parameters:
                                              +
                                            • default_subnet_route (str or None) – The gateway route ip fo the subnet.
                                            • +
                                            • eni_info ((dict of str and EniInfo) or None) – Information of the x-eni created.
                                            - - +
                                          @@ -4048,28 +4532,31 @@ names.

                                          class com.vmware.vmc.model_client.PopAmiInfo(region=None, id=None, name=None, type=None)

                                          Bases: vmware.vapi.bindings.struct.VapiStruct

                                          -

                                          Tip

                                          -

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

                                          Tip

                                          +

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

                                          -
                                          -
                                          Parameters
                                          -
                                            -
                                          • region (str or None) – the region of the esx ami

                                          • -
                                          • id (str or None) – the ami id for the esx

                                          • -
                                          • name (str or None) – the name of the esx ami

                                          • -
                                          • type (str or None) –

                                            Possible values are:

                                            + +++ + + + +
                                            Parameters: - - +
                                            TYPE_CENTOS = 'CENTOS'
                                            @@ -4088,21 +4575,25 @@ names.

                                            Bases: vmware.vapi.bindings.struct.VapiStruct

                                            Present a SDDC PoP information.

                                            -

                                            Tip

                                            -

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

                                            Tip

                                            +

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

                                            -
                                            -
                                            Parameters
                                            -
                                              -
                                            • ami_infos (dict of str and PopAmiInfo) – A map of [region name of PoP / PoP-AMI]:[PopAmiInfo].

                                            • -
                                            • created_at (datetime.datetime or None) – The PopInfo (or PoP AMI) created time. Using ISO 8601 date-time -pattern. format: date-time

                                            • -
                                            • id (str or None) – UUID of the PopInfo format: UUID

                                            • -
                                            • service_infos ((dict of str and PopServiceInfo) or None) – A map of [service type]:[PopServiceInfo]

                                            • + +++ + + + +
                                              Parameters:
                                                +
                                              • ami_infos (dict of str and PopAmiInfo) – A map of [region name of PoP / PoP-AMI]:[PopAmiInfo].
                                              • +
                                              • created_at (datetime.datetime or None) – The PopInfo (or PoP AMI) created time. Using ISO 8601 date-time +pattern. format: date-time
                                              • +
                                              • id (str or None) – UUID of the PopInfo format: UUID
                                              • +
                                              • service_infos ((dict of str and PopServiceInfo) or None) – A map of [service type]:[PopServiceInfo]
                                              - - +
                                            @@ -4110,43 +4601,46 @@ pattern. format: date-time

                                          • class com.vmware.vmc.model_client.PopServiceInfo(cln=None, version=None, build=None, service=None)

                                            Bases: vmware.vapi.bindings.struct.VapiStruct

                                            -

                                            Tip

                                            -

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

                                            Tip

                                            +

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

                                            -
                                            -
                                            Parameters
                                            -
                                              -
                                            • cln (str or None) – The service change set number.

                                            • -
                                            • version (str or None) – The service API version.

                                            • -
                                            • build (str or None) – The service build number.

                                            • -
                                            • service (str or None) –

                                              Possible values are:

                                              + +++ + + + +
                                              Parameters: - - +
                                              SERVICE_AGENT = 'AGENT'
                                              @@ -4240,18 +4734,22 @@ names.

                                              Bases: vmware.vapi.bindings.struct.VapiStruct

                                              DNS request statistics.

                                              -

                                              Tip

                                              -

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

                                              Tip

                                              +

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

                                              -
                                              -
                                              Parameters
                                              -
                                                -
                                              • total (long or None) –

                                              • -
                                              • queries (long or None) –

                                              • + +++ + + + +
                                                Parameters:
                                                  +
                                                • total (long or None) –
                                                • +
                                                • queries (long or None) –
                                                - - +
                                              @@ -4259,22 +4757,26 @@ names.

                                              class com.vmware.vmc.model_client.Reservation(duration=None, rid=None, create_time=None, start_time=None, metadata=None)

                                              Bases: vmware.vapi.bindings.struct.VapiStruct

                                              -

                                              Tip

                                              -

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

                                              Tip

                                              +

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

                                              -
                                              -
                                              Parameters
                                              -
                                                -
                                              • duration (long or None) – Duration - required for reservation in maintenance window format: -int64

                                              • -
                                              • rid (str or None) – Reservation ID format: uuid

                                              • -
                                              • create_time (str or None) – Optional

                                              • -
                                              • start_time (datetime.datetime or None) – Start time of a reservation format: date-time

                                              • -
                                              • metadata ((dict of str and str) or None) – Optional

                                              • + +++ + + + +
                                                Parameters:
                                                  +
                                                • duration (long or None) – Duration - required for reservation in maintenance window format: +int64
                                                • +
                                                • rid (str or None) – Reservation ID format: uuid
                                                • +
                                                • create_time (str or None) – Optional
                                                • +
                                                • start_time (datetime.datetime or None) – Start time of a reservation format: date-time
                                                • +
                                                • metadata ((dict of str and str) or None) – Optional
                                                - - +
                                              @@ -4282,20 +4784,24 @@ int64

                                            • class com.vmware.vmc.model_client.ReservationInMw(rid=None, week_of=None, create_time=None, metadata=None)

                                              Bases: vmware.vapi.bindings.struct.VapiStruct

                                              -

                                              Tip

                                              -

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

                                              Tip

                                              +

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

                                              -
                                              -
                                              Parameters
                                              -
                                                -
                                              • rid (str or None) – Reservation ID format: uuid

                                              • -
                                              • week_of (str or None) – SUNDAY of the week that maintenance is scheduled, ISO format date

                                              • -
                                              • create_time (datetime.datetime or None) – Optional format: date-time

                                              • -
                                              • metadata ((dict of str and str) or None) – Optional

                                              • + +++ + + + +
                                                Parameters:
                                                  +
                                                • rid (str or None) – Reservation ID format: uuid
                                                • +
                                                • week_of (str or None) – SUNDAY of the week that maintenance is scheduled, ISO format date
                                                • +
                                                • create_time (datetime.datetime or None) – Optional format: date-time
                                                • +
                                                • metadata ((dict of str and str) or None) – Optional
                                                - - +
                                              @@ -4303,32 +4809,36 @@ names.

                                              class com.vmware.vmc.model_client.ReservationSchedule(day_of_week=None, hour_of_day=None, duration_min=None, version=None, reservations=None, reservations_mw=None)

                                              Bases: vmware.vapi.bindings.struct.VapiStruct

                                              -

                                              Tip

                                              -

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

                                              Tip

                                              +

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

                                              -
                                              -
                                              Parameters
                                              -
                                                -
                                              • day_of_week (str or None) –

                                                Possible values are:

                                                + +++ + + + +
                                                Parameters: - - +
                                                DAY_OF_WEEK_FRIDAY = 'FRIDAY'
                                                @@ -4371,33 +4881,37 @@ names.

                                                class com.vmware.vmc.model_client.ReservationWindow(reservation_state=None, emergency=None, maintenance_properties=None, reserve_id=None, start_hour=None, sddc_id=None, manifest_id=None, duration_hours=None, start_date=None, metadata=None)

                                                Bases: vmware.vapi.bindings.struct.VapiStruct

                                                -

                                                Tip

                                                -

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

                                                Tip

                                                +

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

                                                -
                                                -
                                                Parameters
                                                -
                                                  -
                                                • reservation_state (str or None) –

                                                  Possible values are:

                                                  + +++ + + + +
                                                  Parameters: - - +
                                                  RESERVATION_STATE_CANCELED = 'CANCELED'
                                                  @@ -4425,15 +4939,18 @@ names.

                                                  class com.vmware.vmc.model_client.ReservationWindowMaintenanceProperties(status=None)

                                                  Bases: vmware.vapi.bindings.struct.VapiStruct

                                                  -

                                                  Tip

                                                  -

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

                                                  Tip

                                                  +

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

                                                  -
                                                  -
                                                  Parameters
                                                  -

                                                  status (str or None) – Status of upgrade, if any

                                                  -
                                                  -
                                                  + +++ + + + +
                                                  Parameters:status (str or None) – Status of upgrade, if any
                                                  @@ -4443,18 +4960,22 @@ names.

                                                  Job result information for the configuration change carried out on NSX Edge.

                                                  -

                                                  Tip

                                                  -

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

                                                  Tip

                                                  +

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

                                                  -
                                                  -
                                                  Parameters
                                                  -
                                                    -
                                                  • value (str or None) – Job Result value associated with key ID.

                                                  • -
                                                  • key (str or None) – Job Result key ID.

                                                  • + +++ + + + +
                                                    Parameters:
                                                      +
                                                    • value (str or None) – Job Result value associated with key ID.
                                                    • +
                                                    • key (str or None) – Job Result key ID.
                                                    - - +
                                                  @@ -4462,19 +4983,23 @@ names.

                                                  class com.vmware.vmc.model_client.ScopeInfo(object_type_name=None, id=None, name=None)

                                                  Bases: vmware.vapi.bindings.struct.VapiStruct

                                                  -

                                                  Tip

                                                  -

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

                                                  Tip

                                                  +

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

                                                  -
                                                  -
                                                  Parameters
                                                  -
                                                    -
                                                  • object_type_name (str or None) –

                                                  • -
                                                  • id (str or None) –

                                                  • -
                                                  • name (str or None) –

                                                  • + +++ + + + +
                                                    Parameters:
                                                      +
                                                    • object_type_name (str or None) –
                                                    • +
                                                    • id (str or None) –
                                                    • +
                                                    • name (str or None) –
                                                    - - +
                                                  @@ -4482,57 +5007,60 @@ names.

                                                  class com.vmware.vmc.model_client.Sddc(updated=None, user_id=None, updated_by_user_id=None, created=None, version=None, updated_by_user_name=None, user_name=None, id=None, name=None, sddc_state=None, expiration_date=None, org_id=None, sddc_type=None, provider=None, account_link_state=None, sddc_access_state=None, resource_config=None)

                                                  Bases: vmware.vapi.bindings.struct.VapiStruct

                                                  -

                                                  Tip

                                                  -

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

                                                  Tip

                                                  +

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

                                                  -
                                                  -
                                                  Parameters
                                                  -
                                                    -
                                                  • updated (datetime.datetime) –

                                                  • -
                                                  • user_id (str) – User id that last updated this record

                                                  • -
                                                  • updated_by_user_id (str) – User id that last updated this record

                                                  • -
                                                  • created (datetime.datetime) –

                                                  • -
                                                  • version (long) – Version of this entity format: int32

                                                  • -
                                                  • updated_by_user_name (str or None) – User name that last updated this record

                                                  • -
                                                  • user_name (str) – User name that last updated this record

                                                  • -
                                                  • id (str) – Unique ID for this entity

                                                  • -
                                                  • name (str or None) – name for SDDC

                                                  • -
                                                  • sddc_state (str or None) –

                                                    Possible values are:

                                                    + +++ + + + +
                                                    Parameters: - - +
                                                    @@ -4590,20 +5118,24 @@ ENABLED

                                                  • class com.vmware.vmc.model_client.SddcAllocatePublicIpSpec(count=None, private_ips=None, names=None)

                                                    Bases: vmware.vapi.bindings.struct.VapiStruct

                                                    -

                                                    Tip

                                                    -

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

                                                    Tip

                                                    +

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

                                                    -
                                                    -
                                                    Parameters
                                                    -
                                                      -
                                                    • count (long) –

                                                    • -
                                                    • private_ips (list of str or None) – List of workload VM private IPs to be assigned the public IP just -allocated.

                                                    • -
                                                    • names (list of str or None) – List of names for the workload VM public IP assignment.

                                                    • + +++ + + + +
                                                      Parameters:
                                                        +
                                                      • count (long) –
                                                      • +
                                                      • private_ips (list of str or None) – List of workload VM private IPs to be assigned the public IP just +allocated.
                                                      • +
                                                      • names (list of str or None) – List of names for the workload VM public IP assignment.
                                                      - - +
                                                    @@ -4611,49 +5143,53 @@ allocated.

                                                    class com.vmware.vmc.model_client.SddcConfig(storage_capacity=None, name=None, account_link_sddc_config=None, vpc_cidr=None, num_hosts=None, sddc_type=None, vxlan_subnet=None, account_link_config=None, provider='SddcConfig', skip_creating_vxlan=None, sso_domain=None, sddc_template_id=None, deployment_type=None)

                                                    Bases: vmware.vapi.bindings.struct.VapiStruct

                                                    -

                                                    Tip

                                                    -

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

                                                    Tip

                                                    +

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

                                                    -
                                                    -
                                                    Parameters
                                                    -
                                                      -
                                                    • storage_capacity (long or None) – The storage capacity value to be requested for the sddc primary + +++ + + + +
                                                      Parameters:
                                                        +
                                                      • storage_capacity (long or None) – The storage capacity value to be requested for the sddc primary cluster, in GiBs. If provided, instead of using the direct-attached storage, a capacity value amount of seperable storage will be used. -format: int64

                                                      • -
                                                      • name (str) –

                                                      • -
                                                      • account_link_sddc_config (list of AccountLinkSddcConfig or None) – A list of the SDDC linking configurations to use.

                                                      • -
                                                      • vpc_cidr (str or None) – AWS VPC IP range. Only prefix of 16 or 20 is currently supported.

                                                      • -
                                                      • num_hosts (long) –

                                                      • -
                                                      • sddc_type (str or None) – Denotes the sddc type , if the value is null or empty, the type is -considered as default.

                                                      • -
                                                      • vxlan_subnet (str or None) – VXLAN IP subnet in CIDR for compute gateway

                                                      • -
                                                      • account_link_config (AccountLinkConfig or None) – The account linking configuration, we will keep this one and remove -accountLinkSddcConfig finally.

                                                      • -
                                                      • provider (str) –

                                                        Possible values are:

                                                        +format: int64
                                                      • +
                                                      • name (str) –
                                                      • +
                                                      • account_link_sddc_config (list of AccountLinkSddcConfig or None) – A list of the SDDC linking configurations to use.
                                                      • +
                                                      • vpc_cidr (str or None) – AWS VPC IP range. Only prefix of 16 or 20 is currently supported.
                                                      • +
                                                      • num_hosts (long) –
                                                      • +
                                                      • sddc_type (str or None) – Denotes the sddc type , if the value is null or empty, the type is +considered as default.
                                                      • +
                                                      • vxlan_subnet (str or None) – VXLAN IP subnet in CIDR for compute gateway
                                                      • +
                                                      • account_link_config (AccountLinkConfig or None) – The account linking configuration, we will keep this one and remove +accountLinkSddcConfig finally.
                                                      • +
                                                      • provider (str) –

                                                        Possible values are:

                                                        Determines what additional properties are available based on cloud provider.

                                                        -

                                                      • -
                                                      • skip_creating_vxlan (bool or None) – skip creating vxlan for compute gateway for SDDC provisioning

                                                      • -
                                                      • sso_domain (str or None) – The SSO domain name to use for vSphere users. If not specified, -vmc.local will be used.

                                                      • -
                                                      • sddc_template_id (str or None) – If provided, configuration from the template will applied to the -provisioned SDDC. format: UUID

                                                      • -
                                                      • deployment_type (str or None) –

                                                        Possible values are:

                                                        +
                                                      • +
                                                      • skip_creating_vxlan (bool or None) – skip creating vxlan for compute gateway for SDDC provisioning
                                                      • +
                                                      • sso_domain (str or None) – The SSO domain name to use for vSphere users. If not specified, +vmc.local will be used.
                                                      • +
                                                      • sddc_template_id (str or None) – If provided, configuration from the template will applied to the +provisioned SDDC. format: UUID
                                                      • +
                                                      • deployment_type (str or None) –

                                                        Possible values are:

                                                        Denotes if request is for a SingleAZ or a MultiAZ SDDC. Default is SingleAZ.

                                                        -

                                                      • +
                                                      - - +

                                                      DEPLOYMENT_TYPE_MULTIAZ = 'MultiAZ'
                                                      @@ -4682,15 +5218,18 @@ SingleAZ.

                                                      class com.vmware.vmc.model_client.SddcId(sddc_id=None)

                                                      Bases: vmware.vapi.bindings.struct.VapiStruct

                                                      -

                                                      Tip

                                                      -

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

                                                      Tip

                                                      +

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

                                                      -
                                                      -
                                                      Parameters
                                                      -

                                                      sddc_id (str or None) – Sddc ID

                                                      -
                                                      -
                                                      + +++ + + + +
                                                      Parameters:sddc_id (str or None) – Sddc ID
                                                      @@ -4698,18 +5237,22 @@ names.

                                                      class com.vmware.vmc.model_client.SddcLinkConfig(customer_subnet_ids=None, connected_account_id=None)

                                                      Bases: vmware.vapi.bindings.struct.VapiStruct

                                                      -

                                                      Tip

                                                      -

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

                                                      Tip

                                                      +

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

                                                      -
                                                      -
                                                      Parameters
                                                      -
                                                        -
                                                      • customer_subnet_ids (list of str or None) –

                                                      • -
                                                      • connected_account_id (str or None) – Determines which connected customer account to link to

                                                      • + +++ + + + +
                                                        Parameters:
                                                          +
                                                        • customer_subnet_ids (list of str or None) –
                                                        • +
                                                        • connected_account_id (str or None) – Determines which connected customer account to link to
                                                        - - +
                                                      @@ -4718,23 +5261,27 @@ names.

                                                      Bases: vmware.vapi.bindings.struct.VapiStruct

                                                      Describes software components of the installed SDDC

                                                      -

                                                      Tip

                                                      -

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

                                                      Tip

                                                      +

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

                                                      -
                                                      -
                                                      Parameters
                                                      -
                                                        -
                                                      • vmc_version (str or None) – the vmcVersion of the sddc for display

                                                      • -
                                                      • glcm_bundle (GlcmBundle or None) –

                                                      • -
                                                      • pop_info (PopInfo or None) –

                                                      • -
                                                      • vmc_internal_version (str or None) – the vmcInternalVersion of the sddc for internal use

                                                      • -
                                                      • esx_ami (AmiInfo or None) –

                                                      • -
                                                      • esx_nsxt_ami (AmiInfo or None) –

                                                      • -
                                                      • metadata (Metadata or None) –

                                                      • + +++ + + + +
                                                        Parameters:
                                                          +
                                                        • vmc_version (str or None) – the vmcVersion of the sddc for display
                                                        • +
                                                        • glcm_bundle (GlcmBundle or None) –
                                                        • +
                                                        • pop_info (PopInfo or None) –
                                                        • +
                                                        • vmc_internal_version (str or None) – the vmcInternalVersion of the sddc for internal use
                                                        • +
                                                        • esx_ami (AmiInfo or None) –
                                                        • +
                                                        • esx_nsxt_ami (AmiInfo or None) –
                                                        • +
                                                        • metadata (Metadata or None) –
                                                        - - +
                                                      @@ -4743,26 +5290,30 @@ names.

                                                      Bases: vmware.vapi.bindings.struct.VapiStruct

                                                      Logical network.

                                                      -

                                                      Tip

                                                      -

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

                                                      Tip

                                                      +

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

                                                      -
                                                      -
                                                      Parameters
                                                      -
                                                        -
                                                      • subnets (SddcNetworkAddressGroups or None) – Network address groups for routed logical networks.

                                                      • -
                                                      • cgw_name (str or None) – Name of the compute gateway to which the logical network is -attached.

                                                      • -
                                                      • name (str) – Name of logical network. Length needs to be between 1-35 -characters.

                                                      • -
                                                      • l2_extension (L2Extension or None) – Layer 2 extension for extended logical networks.

                                                      • -
                                                      • cgw_id (str) – ID of the compute gateway edge to which the logical network is -attached.

                                                      • -
                                                      • dhcp_configs (SddcNetworkDhcpConfig or None) – DHCP configuration for routed logical networks.

                                                      • -
                                                      • id (str or None) – ID of logical network.

                                                      • + +++ + + + +
                                                        Parameters:
                                                          +
                                                        • subnets (SddcNetworkAddressGroups or None) – Network address groups for routed logical networks.
                                                        • +
                                                        • cgw_name (str or None) – Name of the compute gateway to which the logical network is +attached.
                                                        • +
                                                        • name (str) – Name of logical network. Length needs to be between 1-35 +characters.
                                                        • +
                                                        • l2_extension (L2Extension or None) – Layer 2 extension for extended logical networks.
                                                        • +
                                                        • cgw_id (str) – ID of the compute gateway edge to which the logical network is +attached.
                                                        • +
                                                        • dhcp_configs (SddcNetworkDhcpConfig or None) – DHCP configuration for routed logical networks.
                                                        • +
                                                        • id (str or None) – ID of logical network.
                                                        - - +
                                                      @@ -4771,18 +5322,22 @@ attached.

                                                    • Bases: vmware.vapi.bindings.struct.VapiStruct

                                                      Logical Network address group.

                                                      -

                                                      Tip

                                                      -

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

                                                      Tip

                                                      +

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

                                                      -
                                                      -
                                                      Parameters
                                                      -
                                                        -
                                                      • prefix_length (str or None) – Prefix length of logical network.

                                                      • -
                                                      • primary_address (str or None) – Primary address for logical network.

                                                      • + +++ + + + +
                                                        Parameters:
                                                          +
                                                        • prefix_length (str or None) – Prefix length of logical network.
                                                        • +
                                                        • primary_address (str or None) – Primary address for logical network.
                                                        - - +
                                                      @@ -4791,15 +5346,18 @@ names.

                                                      Bases: vmware.vapi.bindings.struct.VapiStruct

                                                      Logical network address groups.

                                                      -

                                                      Tip

                                                      -

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

                                                      Tip

                                                      +

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

                                                      -
                                                      -
                                                      Parameters
                                                      -

                                                      address_groups (list of SddcNetworkAddressGroup or None) – List of logical network address groups.

                                                      -
                                                      -
                                                      + +++ + + + +
                                                      Parameters:address_groups (list of SddcNetworkAddressGroup or None) – List of logical network address groups.
                                                      @@ -4808,15 +5366,18 @@ names.

                                                      Bases: vmware.vapi.bindings.struct.VapiStruct

                                                      DHCP configuration for the logical network.

                                                      -

                                                      Tip

                                                      -

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

                                                      Tip

                                                      +

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

                                                      -
                                                      -
                                                      Parameters
                                                      -

                                                      ip_pools (list of SddcNetworkDhcpIpPool or None) – List of IP pools in DHCP configuration.

                                                      -
                                                      -
                                                      + +++ + + + +
                                                      Parameters:ip_pools (list of SddcNetworkDhcpIpPool or None) – List of IP pools in DHCP configuration.
                                                      @@ -4825,18 +5386,22 @@ names.

                                                      Bases: vmware.vapi.bindings.struct.VapiStruct

                                                      DHCP IP pool for logical network.

                                                      -

                                                      Tip

                                                      -

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

                                                      Tip

                                                      +

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

                                                      -
                                                      -
                                                      Parameters
                                                      -
                                                        -
                                                      • ip_range (str or None) – IP range for DHCP IP pool.

                                                      • -
                                                      • domain_name (str or None) – DNS domain name.

                                                      • + +++ + + + +
                                                        Parameters:
                                                          +
                                                        • ip_range (str or None) – IP range for DHCP IP pool.
                                                        • +
                                                        • domain_name (str or None) – DNS domain name.
                                                        - - +
                                                      @@ -4845,15 +5410,18 @@ names.

                                                      Bases: vmware.vapi.bindings.struct.VapiStruct

                                                      Patch request body for SDDC

                                                      -

                                                      Tip

                                                      -

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

                                                      Tip

                                                      +

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

                                                      -
                                                      -
                                                      Parameters
                                                      -

                                                      name (str or None) – The new name of the SDDC to be changed to.

                                                      -
                                                      -
                                                      + +++ + + + +
                                                      Parameters:name (str or None) – The new name of the SDDC to be changed to.
                                                      @@ -4861,22 +5429,26 @@ names.

                                                      class com.vmware.vmc.model_client.SddcPublicIp(public_ip=None, name=None, allocation_id=None, dnat_rule_id=None, associated_private_ip=None, snat_rule_id=None)

                                                      Bases: vmware.vapi.bindings.struct.VapiStruct

                                                      -

                                                      Tip

                                                      -

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

                                                      Tip

                                                      +

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

                                                      -
                                                      -
                                                      Parameters
                                                      -
                                                        -
                                                      • public_ip (str) –

                                                      • -
                                                      • name (str or None) –

                                                      • -
                                                      • allocation_id (str or None) –

                                                      • -
                                                      • dnat_rule_id (str or None) –

                                                      • -
                                                      • associated_private_ip (str or None) –

                                                      • -
                                                      • snat_rule_id (str or None) –

                                                      • + +++ + + + +
                                                        Parameters:
                                                          +
                                                        • public_ip (str) –
                                                        • +
                                                        • name (str or None) –
                                                        • +
                                                        • allocation_id (str or None) –
                                                        • +
                                                        • dnat_rule_id (str or None) –
                                                        • +
                                                        • associated_private_ip (str or None) –
                                                        • +
                                                        • snat_rule_id (str or None) –
                                                        - - +
                                                      @@ -4884,76 +5456,78 @@ names.

                                                      class com.vmware.vmc.model_client.SddcResourceConfig(mgmt_appliance_network_name=None, nsxt=None, mgw_id=None, nsx_mgr_url=None, psc_management_ip=None, psc_url=None, cgws=None, availability_zones=None, management_ds=None, nsx_api_public_endpoint_url=None, custom_properties=None, cloud_password=None, provider='SddcResourceConfig', clusters=None, vc_management_ip=None, sddc_networks=None, cloud_username=None, esx_hosts=None, nsx_mgr_management_ip=None, vc_instance_id=None, esx_cluster_id=None, vc_public_ip=None, skip_creating_vxlan=None, vc_url=None, sddc_manifest=None, vxlan_subnet=None, cloud_user_group=None, management_rp=None, witness_availability_zone=None, pop_agent_xeni_connection=None, nsx_controller_ips=None, esx_host_subnet=None, sso_domain=None, deployment_type=None, nsxt_addons=None, dns_with_management_vm_private_ip=None)

                                                      Bases: vmware.vapi.bindings.struct.VapiStruct

                                                      -

                                                      Tip

                                                      -

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

                                                      Tip

                                                      +

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

                                                      -
                                                      -
                                                      Parameters
                                                      -
                                                        -
                                                      • mgmt_appliance_network_name (str or None) – Name for management appliance network.

                                                      • -
                                                      • nsxt (bool or None) – if true, NSX-T UI is enabled.

                                                      • -
                                                      • mgw_id (str or None) – Management Gateway Id

                                                      • -
                                                      • nsx_mgr_url (str or None) – URL of the NSX Manager

                                                      • -
                                                      • psc_management_ip (str or None) – PSC internal management IP

                                                      • -
                                                      • psc_url (str or None) – URL of the PSC server

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

                                                      • -
                                                      • availability_zones (list of str or None) – Availability zones over which esx hosts are provisioned. MultiAZ + +++ + + + +
                                                        Parameters:
                                                          +
                                                        • mgmt_appliance_network_name (str or None) – Name for management appliance network.
                                                        • +
                                                        • nsxt (bool or None) – if true, NSX-T UI is enabled.
                                                        • +
                                                        • mgw_id (str or None) – Management Gateway Id
                                                        • +
                                                        • nsx_mgr_url (str or None) – URL of the NSX Manager
                                                        • +
                                                        • psc_management_ip (str or None) – PSC internal management IP
                                                        • +
                                                        • psc_url (str or None) – URL of the PSC server
                                                        • +
                                                        • cgws (list of str or None) –
                                                        • +
                                                        • availability_zones (list of str or None) – Availability zones over which esx hosts are provisioned. MultiAZ SDDCs will have hosts provisioned over two availability zones while -SingleAZ SDDCs will provision over one.

                                                        • -
                                                        • management_ds (str or None) – The ManagedObjectReference of the management Datastore

                                                        • -
                                                        • nsx_api_public_endpoint_url (str or None) – nsx api entire base url

                                                        • -
                                                        • custom_properties ((dict of str and str) or None) –

                                                        • -
                                                        • cloud_password (str or None) – Password for vCenter SDDC administrator

                                                        • -
                                                        • provider (str) –

                                                          Possible values are:

                                                          +SingleAZ SDDCs will provision over one.
                                                        • +
                                                        • management_ds (str or None) – The ManagedObjectReference of the management Datastore
                                                        • +
                                                        • nsx_api_public_endpoint_url (str or None) – nsx api entire base url
                                                        • +
                                                        • custom_properties ((dict of str and str) or None) –
                                                        • +
                                                        • cloud_password (str or None) – Password for vCenter SDDC administrator
                                                        • +
                                                        • provider (str) –

                                                          Possible values are:

                                                          -

                                                          Discriminator for additional properties

                                                          -
                                                          -

                                                        • -
                                                        • clusters (list of vmware.vapi.struct.VapiStruct or None) – List of clusters in the SDDC. +

                                                          Discriminator for additional properties
                                                          +
                                                        • +
                                                        • clusters (list of vmware.vapi.struct.VapiStruct or None) – List of clusters in the SDDC. When clients pass a value of this class as a parameter, the attribute must contain all the attributes defined in Cluster. When methods return a value of this class as a return value, the attribute will contain all the attributes defined -in Cluster.

                                                        • -
                                                        • vc_management_ip (str or None) – vCenter internal management IP

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

                                                        • -
                                                        • cloud_username (str or None) – Username for vCenter SDDC administrator

                                                        • -
                                                        • esx_hosts (list of AwsEsxHost or None) –

                                                        • -
                                                        • nsx_mgr_management_ip (str or None) – NSX Manager internal management IP

                                                        • -
                                                        • vc_instance_id (str or None) – unique id of the vCenter server

                                                        • -
                                                        • esx_cluster_id (str or None) – Cluster Id to add ESX workflow

                                                        • -
                                                        • vc_public_ip (str or None) – vCenter public IP

                                                        • -
                                                        • skip_creating_vxlan (bool or None) – skip creating vxlan for compute gateway for SDDC provisioning

                                                        • -
                                                        • vc_url (str or None) – URL of the vCenter server

                                                        • -
                                                        • sddc_manifest (SddcManifest or None) –

                                                        • -
                                                        • vxlan_subnet (str or None) – VXLAN IP subnet

                                                        • -
                                                        • cloud_user_group (str or None) – Group name for vCenter SDDC administrator

                                                        • -
                                                        • management_rp (str or None) –

                                                        • -
                                                        • witness_availability_zone (str or None) – Availability zone where the witness node is provisioned for a -MultiAZ SDDC. This is null for a SingleAZ SDDC.

                                                        • -
                                                        • pop_agent_xeni_connection (PopAgentXeniConnection or None) –

                                                        • -
                                                        • nsx_controller_ips (list of str or None) – List of Controller IPs

                                                        • -
                                                        • esx_host_subnet (str or None) – ESX host subnet

                                                        • -
                                                        • sso_domain (str or None) – The SSO domain name to use for vSphere users

                                                        • -
                                                        • deployment_type (str or None) –

                                                          Possible values are:

                                                          +in Cluster.
                                                        • +
                                                        • vc_management_ip (str or None) – vCenter internal management IP
                                                        • +
                                                        • sddc_networks (list of str or None) –
                                                        • +
                                                        • cloud_username (str or None) – Username for vCenter SDDC administrator
                                                        • +
                                                        • esx_hosts (list of AwsEsxHost or None) –
                                                        • +
                                                        • nsx_mgr_management_ip (str or None) – NSX Manager internal management IP
                                                        • +
                                                        • vc_instance_id (str or None) – unique id of the vCenter server
                                                        • +
                                                        • esx_cluster_id (str or None) – Cluster Id to add ESX workflow
                                                        • +
                                                        • vc_public_ip (str or None) – vCenter public IP
                                                        • +
                                                        • skip_creating_vxlan (bool or None) – skip creating vxlan for compute gateway for SDDC provisioning
                                                        • +
                                                        • vc_url (str or None) – URL of the vCenter server
                                                        • +
                                                        • sddc_manifest (SddcManifest or None) –
                                                        • +
                                                        • vxlan_subnet (str or None) – VXLAN IP subnet
                                                        • +
                                                        • cloud_user_group (str or None) – Group name for vCenter SDDC administrator
                                                        • +
                                                        • management_rp (str or None) –
                                                        • +
                                                        • witness_availability_zone (str or None) – Availability zone where the witness node is provisioned for a +MultiAZ SDDC. This is null for a SingleAZ SDDC.
                                                        • +
                                                        • pop_agent_xeni_connection (PopAgentXeniConnection or None) –
                                                        • +
                                                        • nsx_controller_ips (list of str or None) – List of Controller IPs
                                                        • +
                                                        • esx_host_subnet (str or None) – ESX host subnet
                                                        • +
                                                        • sso_domain (str or None) – The SSO domain name to use for vSphere users
                                                        • +
                                                        • deployment_type (str or None) –

                                                          Possible values are:

                                                          -

                                                          Denotes if this is a SingleAZ SDDC or a MultiAZ SDDC.

                                                          -
                                                          -

                                                        • -
                                                        • nsxt_addons (NsxtAddons or None) –

                                                        • -
                                                        • dns_with_management_vm_private_ip (bool or None) – if true, use the private IP addresses to register DNS records for -the management VMs

                                                        • +
                                                          Denotes if this is a SingleAZ SDDC or a MultiAZ SDDC.
                                                          + +
                                                        • nsxt_addons (NsxtAddons or None) –
                                                        • +
                                                        • dns_with_management_vm_private_ip (bool or None) – if true, use the private IP addresses to register DNS records for +the management VMs
                                                        - - +

                                                        DEPLOYMENT_TYPE_MULTI_AZ = 'MULTI_AZ'
                                                        @@ -4982,25 +5556,29 @@ the management VMs

                                                      • class com.vmware.vmc.model_client.SddcStateRequest(sddcs=None, states=None)

                                                        Bases: vmware.vapi.bindings.struct.VapiStruct

                                                        -

                                                        Tip

                                                        -

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

                                                        Tip

                                                        +

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

                                                        -
                                                        -
                                                        Parameters
                                                        -
                                                          -
                                                        • sddcs (list of str or None) –

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

                                                          Possible values are:

                                                          + +++ + + + +
                                                          Parameters: - - +
                                                          STATES_CANCELED = 'CANCELED'
                                                          @@ -5028,41 +5606,45 @@ names.

                                                          class com.vmware.vmc.model_client.SddcTemplate(updated=None, user_id=None, updated_by_user_id=None, created=None, version=None, updated_by_user_name=None, user_name=None, id=None, account_link_sddc_configs=None, state=None, network_template=None, name=None, source_sddc_id=None, org_id=None, sddc=None)

                                                          Bases: vmware.vapi.bindings.struct.VapiStruct

                                                          -

                                                          Tip

                                                          -

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

                                                          Tip

                                                          +

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

                                                          -
                                                          -
                                                          Parameters
                                                          -
                                                            -
                                                          • updated (datetime.datetime) –

                                                          • -
                                                          • user_id (str) – User id that last updated this record

                                                          • -
                                                          • updated_by_user_id (str) – User id that last updated this record

                                                          • -
                                                          • created (datetime.datetime) –

                                                          • -
                                                          • version (long) – Version of this entity format: int32

                                                          • -
                                                          • updated_by_user_name (str or None) – User name that last updated this record

                                                          • -
                                                          • user_name (str) – User name that last updated this record

                                                          • -
                                                          • id (str) – Unique ID for this entity

                                                          • -
                                                          • account_link_sddc_configs (list of AccountLinkSddcConfig or None) – A list of the SDDC linking configurations to use.

                                                          • -
                                                          • state (str or None) –

                                                            Possible values are:

                                                            + +++ + + + +
                                                            Parameters: - - +
                                                            STATE_APPLIED = 'APPLIED'
                                                            @@ -5107,18 +5689,22 @@ names.

                                                            Secondary IP addresses of the NSX Edge vnic address group. These are used for NAT, LB, VPN etc. Optional.

                                                            -

                                                            Tip

                                                            -

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

                                                            Tip

                                                            +

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

                                                            -
                                                            -
                                                            Parameters
                                                            -
                                                              -
                                                            • type (str or None) –

                                                            • -
                                                            • ip_address (list of str or None) – List of IP addresses.

                                                            • + +++ + + + +
                                                              Parameters:
                                                                +
                                                              • type (str or None) –
                                                              • +
                                                              • ip_address (list of str or None) – List of IP addresses.
                                                              - - +
                                                            @@ -5127,20 +5713,24 @@ names.

                                                            Bases: vmware.vapi.bindings.struct.VapiStruct

                                                            Detailed service errors associated with a task.

                                                            -

                                                            Tip

                                                            -

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

                                                            Tip

                                                            +

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

                                                            -
                                                            -
                                                            Parameters
                                                            -
                                                              -
                                                            • default_message (str or None) – Error message in English.

                                                            • -
                                                            • original_service (str) – The original service name of the error.

                                                            • -
                                                            • localized_message (str or None) – The localized message.

                                                            • -
                                                            • original_service_error_code (str) – The original error code of the service.

                                                            • + +++ + + + +
                                                              Parameters:
                                                                +
                                                              • default_message (str or None) – Error message in English.
                                                              • +
                                                              • original_service (str) – The original service name of the error.
                                                              • +
                                                              • localized_message (str or None) – The localized message.
                                                              • +
                                                              • original_service_error_code (str) – The original error code of the service.
                                                              - - +
                                                            @@ -5148,50 +5738,53 @@ names.

                                                            class com.vmware.vmc.model_client.Site(password=None, user_id=None, name=None, rx_bytes_on_local_subnet=None, secure_traffic=None, established_date=None, failure_message=None, dropped_tx_packets=None, dropped_rx_packets=None, tunnel_status=None, tx_bytes_from_local_subnet=None)

                                                            Bases: vmware.vapi.bindings.struct.VapiStruct

                                                            -

                                                            Tip

                                                            -

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

                                                            Tip

                                                            +

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

                                                            -
                                                            -
                                                            Parameters
                                                            -
                                                              -
                                                            • password (str or None) – Site password.

                                                            • -
                                                            • user_id (str or None) – Site user id.

                                                            • -
                                                            • name (str or None) – Unique name for the site getting configured.

                                                            • -
                                                            • rx_bytes_on_local_subnet (long or None) – Bytes received on local network. format: int64 + +++ + + + +
                                                              Parameters:
                                                                +
                                                              • password (str or None) – Site password.
                                                              • +
                                                              • user_id (str or None) – Site user id.
                                                              • +
                                                              • name (str or None) – Unique name for the site getting configured.
                                                              • +
                                                              • rx_bytes_on_local_subnet (long or None) – Bytes received on local network. format: int64 This attribute may be present in responses from the server, but if -it is present in a request to server it will be ignored.

                                                              • -
                                                              • secure_traffic (bool or None) – Enable/disable encription.

                                                              • -
                                                              • established_date (str or None) – Date tunnel was established. +it is present in a request to server it will be ignored.

                                                              • +
                                                              • secure_traffic (bool or None) – Enable/disable encription.
                                                              • +
                                                              • established_date (str or None) – Date tunnel was established. This attribute may be present in responses from the server, but if -it is present in a request to server it will be ignored.

                                                              • -
                                                              • failure_message (str or None) – failure message. +it is present in a request to server it will be ignored.

                                                              • +
                                                              • failure_message (str or None) – failure message. This attribute may be present in responses from the server, but if -it is present in a request to server it will be ignored.

                                                              • -
                                                              • dropped_tx_packets (str or None) – Number of transmitted packets dropped. +it is present in a request to server it will be ignored.

                                                              • +
                                                              • dropped_tx_packets (str or None) – Number of transmitted packets dropped. This attribute may be present in responses from the server, but if -it is present in a request to server it will be ignored.

                                                              • -
                                                              • dropped_rx_packets (str or None) – Number of received packets dropped. +it is present in a request to server it will be ignored.

                                                              • +
                                                              • dropped_rx_packets (str or None) – Number of received packets dropped. This attribute may be present in responses from the server, but if -it is present in a request to server it will be ignored.

                                                              • -
                                                              • tunnel_status (str or None) –

                                                                Possible values are:

                                                                +it is present in a request to server it will be ignored.
                                                              • +
                                                              • tunnel_status (str or None) –

                                                                Possible values are:

                                                                -

                                                                Site tunnel status.

                                                                -
                                                                +
                                                                Site tunnel status.

                                                                This attribute may be present in responses from the server, but if it is present in a request to server it will be ignored.

                                                                -

                                                              • -
                                                              • tx_bytes_from_local_subnet (long or None) – Bytes transmitted from local subnet. format: int64 +

                                                              • +
                                                              • tx_bytes_from_local_subnet (long or None) – Bytes transmitted from local subnet. format: int64 This attribute may be present in responses from the server, but if -it is present in a request to server it will be ignored.

                                                              • +it is present in a request to server it will be ignored.
                                                              - - +

                                                              TUNNEL_STATUS_CONNECTED = 'CONNECTED'
                                                              @@ -5215,15 +5808,18 @@ it is present in a request to server it will be ignored.

                                                            • Bases: vmware.vapi.bindings.struct.VapiStruct

                                                              L2 VPN sites.

                                                              -

                                                              Tip

                                                              -

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

                                                              Tip

                                                              +

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

                                                              -
                                                              -
                                                              Parameters
                                                              -

                                                              sites (list of Nsxsite or None) –

                                                              -
                                                              -
                                                              + +++ + + + +
                                                              Parameters:sites (list of Nsxsite or None) –
                                                            @@ -5232,21 +5828,25 @@ names.

                                                            Bases: vmware.vapi.bindings.struct.VapiStruct

                                                            Dashboard Statistics data for SSL VPN.

                                                            -

                                                            Tip

                                                            -

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

                                                            Tip

                                                            +

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

                                                            -
                                                            -
                                                            Parameters
                                                            -
                                                              -
                                                            • active_clients (list of DashboardStat or None) – Number of active clients.

                                                            • -
                                                            • sslvpn_bytes_in (list of DashboardStat or None) – Rx bytes received for SSL VPN.

                                                            • -
                                                            • auth_failures (list of DashboardStat or None) – Number of authentication failures.

                                                            • -
                                                            • sessions_created (list of DashboardStat or None) – Number of SSL VPN sessions created.

                                                            • -
                                                            • sslvpn_bytes_out (list of DashboardStat or None) – Tx bytes transmitted for SSL VPN.

                                                            • + +++ + + + +
                                                              Parameters:
                                                                +
                                                              • active_clients (list of DashboardStat or None) – Number of active clients.
                                                              • +
                                                              • sslvpn_bytes_in (list of DashboardStat or None) – Rx bytes received for SSL VPN.
                                                              • +
                                                              • auth_failures (list of DashboardStat or None) – Number of authentication failures.
                                                              • +
                                                              • sessions_created (list of DashboardStat or None) – Number of SSL VPN sessions created.
                                                              • +
                                                              • sslvpn_bytes_out (list of DashboardStat or None) – Tx bytes transmitted for SSL VPN.
                                                              - - +
                                                            @@ -5254,11 +5854,14 @@ names.

                                                            class com.vmware.vmc.model_client.StubFactory(stub_config)

                                                            Bases: vmware.vapi.bindings.stub.StubFactoryBase

                                                            Initialize StubFactoryBase

                                                            -
                                                            -
                                                            Parameters
                                                            -

                                                            stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance

                                                            -
                                                            -
                                                            + +++ + + + +
                                                            Parameters:stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
                                                            @@ -5268,35 +5871,39 @@ names.

                                                            NSX Edge sub interface configuration details. Sub interfaces are created on a trunk interface.

                                                            -

                                                            Tip

                                                            -

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

                                                            Tip

                                                            +

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

                                                            -
                                                            -
                                                            Parameters
                                                            -
                                                              -
                                                            • index (long or None) – Index of the sub interface assigned by NSX Manager. Min value is 10 -and max value is 4103. format: int32

                                                            • -
                                                            • tunnel_id (long) – Valid values for tunnel ID are min 1 to max 4093. Required. format: -int32

                                                            • -
                                                            • name (str or None) – Name of the sub interface. Required.

                                                            • -
                                                            • address_groups (EdgeVnicAddressGroups or None) – Address group configuration of the sub interface.

                                                            • -
                                                            • vlan_id (long or None) – VLAN ID of the virtual LAN used by this sub interface. VLAN IDs can -range from 0 to 4094. format: int32

                                                            • -
                                                            • label (str or None) – Sub interface label of format vNic_{index} provided by NSX Manager. -Read only.

                                                            • -
                                                            • logical_switch_name (str or None) – Name of the logical switch connected to this sub interface.

                                                            • -
                                                            • is_connected (bool or None) – Value is true if the sub interface is connected to a logical -switch, standard portgroup or distributed portgroup.

                                                            • -
                                                            • mtu (long or None) – MTU value of the sub interface. This value would be the least mtu + +++ + + + +
                                                              Parameters:
                                                                +
                                                              • index (long or None) – Index of the sub interface assigned by NSX Manager. Min value is 10 +and max value is 4103. format: int32
                                                              • +
                                                              • tunnel_id (long) – Valid values for tunnel ID are min 1 to max 4093. Required. format: +int32
                                                              • +
                                                              • name (str or None) – Name of the sub interface. Required.
                                                              • +
                                                              • address_groups (EdgeVnicAddressGroups or None) – Address group configuration of the sub interface.
                                                              • +
                                                              • vlan_id (long or None) – VLAN ID of the virtual LAN used by this sub interface. VLAN IDs can +range from 0 to 4094. format: int32
                                                              • +
                                                              • label (str or None) – Sub interface label of format vNic_{index} provided by NSX Manager. +Read only.
                                                              • +
                                                              • logical_switch_name (str or None) – Name of the logical switch connected to this sub interface.
                                                              • +
                                                              • is_connected (bool or None) – Value is true if the sub interface is connected to a logical +switch, standard portgroup or distributed portgroup.
                                                              • +
                                                              • mtu (long or None) – MTU value of the sub interface. This value would be the least mtu for all the trunk interfaces of the NSX Edge. Default is 1500. -format: int32

                                                              • -
                                                              • logical_switch_id (str or None) – ID of the logical switch connected to this sub interface.

                                                              • -
                                                              • enable_send_redirects (bool or None) – Value is true if send redirects is enabled. Enable ICMP redirect to -convey routing information to hosts.

                                                              • +format: int32 +
                                                              • logical_switch_id (str or None) – ID of the logical switch connected to this sub interface.
                                                              • +
                                                              • enable_send_redirects (bool or None) – Value is true if send redirects is enabled. Enable ICMP redirect to +convey routing information to hosts.
                                                              - - +

                                                            @@ -5304,15 +5911,18 @@ convey routing information to hosts.

                                                          • class com.vmware.vmc.model_client.SubInterfaces(sub_interfaces=None)

                                                            Bases: vmware.vapi.bindings.struct.VapiStruct

                                                            -

                                                            Tip

                                                            -

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

                                                            Tip

                                                            +

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

                                                            -
                                                            -
                                                            Parameters
                                                            -

                                                            sub_interfaces (list of SubInterface or None) – List of sub interfaces.

                                                            -
                                                            -
                                                            + +++ + + + +
                                                            Parameters:sub_interfaces (list of SubInterface or None) – List of sub interfaces.
                                                          @@ -5320,28 +5930,32 @@ names.

                                                          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)

                                                          Bases: vmware.vapi.bindings.struct.VapiStruct

                                                          -

                                                          Tip

                                                          -

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

                                                          Tip

                                                          +

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

                                                          -
                                                          -
                                                          Parameters
                                                          -
                                                            -
                                                          • compatible (bool or None) – Is this customer subnet compatible with the SDDC?

                                                          • -
                                                          • connected_account_id (str or None) – The ID of the connected account this subnet is from.

                                                          • -
                                                          • region_name (str or None) – The region this subnet is from.

                                                          • -
                                                          • availability_zone (str or None) – The availability zone (customer-centric) this subnet is in.

                                                          • -
                                                          • subnet_id (str or None) – The ID of the subnet.

                                                          • -
                                                          • subnet_cidr_block (str or None) – The CIDR block of the subnet.

                                                          • -
                                                          • note (str or None) – Why a subnet is marked as not compatible. May be blank if -compatible.

                                                          • -
                                                          • vpc_id (str or None) – The ID of the VPC this subnet resides in.

                                                          • -
                                                          • vpc_cidr_block (str or None) – The CIDR block of the VPC containing this subnet.

                                                          • -
                                                          • name (str or None) – The name of the subnet. This is either the tagged name or the -default AWS id it was given.

                                                          • + +++ + + + +
                                                            Parameters:
                                                              +
                                                            • compatible (bool or None) – Is this customer subnet compatible with the SDDC?
                                                            • +
                                                            • connected_account_id (str or None) – The ID of the connected account this subnet is from.
                                                            • +
                                                            • region_name (str or None) – The region this subnet is from.
                                                            • +
                                                            • availability_zone (str or None) – The availability zone (customer-centric) this subnet is in.
                                                            • +
                                                            • subnet_id (str or None) – The ID of the subnet.
                                                            • +
                                                            • subnet_cidr_block (str or None) – The CIDR block of the subnet.
                                                            • +
                                                            • note (str or None) – Why a subnet is marked as not compatible. May be blank if +compatible.
                                                            • +
                                                            • vpc_id (str or None) – The ID of the VPC this subnet resides in.
                                                            • +
                                                            • vpc_cidr_block (str or None) – The CIDR block of the VPC containing this subnet.
                                                            • +
                                                            • name (str or None) – The name of the subnet. This is either the tagged name or the +default AWS id it was given.
                                                            - - +
                                                          @@ -5349,17 +5963,20 @@ default AWS id it was given.

                                                        • class com.vmware.vmc.model_client.Subnets(subnets=None)

                                                          Bases: vmware.vapi.bindings.struct.VapiStruct

                                                          -

                                                          Tip

                                                          -

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

                                                          Tip

                                                          +

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

                                                          -
                                                          -
                                                          Parameters
                                                          -

                                                          subnets (list of str or None) – List of subnets for which IPsec VPN is configured. Subnets should + +++ + + + +
                                                          Parameters:subnets (list of str or None) – List of subnets for which IPsec VPN is configured. Subnets should be network address specified in CIDR format and can accept -‘0.0.0.0/0’ (any)

                                                          - - +‘0.0.0.0/0’ (any)

                                                          @@ -5368,41 +5985,45 @@ be network address specified in CIDR format and can accept

                                                          Bases: vmware.vapi.bindings.struct.VapiStruct

                                                          details of a subscription

                                                          -

                                                          Tip

                                                          -

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

                                                          Tip

                                                          +

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

                                                          -
                                                          -
                                                          Parameters
                                                          -
                                                            -
                                                          • status (str or None) –

                                                            Possible values are:

                                                            + +++ + + + +
                                                            Parameters: - - +
                                                            STATUS_ACTIVATED = 'ACTIVATED'
                                                            @@ -5446,45 +6067,57 @@ names.

                                                            Bases: vmware.vapi.bindings.struct.VapiStruct

                                                            Details of products that are available for purchase.

                                                            -

                                                            Tip

                                                            -

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

                                                            Tip

                                                            +

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

                                                            -
                                                            -
                                                            Parameters
                                                            -
                                                              -
                                                            • product (str or None) – The name of the product

                                                            • -
                                                            • types (list of str or None) – A list of different types/version for the product.

                                                            • + +++ + + + +
                                                              Parameters:
                                                                +
                                                              • product (str or None) – The name of the product
                                                              • +
                                                              • types (list of str or None) – A list of different types/version for the product.
                                                              - - +
                                                            -class com.vmware.vmc.model_client.SubscriptionRequest(product=None, product_type=None, region=None, commitment_term=None, offer_name=None, type=None, offer_version=None, quantity=None)
                                                            +class com.vmware.vmc.model_client.SubscriptionRequest(product=None, product_type=None, product_id=None, region=None, commitment_term=None, offer_context_id=None, offer_version=None, offer_name=None, quantity=None, type=None, price=None, product_charge_id=None)

                                                            Bases: vmware.vapi.bindings.struct.VapiStruct

                                                            -

                                                            Tip

                                                            -

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

                                                            Tip

                                                            +

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

                                                            -
                                                            -
                                                            Parameters
                                                            -
                                                              -
                                                            • product (str or None) – The product for which subscription needs to be created. Refer -/vmc/api/orgs/{orgId}/products.

                                                            • -
                                                            • product_type (str) – Old identifier for product. *Deprecarted*. See product and type

                                                            • -
                                                            • region (str) –

                                                            • -
                                                            • commitment_term (str) –

                                                            • -
                                                            • offer_name (str) –

                                                            • -
                                                            • type (str or None) – The type of the product for which the subscription needs to be -created.

                                                            • -
                                                            • offer_version (str) –

                                                            • -
                                                            • quantity (long) –

                                                            • + +++ + + + +
                                                              Parameters:
                                                                +
                                                              • product (str or None) – The product for which subscription needs to be created. Refer +/vmc/api/orgs/{orgId}/products.
                                                              • +
                                                              • product_type (str) – Old identifier for product. *Deprecarted*. See product and type
                                                              • +
                                                              • product_id (str or None) –
                                                              • +
                                                              • region (str) –
                                                              • +
                                                              • commitment_term (str) –
                                                              • +
                                                              • offer_context_id (str or None) –
                                                              • +
                                                              • offer_version (str) –
                                                              • +
                                                              • offer_name (str) –
                                                              • +
                                                              • quantity (long) –
                                                              • +
                                                              • type (str or None) – The type of the product for which the subscription needs to be +created.
                                                              • +
                                                              • price (long or None) –
                                                              • +
                                                              • product_charge_id (str or None) –
                                                              - - +
                                                            @@ -5492,33 +6125,37 @@ created.

                                                          • class com.vmware.vmc.model_client.SupportWindow(start_day=None, seats=None, sddcs=None, duration_hours=None, start_hour=None, support_window_id=None, metadata=None)

                                                            Bases: vmware.vapi.bindings.struct.VapiStruct

                                                            -

                                                            Tip

                                                            -

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

                                                            Tip

                                                            +

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

                                                            -
                                                            -
                                                            Parameters
                                                            -
                                                              -
                                                            • start_day (str or None) –

                                                              Possible values are:

                                                              + +++ + + + +
                                                              Parameters: - - +
                                                              START_DAY_FRIDAY = 'FRIDAY'
                                                              @@ -5561,15 +6198,18 @@ names.

                                                              class com.vmware.vmc.model_client.SupportWindowId(window_id=None)

                                                              Bases: vmware.vapi.bindings.struct.VapiStruct

                                                              -

                                                              Tip

                                                              -

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

                                                              Tip

                                                              +

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

                                                              -
                                                              -
                                                              Parameters
                                                              -

                                                              window_id (str or None) – Support Window ID

                                                              -
                                                              -
                                                              + +++ + + + +
                                                              Parameters:window_id (str or None) – Support Window ID
                                                              @@ -5577,62 +6217,66 @@ names.

                                                              class com.vmware.vmc.model_client.Task(updated=None, user_id=None, updated_by_user_id=None, created=None, version=None, updated_by_user_name=None, user_name=None, id=None, status=None, localized_error_message=None, resource_id=None, parent_task_id=None, task_version=None, correlation_id=None, start_resource_entity_version=None, sub_status=None, task_type=None, start_time=None, task_progress_phases=None, error_message=None, org_id=None, end_resource_entity_version=None, service_errors=None, org_type=None, estimated_remaining_minutes=None, params=None, progress_percent=None, phase_in_progress=None, resource_type=None, end_time=None)

                                                              Bases: vmware.vapi.bindings.struct.VapiStruct

                                                              -

                                                              Tip

                                                              -

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

                                                              Tip

                                                              +

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

                                                              -
                                                              -
                                                              Parameters
                                                              -
                                                                -
                                                              • updated (datetime.datetime) –

                                                              • -
                                                              • user_id (str) – User id that last updated this record

                                                              • -
                                                              • updated_by_user_id (str) – User id that last updated this record

                                                              • -
                                                              • created (datetime.datetime) –

                                                              • -
                                                              • version (long) – Version of this entity format: int32

                                                              • -
                                                              • updated_by_user_name (str or None) – User name that last updated this record

                                                              • -
                                                              • user_name (str) – User name that last updated this record

                                                              • -
                                                              • id (str) – Unique ID for this entity

                                                              • -
                                                              • status (str or None) –

                                                                Possible values are:

                                                                + +++ + + + +
                                                                Parameters:
                                                                  +
                                                                • updated (datetime.datetime) –
                                                                • +
                                                                • user_id (str) – User id that last updated this record
                                                                • +
                                                                • updated_by_user_id (str) – User id that last updated this record
                                                                • +
                                                                • created (datetime.datetime) –
                                                                • +
                                                                • version (long) – Version of this entity format: int32
                                                                • +
                                                                • updated_by_user_name (str or None) – User name that last updated this record
                                                                • +
                                                                • user_name (str) – User name that last updated this record
                                                                • +
                                                                • id (str) – Unique ID for this entity
                                                                • +
                                                                • status (str or None) –

                                                                  Possible values are:

                                                                  -

                                                                • -
                                                                • localized_error_message (str or None) –

                                                                • -
                                                                • resource_id (str or None) – UUID of the resource the task is acting upon

                                                                • -
                                                                • parent_task_id (str or None) – If this task was created by another task - this provides the -linkage. Mostly for debugging.

                                                                • -
                                                                • task_version (str or None) –

                                                                • -
                                                                • correlation_id (str or None) – (Optional) Client provided uniqifier to make task creation +

                                                                • +
                                                                • localized_error_message (str or None) –
                                                                • +
                                                                • resource_id (str or None) – UUID of the resource the task is acting upon
                                                                • +
                                                                • parent_task_id (str or None) – If this task was created by another task - this provides the +linkage. Mostly for debugging.
                                                                • +
                                                                • task_version (str or None) –
                                                                • +
                                                                • correlation_id (str or None) – (Optional) Client provided uniqifier to make task creation idempotent. Be aware not all tasks support this. For tasks that do - supplying the same correlation Id, for the same task type, within -a predefined window will ensure the operation happens at most once.

                                                                • -
                                                                • start_resource_entity_version (long or None) – Entity version of the resource at the start of the task. This is -only set for some task types. format: int32

                                                                • -
                                                                • sub_status (str or None) –

                                                                • -
                                                                • task_type (str or None) –

                                                                • -
                                                                • start_time (datetime.datetime or None) –

                                                                • -
                                                                • task_progress_phases (list of TaskProgressPhase or None) – Task progress phases involved in current task execution

                                                                • -
                                                                • error_message (str or None) –

                                                                • -
                                                                • org_id (str or None) –

                                                                • -
                                                                • end_resource_entity_version (long or None) – Entity version of the resource at the end of the task. This is only -set for some task types. format: int32

                                                                • -
                                                                • service_errors (list of ServiceError or None) – Service errors returned from SDDC services.

                                                                • -
                                                                • org_type (str or None) –

                                                                • -
                                                                • estimated_remaining_minutes (long or None) – Estimated remaining time in minute of the task execution, < 0 means -no estimation for the task. format: int32

                                                                • -
                                                                • params (vmware.vapi.struct.VapiStruct or None) –

                                                                • -
                                                                • progress_percent (long or None) – Estimated progress percentage the task executed format: int32

                                                                • -
                                                                • phase_in_progress (str or None) – The current in progress phase ID in the task execution, if none in -progress, empty string returned.

                                                                • -
                                                                • resource_type (str or None) – Type of resource being acted upon

                                                                • -
                                                                • end_time (datetime.datetime or None) –

                                                                • +a predefined window will ensure the operation happens at most once. +
                                                                • start_resource_entity_version (long or None) – Entity version of the resource at the start of the task. This is +only set for some task types. format: int32
                                                                • +
                                                                • sub_status (str or None) –
                                                                • +
                                                                • task_type (str or None) –
                                                                • +
                                                                • start_time (datetime.datetime or None) –
                                                                • +
                                                                • task_progress_phases (list of TaskProgressPhase or None) – Task progress phases involved in current task execution
                                                                • +
                                                                • error_message (str or None) –
                                                                • +
                                                                • org_id (str or None) –
                                                                • +
                                                                • end_resource_entity_version (long or None) – Entity version of the resource at the end of the task. This is only +set for some task types. format: int32
                                                                • +
                                                                • service_errors (list of ServiceError or None) – Service errors returned from SDDC services.
                                                                • +
                                                                • org_type (str or None) –
                                                                • +
                                                                • estimated_remaining_minutes (long or None) – Estimated remaining time in minute of the task execution, < 0 means +no estimation for the task. format: int32
                                                                • +
                                                                • params (vmware.vapi.struct.VapiStruct or None) –
                                                                • +
                                                                • progress_percent (long or None) – Estimated progress percentage the task executed format: int32
                                                                • +
                                                                • phase_in_progress (str or None) – The current in progress phase ID in the task execution, if none in +progress, empty string returned.
                                                                • +
                                                                • resource_type (str or None) – Type of resource being acted upon
                                                                • +
                                                                • end_time (datetime.datetime or None) –
                                                                - - +
                                                                STATUS_CANCELED = 'CANCELED'
                                                                @@ -5667,45 +6311,56 @@ progress, empty string returned.

                                                              • A task progress can be (but does NOT have to be) divided to more meaningful progress phases.

                                                                -

                                                                Tip

                                                                -

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

                                                                Tip

                                                                +

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

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • id (str) – The identifier of the task progress phase

                                                                • -
                                                                • name (str) – The display name of the task progress phase

                                                                • -
                                                                • progress_percent (long) – The percentage of the phase that has completed format: int32

                                                                • + +++ + + + +
                                                                  Parameters:
                                                                    +
                                                                  • id (str) – The identifier of the task progress phase
                                                                  • +
                                                                  • name (str) – The display name of the task progress phase
                                                                  • +
                                                                  • progress_percent (long) – The percentage of the phase that has completed format: int32
                                                                  - - +
                                                                -class com.vmware.vmc.model_client.TermOfferInstance(product_type=None, name=None, region=None, commitment_term=None, unit_price=None, currency=None, version=None, description=None)
                                                                +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)

                                                                Bases: vmware.vapi.bindings.struct.VapiStruct

                                                                Holder for the term offer instances.

                                                                -

                                                                Tip

                                                                -

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

                                                                Tip

                                                                +

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

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • product_type (str) –

                                                                • -
                                                                • name (str) –

                                                                • -
                                                                • region (str) –

                                                                • -
                                                                • commitment_term (long) –

                                                                • -
                                                                • unit_price (str) –

                                                                • -
                                                                • currency (str) –

                                                                • -
                                                                • version (str) –

                                                                • -
                                                                • description (str) –

                                                                • + +++ + + + +
                                                                  Parameters:
                                                                    +
                                                                  • description (str) –
                                                                  • +
                                                                  • product_type (str) –
                                                                  • +
                                                                  • name (str) –
                                                                  • +
                                                                  • region (str) –
                                                                  • +
                                                                  • commitment_term (long) –
                                                                  • +
                                                                  • unit_price (str) –
                                                                  • +
                                                                  • currency (str) –
                                                                  • +
                                                                  • version (str) –
                                                                  • +
                                                                  • offer_context_id (str or None) –
                                                                  • +
                                                                  • product_id (str or None) –
                                                                  • +
                                                                  • product_charge_id (str or None) –
                                                                  - - +
                                                                @@ -5713,21 +6368,25 @@ names.

                                                                class com.vmware.vmc.model_client.TrafficShapingPolicy(burst_size=None, average_bandwidth=None, peak_bandwidth=None, enabled=None, inherited=None)

                                                                Bases: vmware.vapi.bindings.struct.VapiStruct

                                                                -

                                                                Tip

                                                                -

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

                                                                Tip

                                                                +

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

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • burst_size (long or None) –

                                                                • -
                                                                • average_bandwidth (long or None) –

                                                                • -
                                                                • peak_bandwidth (long or None) –

                                                                • -
                                                                • enabled (bool or None) –

                                                                • -
                                                                • inherited (bool or None) –

                                                                • + +++ + + + +
                                                                  Parameters:
                                                                    +
                                                                  • burst_size (long or None) –
                                                                  • +
                                                                  • average_bandwidth (long or None) –
                                                                  • +
                                                                  • peak_bandwidth (long or None) –
                                                                  • +
                                                                  • enabled (bool or None) –
                                                                  • +
                                                                  • inherited (bool or None) –
                                                                  - - +
                                                                @@ -5735,18 +6394,22 @@ names.

                                                                class com.vmware.vmc.model_client.UpdateCredentials(username=None, password=None)

                                                                Bases: vmware.vapi.bindings.struct.VapiStruct

                                                                -

                                                                Tip

                                                                -

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

                                                                Tip

                                                                +

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

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • username (str) – Username of the credentials

                                                                • -
                                                                • password (str) – Password associated with the credentials

                                                                • + +++ + + + +
                                                                  Parameters:
                                                                    +
                                                                  • username (str) – Username of the credentials
                                                                  • +
                                                                  • password (str) – Password associated with the credentials
                                                                  - - +
                                                                @@ -5754,15 +6417,18 @@ names.

                                                                class com.vmware.vmc.model_client.VmcLocale(locale=None)

                                                                Bases: vmware.vapi.bindings.struct.VapiStruct

                                                                -

                                                                Tip

                                                                -

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

                                                                Tip

                                                                +

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

                                                                -
                                                                -
                                                                Parameters
                                                                -

                                                                locale (str or None) – The locale to be used for translating responses for the session

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:locale (str or None) – The locale to be used for translating responses for the session
                                                                @@ -5771,46 +6437,50 @@ names.

                                                                Bases: vmware.vapi.bindings.struct.VapiStruct

                                                                NSX Edge vnic configuration details.

                                                                -

                                                                Tip

                                                                -

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

                                                                Tip

                                                                +

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

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • sub_interfaces (SubInterfaces or None) – List of sub interfaces. Sub interfaces can be created only on a -trunk interface.

                                                                • -
                                                                • address_groups (EdgeVnicAddressGroups or None) – Address group configuration of the interface.

                                                                • -
                                                                • is_connected (bool or None) – Value is true if the vnic is connected to a logical switch, -standard portgroup or distributed portgroup.

                                                                • -
                                                                • enable_send_redirects (bool or None) – Value is true if send redirects is enabled. Enable ICMP redirect to -convey routing information to hosts.

                                                                • -
                                                                • in_shaping_policy (TrafficShapingPolicy or None) –

                                                                • -
                                                                • label (str or None) – Interface label of format vNic_{vnicIndex} provided by NSX Manager. -Read only.

                                                                • -
                                                                • enable_proxy_arp (bool or None) – Value is true if proxy arp is enabled. Enable proxy ARP if you want + +++ + + + +
                                                                  Parameters:
                                                                    +
                                                                  • sub_interfaces (SubInterfaces or None) – List of sub interfaces. Sub interfaces can be created only on a +trunk interface.
                                                                  • +
                                                                  • address_groups (EdgeVnicAddressGroups or None) – Address group configuration of the interface.
                                                                  • +
                                                                  • is_connected (bool or None) – Value is true if the vnic is connected to a logical switch, +standard portgroup or distributed portgroup.
                                                                  • +
                                                                  • enable_send_redirects (bool or None) – Value is true if send redirects is enabled. Enable ICMP redirect to +convey routing information to hosts.
                                                                  • +
                                                                  • in_shaping_policy (TrafficShapingPolicy or None) –
                                                                  • +
                                                                  • label (str or None) – Interface label of format vNic_{vnicIndex} provided by NSX Manager. +Read only.
                                                                  • +
                                                                  • enable_proxy_arp (bool or None) – Value is true if proxy arp is enabled. Enable proxy ARP if you want to allow the NSX Edge of type ‘gatewayServices’ to answer ARP -requests intended for other machines.

                                                                  • -
                                                                  • index (long) – Index of the vnic. Min value is 0 and max value is 9. format: int32

                                                                  • -
                                                                  • name (str or None) – Name of the interface. Optional.

                                                                  • -
                                                                  • mtu (long or None) – MTU of the interface, with default as 1500. Min is 68, Max is 9000. -Optional. format: int32

                                                                  • -
                                                                  • fence_parameters (list of KeyValueAttributes or None) –

                                                                  • -
                                                                  • mac_addresses (list of MacAddress or None) – Distinct MAC addresses configured for the vnic. Optional.

                                                                  • -
                                                                  • out_shaping_policy (TrafficShapingPolicy or None) –

                                                                  • -
                                                                  • portgroup_name (str or None) – Name of the port group or logical switch.

                                                                  • -
                                                                  • enable_bridge_mode (bool or None) – Value is true if bridge mode is enabled.

                                                                  • -
                                                                  • type (str or None) – Type of the vnic. Values are uplink, internal, trunk. At least one -internal interface must be configured for NSX Edge HA to work.

                                                                  • -
                                                                  • portgroup_id (str or None) – Value are port group ID (standard portgroup or distributed +requests intended for other machines.

                                                                  • +
                                                                  • index (long) – Index of the vnic. Min value is 0 and max value is 9. format: int32
                                                                  • +
                                                                  • name (str or None) – Name of the interface. Optional.
                                                                  • +
                                                                  • mtu (long or None) – MTU of the interface, with default as 1500. Min is 68, Max is 9000. +Optional. format: int32
                                                                  • +
                                                                  • fence_parameters (list of KeyValueAttributes or None) –
                                                                  • +
                                                                  • mac_addresses (list of MacAddress or None) – Distinct MAC addresses configured for the vnic. Optional.
                                                                  • +
                                                                  • out_shaping_policy (TrafficShapingPolicy or None) –
                                                                  • +
                                                                  • portgroup_name (str or None) – Name of the port group or logical switch.
                                                                  • +
                                                                  • enable_bridge_mode (bool or None) – Value is true if bridge mode is enabled.
                                                                  • +
                                                                  • type (str or None) – Type of the vnic. Values are uplink, internal, trunk. At least one +internal interface must be configured for NSX Edge HA to work.
                                                                  • +
                                                                  • portgroup_id (str or None) – Value are port group ID (standard portgroup or distributed portgroup) or virtual wire ID (logical switch). Logical switch cannot be used for a TRUNK vnic. Portgroup cannot be shared among vnics/LIFs. Required when isConnected is specified as true. Example ‘network-17’ (standard portgroup), ‘dvportgroup-34’ (distributed -portgroup) or ‘virtualwire-2’ (logical switch).

                                                                  • +portgroup) or ‘virtualwire-2’ (logical switch).
                                                                  - - +

                                                                @@ -5820,15 +6490,18 @@ portgroup) or ‘virtualwire-2’ (logical switch).

                                                                Ordered list of NSX Edge vnics. Until one connected vnic is configured, none of the configured features will serve the network.

                                                                -

                                                                Tip

                                                                -

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

                                                                Tip

                                                                +

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

                                                                -
                                                                -
                                                                Parameters
                                                                -

                                                                vnics (list of Vnic or None) – Ordered list of NSX Edge vnics.

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:vnics (list of Vnic or None) – Ordered list of NSX Edge vnics.
                                                                @@ -5836,33 +6509,37 @@ 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)

                                                                Bases: vmware.vapi.bindings.struct.VapiStruct

                                                                -

                                                                Tip

                                                                -

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

                                                                Tip

                                                                +

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

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • vpc_cidr (str or None) –

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

                                                                • -
                                                                • esx_security_group_id (str or None) –

                                                                • -
                                                                • subnet_id (str or None) –

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

                                                                • + +++ + + + +
                                                                  Parameters:
                                                                    +
                                                                  • vpc_cidr (str or None) –
                                                                  • +
                                                                  • 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
                                                                  • +
                                                                  • esx_security_group_id (str or None) –
                                                                  • +
                                                                  • subnet_id (str or None) –
                                                                  • +
                                                                  • 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) –
                                                                  - - +
                                                                @@ -5870,21 +6547,25 @@ names.

                                                                class com.vmware.vmc.model_client.VpcInfoSubnets(vpc_id=None, cidr_block=None, description=None, subnets=None)

                                                                Bases: vmware.vapi.bindings.struct.VapiStruct

                                                                -

                                                                Tip

                                                                -

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

                                                                Tip

                                                                +

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

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • vpc_id (str or None) – The ID of the VPC these subnets belong to.

                                                                • -
                                                                • cidr_block (str or None) – The overall CIDR block of the VPC. This is the AWS primary CIDR -block.

                                                                • -
                                                                • description (str or None) – The description of the VPC; usually it’s name or id.

                                                                • -
                                                                • subnets (list of SubnetInfo or None) –

                                                                • + +++ + + + +
                                                                  Parameters:
                                                                    +
                                                                  • vpc_id (str or None) – The ID of the VPC these subnets belong to.
                                                                  • +
                                                                  • cidr_block (str or None) – The overall CIDR block of the VPC. This is the AWS primary CIDR +block.
                                                                  • +
                                                                  • description (str or None) – The description of the VPC; usually it’s name or id.
                                                                  • +
                                                                  • subnets (list of SubnetInfo or None) –
                                                                  - - +
                                                                @@ -5892,73 +6573,77 @@ block.

                                                                class com.vmware.vmc.model_client.Vpn(version=None, on_prem_gateway_ip=None, on_prem_network_cidr=None, pfs_enabled=None, id=None, channel_status=None, on_prem_nat_ip=None, name=None, internal_network_ids=None, tunnel_statuses=None, encryption=None, enabled=None, state=None, dh_group=None, authentication=None, pre_shared_key=None, ike_option=None, digest_algorithm=None)

                                                                Bases: vmware.vapi.bindings.struct.VapiStruct

                                                                -

                                                                Tip

                                                                -

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

                                                                Tip

                                                                +

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

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • version (str or None) –

                                                                • -
                                                                • on_prem_gateway_ip (str or None) –

                                                                • -
                                                                • on_prem_network_cidr (str or None) –

                                                                • -
                                                                • pfs_enabled (bool or None) –

                                                                • -
                                                                • id (str or None) –

                                                                • -
                                                                • channel_status (VpnChannelStatus or None) –

                                                                • -
                                                                • on_prem_nat_ip (str or None) –

                                                                • -
                                                                • name (str or None) –

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

                                                                • -
                                                                • tunnel_statuses (list of VpnTunnelStatus or None) –

                                                                • -
                                                                • encryption (str or None) –

                                                                  Possible values are:

                                                                  + +++ + + + +
                                                                  Parameters: - - +
                                                                  AUTHENTICATION_PSK = 'PSK'
                                                                  @@ -6071,26 +6756,30 @@ names.

                                                                  class com.vmware.vmc.model_client.VpnChannelStatus(channel_status=None, channel_state=None, last_info_message=None, failure_message=None)

                                                                  Bases: vmware.vapi.bindings.struct.VapiStruct

                                                                  -

                                                                  Tip

                                                                  -

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

                                                                  Tip

                                                                  +

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

                                                                  -
                                                                  -
                                                                  Parameters
                                                                  -
                                                                    -
                                                                  • channel_status (str or None) –

                                                                    Possible values are:

                                                                    + +++ + + + +
                                                                    Parameters: - - +
                                                                    CHANNEL_STATUS_CONNECTED = 'CONNECTED'
                                                                    @@ -6113,29 +6802,33 @@ names.

                                                                    class com.vmware.vmc.model_client.VpnTunnelStatus(on_prem_subnet=None, traffic_stats=None, last_info_message=None, local_subnet=None, tunnel_state=None, failure_message=None, tunnel_status=None)

                                                                    Bases: vmware.vapi.bindings.struct.VapiStruct

                                                                    -

                                                                    Tip

                                                                    -

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

                                                                    Tip

                                                                    +

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

                                                                    -
                                                                    -
                                                                    Parameters
                                                                    -
                                                                      -
                                                                    • on_prem_subnet (str or None) –

                                                                    • -
                                                                    • traffic_stats (VpnTunnelTrafficStats or None) –

                                                                    • -
                                                                    • last_info_message (str or None) –

                                                                    • -
                                                                    • local_subnet (str or None) –

                                                                    • -
                                                                    • tunnel_state (str or None) –

                                                                    • -
                                                                    • failure_message (str or None) –

                                                                    • -
                                                                    • tunnel_status (str or None) –

                                                                      Possible values are:

                                                                      + +++ + + + +
                                                                      Parameters: - - +
                                                                      TUNNEL_STATUS_CONNECTED = 'CONNECTED'
                                                                      @@ -6158,27 +6851,31 @@ names.

                                                                      class com.vmware.vmc.model_client.VpnTunnelTrafficStats(packets_out=None, packet_received_errors=None, rx_bytes_on_local_subnet=None, replay_errors=None, sequence_number_over_flow_errors=None, encryption_failures=None, integrity_errors=None, packet_sent_errors=None, decryption_failures=None, packets_in=None, tx_bytes_from_local_subnet=None)

                                                                      Bases: vmware.vapi.bindings.struct.VapiStruct

                                                                      -

                                                                      Tip

                                                                      -

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

                                                                      Tip

                                                                      +

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

                                                                      -
                                                                      -
                                                                      Parameters
                                                                      -
                                                                        -
                                                                      • packets_out (str or None) –

                                                                      • -
                                                                      • packet_received_errors (str or None) –

                                                                      • -
                                                                      • rx_bytes_on_local_subnet (str or None) –

                                                                      • -
                                                                      • replay_errors (str or None) –

                                                                      • -
                                                                      • sequence_number_over_flow_errors (str or None) –

                                                                      • -
                                                                      • encryption_failures (str or None) –

                                                                      • -
                                                                      • integrity_errors (str or None) –

                                                                      • -
                                                                      • packet_sent_errors (str or None) –

                                                                      • -
                                                                      • decryption_failures (str or None) –

                                                                      • -
                                                                      • packets_in (str or None) –

                                                                      • -
                                                                      • tx_bytes_from_local_subnet (str or None) –

                                                                      • + +++ + + + +
                                                                        Parameters:
                                                                          +
                                                                        • packets_out (str or None) –
                                                                        • +
                                                                        • packet_received_errors (str or None) –
                                                                        • +
                                                                        • rx_bytes_on_local_subnet (str or None) –
                                                                        • +
                                                                        • replay_errors (str or None) –
                                                                        • +
                                                                        • sequence_number_over_flow_errors (str or None) –
                                                                        • +
                                                                        • encryption_failures (str or None) –
                                                                        • +
                                                                        • integrity_errors (str or None) –
                                                                        • +
                                                                        • packet_sent_errors (str or None) –
                                                                        • +
                                                                        • decryption_failures (str or None) –
                                                                        • +
                                                                        • packets_in (str or None) –
                                                                        • +
                                                                        • tx_bytes_from_local_subnet (str or None) –
                                                                        - - +
                                                                      @@ -6189,23 +6886,27 @@ names.

                                                                      a given VsanStorageDesigner implementation. These choices are specific to a customer-defined number of hosts per cluster.

                                                                      -

                                                                      Tip

                                                                      -

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

                                                                      Tip

                                                                      +

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

                                                                      -
                                                                      -
                                                                      Parameters
                                                                      -
                                                                        -
                                                                      • max_capacity (long) – Maximum capacity supported for cluster (GiB). format: int64

                                                                      • -
                                                                      • recommended_capacities (list of long) – List of supported capacities which may offer preferable performance -(GiB). format: int64

                                                                      • -
                                                                      • supported_capacity_increment (long or None) – Increment to be added to min_capacity to result in a supported -capacity (GiB). format: int64

                                                                      • -
                                                                      • min_capacity (long) – Minimum capacity supported for cluster (GiB). format: int64

                                                                      • -
                                                                      • num_hosts (long) – Number of hosts in cluster. format: int64

                                                                      • + +++ + + + +
                                                                        Parameters:
                                                                          +
                                                                        • max_capacity (long) – Maximum capacity supported for cluster (GiB). format: int64
                                                                        • +
                                                                        • recommended_capacities (list of long) – List of supported capacities which may offer preferable performance +(GiB). format: int64
                                                                        • +
                                                                        • supported_capacity_increment (long or None) – Increment to be added to min_capacity to result in a supported +capacity (GiB). format: int64
                                                                        • +
                                                                        • min_capacity (long) – Minimum capacity supported for cluster (GiB). format: int64
                                                                        • +
                                                                        • num_hosts (long) – Number of hosts in cluster. format: int64
                                                                        - - +
                                                                      @@ -6213,18 +6914,22 @@ capacity (GiB). format: int64

                                                                    • class com.vmware.vmc.model_client.VsanEncryptionConfig(port=None, certificate=None)

                                                                      Bases: vmware.vapi.bindings.struct.VapiStruct

                                                                      -

                                                                      Tip

                                                                      -

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

                                                                      Tip

                                                                      +

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

                                                                      -
                                                                      -
                                                                      Parameters
                                                                      -
                                                                        -
                                                                      • port (long or None) – Port to connect to AWS Key Management Service

                                                                      • -
                                                                      • certificate (str or None) – Public certificate used to connect to AWS Key Management Service

                                                                      • + +++ + + + +
                                                                        Parameters:
                                                                          +
                                                                        • port (long or None) – Port to connect to AWS Key Management Service
                                                                        • +
                                                                        • certificate (str or None) – Public certificate used to connect to AWS Key Management Service
                                                                        - - +
                                                                      @@ -6234,25 +6939,30 @@ names.

                                                                      Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                      -
                                                                      -
                                                                      Parameters
                                                                      -

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

                                                                      -
                                                                      -
                                                                      + +++ + + + +
                                                                      Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                      get(org)

                                                                      Gets a link that can be used on a customer’s account to start the linking process.

                                                                      -
                                                                      -
                                                                      Parameters
                                                                      -

                                                                      org (str) – Organization identifier. (required)

                                                                      -
                                                                      -
                                                                      Raise
                                                                      -

                                                                      com.vmware.vapi.std.errors_client.Error -Generic Error

                                                                      -
                                                                      -
                                                                      + +++ + + + + + +
                                                                      Parameters:org (str) – Organization identifier. (required)
                                                                      Raise:com.vmware.vapi.std.errors_client.Error +Generic Error
                                                                    @@ -6261,37 +6971,38 @@ Generic Error

                                                                    class com.vmware.vmc.orgs_client.Providers(config)

                                                                    Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                    -
                                                                    -
                                                                    Parameters
                                                                    -

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

                                                                    -
                                                                    -
                                                                    + +++ + + + +
                                                                    Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                    list(org)
                                                                    -
                                                                    -
                                                                    Parameters
                                                                    -

                                                                    org (str) – Organization identifier. (required)

                                                                    -
                                                                    -
                                                                    Return type
                                                                    -

                                                                    list of com.vmware.vmc.model_client.AwsCloudProvider

                                                                    -
                                                                    -
                                                                    Returns
                                                                    -

                                                                    -
                                                                    -
                                                                    Raise
                                                                    -

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

                                                                    -
                                                                    -
                                                                    Raise
                                                                    -

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

                                                                    -
                                                                    -
                                                                    Raise
                                                                    -

                                                                    com.vmware.vapi.std.errors_client.NotFound -Organization doesn’t exist

                                                                    -
                                                                    -
                                                                    +
                                                                    +++ + + + + + + + + + + + + + +
                                                                    Parameters:org (str) – Organization identifier. (required)
                                                                    Return type:list of com.vmware.vmc.model_client.AwsCloudProvider
                                                                    Returns:
                                                                    Raise:com.vmware.vapi.std.errors_client.Unauthenticated +Unauthorized
                                                                    Raise:com.vmware.vapi.std.errors_client.Unauthorized +Forbidden
                                                                    Raise:com.vmware.vapi.std.errors_client.NotFound +Organization doesn’t exist
                                                                    @@ -6300,34 +7011,36 @@ Organization doesn’t exist

                                                                    class com.vmware.vmc.orgs_client.Reservations(config)

                                                                    Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                    -
                                                                    -
                                                                    Parameters
                                                                    -

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

                                                                    -
                                                                    -
                                                                    + +++ + + + +
                                                                    Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                    list(org)

                                                                    Get all reservations for this org

                                                                    -
                                                                    -
                                                                    Parameters
                                                                    -

                                                                    org (str) – Organization identifier. (required)

                                                                    -
                                                                    -
                                                                    Return type
                                                                    -

                                                                    list of com.vmware.vmc.model_client.MaintenanceWindowEntry

                                                                    -
                                                                    -
                                                                    Returns
                                                                    -

                                                                    -
                                                                    -
                                                                    Raise
                                                                    -

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

                                                                    -
                                                                    -
                                                                    Raise
                                                                    -

                                                                    com.vmware.vapi.std.errors_client.Unauthorized -Access not allowed to the operation for the current user

                                                                    -
                                                                    -
                                                                    + +++ + + + + + + + + + + + +
                                                                    Parameters:org (str) – Organization identifier. (required)
                                                                    Return type:list of com.vmware.vmc.model_client.MaintenanceWindowEntry
                                                                    Returns:
                                                                    Raise:com.vmware.vapi.std.errors_client.Unauthenticated +Unauthorized
                                                                    Raise:com.vmware.vapi.std.errors_client.Unauthorized +Access not allowed to the operation for the current user
                                                                  @@ -6336,94 +7049,104 @@ Access not allowed to the operation for the current user

                                                                  class com.vmware.vmc.orgs_client.SddcTemplates(config)

                                                                  Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                  -
                                                                  -
                                                                  Parameters
                                                                  -

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

                                                                  -
                                                                  -
                                                                  + +++ + + + +
                                                                  Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                  delete(org, template_id)

                                                                  Delete SDDC template identified by given id.

                                                                  -
                                                                  -
                                                                  Parameters
                                                                  -
                                                                    -
                                                                  • org (str) – Organization identifier. (required)

                                                                  • -
                                                                  • template_id (str) – SDDC Template identifier (required)

                                                                  • + +++ + + + + + + + + + + + +
                                                                    Parameters:
                                                                      +
                                                                    • org (str) – Organization identifier. (required)
                                                                    • +
                                                                    • template_id (str) – SDDC Template identifier (required)
                                                                    - -
                                                                    Return type
                                                                    -

                                                                    com.vmware.vmc.model_client.Task

                                                                    -
                                                                    -
                                                                    Returns
                                                                    -

                                                                    com.vmware.vmc.model.Task

                                                                    -
                                                                    -
                                                                    Raise
                                                                    -

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

                                                                    Return type:

                                                                    com.vmware.vmc.model_client.Task

                                                                    +
                                                                    Returns:

                                                                    com.vmware.vmc.model.Task

                                                                    +
                                                                    Raise:

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

                                                                    - -
                                                                    Raise
                                                                    -

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

                                                                    Raise:

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

                                                                    - - +
                                                                  get(org, template_id)

                                                                  Get configuration template by given template id.

                                                                  -
                                                                  -
                                                                  Parameters
                                                                  -
                                                                    -
                                                                  • org (str) – Organization identifier. (required)

                                                                  • -
                                                                  • template_id (str) – SDDC Template identifier (required)

                                                                  • + +++ + + + + + + + + + + + + + +
                                                                    Parameters:
                                                                      +
                                                                    • org (str) – Organization identifier. (required)
                                                                    • +
                                                                    • template_id (str) – SDDC Template identifier (required)
                                                                    - -
                                                                    Return type
                                                                    -

                                                                    com.vmware.vmc.model_client.SddcTemplate

                                                                    -
                                                                    -
                                                                    Returns
                                                                    -

                                                                    com.vmware.vmc.model.SddcTemplate

                                                                    -
                                                                    -
                                                                    Raise
                                                                    -

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

                                                                    Return type:

                                                                    com.vmware.vmc.model_client.SddcTemplate

                                                                    +
                                                                    Returns:

                                                                    com.vmware.vmc.model.SddcTemplate

                                                                    +
                                                                    Raise:

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

                                                                    - -
                                                                    Raise
                                                                    -

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

                                                                    Raise:

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

                                                                    - -
                                                                    Raise
                                                                    -

                                                                    com.vmware.vapi.std.errors_client.NotFound +

                                                                    Raise:

                                                                    com.vmware.vapi.std.errors_client.NotFound Cannot find the SDDC Template with given identifier

                                                                    - - +
                                                                  list(org)

                                                                  List all available SDDC configuration templates in an organization

                                                                  -
                                                                  -
                                                                  Parameters
                                                                  -

                                                                  org (str) – Organization identifier. (required)

                                                                  -
                                                                  -
                                                                  Return type
                                                                  -

                                                                  list of com.vmware.vmc.model_client.SddcTemplate

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  -
                                                                  -
                                                                  + +++ + + + + + + + + + + + +
                                                                  Parameters:org (str) – Organization identifier. (required)
                                                                  Return type:list of com.vmware.vmc.model_client.SddcTemplate
                                                                  Returns:
                                                                  Raise:com.vmware.vapi.std.errors_client.Unauthenticated +Unauthorized
                                                                  Raise:com.vmware.vapi.std.errors_client.Unauthorized +Forbidden
                                                                  @@ -6432,176 +7155,194 @@ Forbidden

                                                                  class com.vmware.vmc.orgs_client.Sddcs(config)

                                                                  Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                  -
                                                                  -
                                                                  Parameters
                                                                  -

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

                                                                  -
                                                                  -
                                                                  + +++ + + + +
                                                                  Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                  create(org, sddc_config)

                                                                  Provision an SDDC in target cloud

                                                                  -
                                                                  -
                                                                  Parameters
                                                                  -
                                                                    -
                                                                  • org (str) – Organization identifier. (required)

                                                                  • -
                                                                  • sddc_config (com.vmware.vmc.model_client.AwsSddcConfig) – sddcConfig (required)

                                                                  • + +++ + + + + + + + + + + + +
                                                                    Parameters: - -
                                                                    Return type
                                                                    -

                                                                    com.vmware.vmc.model_client.Task

                                                                    -
                                                                    -
                                                                    Returns
                                                                    -

                                                                    com.vmware.vmc.model.Task

                                                                    -
                                                                    -
                                                                    Raise
                                                                    -

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

                                                                    Return type:

                                                                    com.vmware.vmc.model_client.Task

                                                                    +
                                                                    Returns:

                                                                    com.vmware.vmc.model.Task

                                                                    +
                                                                    Raise:

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

                                                                    - -
                                                                    Raise
                                                                    -

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

                                                                    Raise:

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

                                                                    - - +
                                                                  delete(org, sddc, retain_configuration=None, template_name=None, force=None)

                                                                  Delete SDDC

                                                                  -
                                                                  -
                                                                  Parameters
                                                                  -
                                                                    -
                                                                  • org (str) – Organization identifier. (required)

                                                                  • -
                                                                  • sddc (str) – Sddc Identifier. (required)

                                                                  • -
                                                                  • retain_configuration (bool or None) – If = ‘true’, the SDDC’s configuration is retained as a template for + +++ + + + + + + + + + + + + + + + +
                                                                    Parameters:
                                                                      +
                                                                    • org (str) – Organization identifier. (required)
                                                                    • +
                                                                    • sddc (str) – Sddc Identifier. (required)
                                                                    • +
                                                                    • retain_configuration (bool or None) – If = ‘true’, the SDDC’s configuration is retained as a template for later use. This flag is applicable only to SDDCs in ACTIVE state. -(optional)

                                                                    • -
                                                                    • template_name (str or None) – Only applicable when retainConfiguration is also set to ‘true’. +(optional)

                                                                    • +
                                                                    • template_name (str or None) – Only applicable when retainConfiguration is also set to ‘true’. When set, this value will be used as the name of the SDDC -configuration template generated. (optional)

                                                                    • -
                                                                    • force (str or None) – If = ‘true’, will delete forcefully. Beware: do not use the force +configuration template generated. (optional)

                                                                    • +
                                                                    • force (str or None) – If = ‘true’, will delete forcefully. Beware: do not use the force flag if there is a chance an active provisioning or deleting task -is running against this SDDC. This option is restricted. (optional)

                                                                    • +is running against this SDDC. This option is restricted. (optional)
                                                                    - -
                                                                    Return type
                                                                    -

                                                                    com.vmware.vmc.model_client.Task

                                                                    -
                                                                    -
                                                                    Returns
                                                                    -

                                                                    com.vmware.vmc.model.Task

                                                                    -
                                                                    -
                                                                    Raise
                                                                    -

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

                                                                    Return type:

                                                                    com.vmware.vmc.model_client.Task

                                                                    +
                                                                    Returns:

                                                                    com.vmware.vmc.model.Task

                                                                    +
                                                                    Raise:

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

                                                                    - -
                                                                    Raise
                                                                    -

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

                                                                    Raise:

                                                                    com.vmware.vapi.std.errors_client.InvalidRequest The sddc is not in a state that’s valid for deletion

                                                                    - -
                                                                    Raise
                                                                    -

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

                                                                    Raise:

                                                                    com.vmware.vapi.std.errors_client.Unauthorized Access not allowed to the operation for the current user

                                                                    - -
                                                                    Raise
                                                                    -

                                                                    com.vmware.vapi.std.errors_client.NotFound +

                                                                    Raise:

                                                                    com.vmware.vapi.std.errors_client.NotFound Cannot find the SDDC with given identifier

                                                                    - - +

                                                                  get(org, sddc)

                                                                  Get SDDC

                                                                  -
                                                                  -
                                                                  Parameters
                                                                  -
                                                                    -
                                                                  • org (str) – Organization identifier. (required)

                                                                  • -
                                                                  • sddc (str) – Sddc Identifier. (required)

                                                                  • + +++ + + + + + + + + + + + + + +
                                                                    Parameters:
                                                                      +
                                                                    • org (str) – Organization identifier. (required)
                                                                    • +
                                                                    • sddc (str) – Sddc Identifier. (required)
                                                                    - -
                                                                    Return type
                                                                    -

                                                                    com.vmware.vmc.model_client.Sddc

                                                                    -
                                                                    -
                                                                    Returns
                                                                    -

                                                                    com.vmware.vmc.model.Sddc

                                                                    -
                                                                    -
                                                                    Raise
                                                                    -

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

                                                                    Return type:

                                                                    com.vmware.vmc.model_client.Sddc

                                                                    +
                                                                    Returns:

                                                                    com.vmware.vmc.model.Sddc

                                                                    +
                                                                    Raise:

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

                                                                    - -
                                                                    Raise
                                                                    -

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

                                                                    Raise:

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

                                                                    - -
                                                                    Raise
                                                                    -

                                                                    com.vmware.vapi.std.errors_client.NotFound +

                                                                    Raise:

                                                                    com.vmware.vapi.std.errors_client.NotFound Cannot find the SDDC with given identifier

                                                                    - - +
                                                                  list(org)

                                                                  List all the SDDCs of an organization

                                                                  -
                                                                  -
                                                                  Parameters
                                                                  -

                                                                  org (str) – Organization identifier. (required)

                                                                  -
                                                                  -
                                                                  Return type
                                                                  -

                                                                  list of com.vmware.vmc.model_client.Sddc

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  -
                                                                  -
                                                                  + +++ + + + + + + + + + + + +
                                                                  Parameters:org (str) – Organization identifier. (required)
                                                                  Return type:list of com.vmware.vmc.model_client.Sddc
                                                                  Returns:
                                                                  Raise:com.vmware.vapi.std.errors_client.Unauthenticated +Unauthorized
                                                                  Raise:com.vmware.vapi.std.errors_client.Unauthorized +Forbidden
                                                                  patch(org, sddc, sddc_patch_request)

                                                                  Patch SDDC

                                                                  -
                                                                  -
                                                                  Parameters
                                                                  -
                                                                    -
                                                                  • org (str) – Organization identifier. (required)

                                                                  • -
                                                                  • sddc (str) – Sddc Identifier. (required)

                                                                  • -
                                                                  • sddc_patch_request (com.vmware.vmc.model_client.SddcPatchRequest) – Patch request for the SDDC (required)

                                                                  • + +++ + + + + + + + + + + + + + + + +
                                                                    Parameters: - -
                                                                    Return type
                                                                    -

                                                                    com.vmware.vmc.model_client.Sddc

                                                                    -
                                                                    -
                                                                    Returns
                                                                    -

                                                                    com.vmware.vmc.model.Sddc

                                                                    -
                                                                    -
                                                                    Raise
                                                                    -

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

                                                                    Return type:

                                                                    com.vmware.vmc.model_client.Sddc

                                                                    +
                                                                    Returns:

                                                                    com.vmware.vmc.model.Sddc

                                                                    +
                                                                    Raise:

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

                                                                    - -
                                                                    Raise
                                                                    -

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

                                                                    Raise:

                                                                    com.vmware.vapi.std.errors_client.InvalidRequest SDDC cannot be patched

                                                                    - -
                                                                    Raise
                                                                    -

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

                                                                    Raise:

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

                                                                    - -
                                                                    Raise
                                                                    -

                                                                    com.vmware.vapi.std.errors_client.NotFound +

                                                                    Raise:

                                                                    com.vmware.vapi.std.errors_client.NotFound Cannot find the SDDC with given identifier

                                                                    - - +
                                                                  @@ -6611,22 +7352,28 @@ Cannot find the SDDC with given identifier

                                                                  class com.vmware.vmc.orgs_client.StubFactory(stub_config)

                                                                  Bases: vmware.vapi.bindings.stub.StubFactoryBase

                                                                  Initialize StubFactoryBase

                                                                  -
                                                                  -
                                                                  Parameters
                                                                  -

                                                                  stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance

                                                                  -
                                                                  -
                                                                  + +++ + + + +
                                                                  Parameters:stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
                                                                  class com.vmware.vmc.orgs_client.Subscriptions(config)

                                                                  Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                  -
                                                                  -
                                                                  Parameters
                                                                  -

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

                                                                  -
                                                                  -
                                                                  + +++ + + + +
                                                                  Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                  GET_0_OFFER_TYPE_ON_DEMAND = 'ON_DEMAND'
                                                                  @@ -6643,97 +7390,109 @@ Cannot find the SDDC with given identifier

                                                                  create(org, subscription_request)

                                                                  Initiates the creation of a subscription

                                                                  -
                                                                  -
                                                                  Parameters
                                                                  -
                                                                    -
                                                                  • org (str) – Organization identifier. (required)

                                                                  • -
                                                                  • subscription_request (com.vmware.vmc.model_client.SubscriptionRequest) – subscriptionRequest (required)

                                                                  • + +++ + + + + + + + + + + + + + +
                                                                    Parameters: - -
                                                                    Return type
                                                                    -

                                                                    com.vmware.vmc.model_client.Task

                                                                    -
                                                                    -
                                                                    Returns
                                                                    -

                                                                    com.vmware.vmc.model.Task

                                                                    -
                                                                    -
                                                                    Raise
                                                                    -

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

                                                                    Return type:

                                                                    com.vmware.vmc.model_client.Task

                                                                    +
                                                                    Returns:

                                                                    com.vmware.vmc.model.Task

                                                                    +
                                                                    Raise:

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

                                                                    - -
                                                                    Raise
                                                                    -

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

                                                                    Raise:

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

                                                                    - -
                                                                    Raise
                                                                    -

                                                                    com.vmware.vapi.std.errors_client.InternalServerError +

                                                                    Raise:

                                                                    com.vmware.vapi.std.errors_client.InternalServerError Server error. Check retryable flag to see if request should be retried.

                                                                    - - +
                                                                  get(org, subscription)

                                                                  Get subscription details for a given subscription id

                                                                  -
                                                                  -
                                                                  Parameters
                                                                  -
                                                                    -
                                                                  • org (str) – Organization identifier. (required)

                                                                  • -
                                                                  • subscription (str) – SubscriptionId for an sddc. (required)

                                                                  • + +++ + + + + + + + + + + + +
                                                                    Parameters:
                                                                      +
                                                                    • org (str) – Organization identifier. (required)
                                                                    • +
                                                                    • subscription (str) – SubscriptionId for an sddc. (required)
                                                                    - -
                                                                    Return type
                                                                    -

                                                                    com.vmware.vmc.model_client.SubscriptionDetails

                                                                    -
                                                                    -
                                                                    Returns
                                                                    -

                                                                    com.vmware.vmc.model.SubscriptionDetails

                                                                    -
                                                                    -
                                                                    Raise
                                                                    -

                                                                    com.vmware.vapi.std.errors_client.InternalServerError +

                                                                    Return type:

                                                                    com.vmware.vmc.model_client.SubscriptionDetails

                                                                    +
                                                                    Returns:

                                                                    com.vmware.vmc.model.SubscriptionDetails

                                                                    +
                                                                    Raise:

                                                                    com.vmware.vapi.std.errors_client.InternalServerError Server error. Check retryable flag to see if request should be retried.

                                                                    - -
                                                                    Raise
                                                                    -

                                                                    com.vmware.vapi.std.errors_client.NotFound +

                                                                    Raise:

                                                                    com.vmware.vapi.std.errors_client.NotFound Not Found

                                                                    - - +
                                                                  get_0(org, offer_type=None)

                                                                  Returns all subscriptions for a given org id

                                                                  -
                                                                  -
                                                                  Parameters
                                                                  -
                                                                    -
                                                                  • org (str) – Organization identifier. (required)

                                                                  • -
                                                                  • offer_type (str or None) – Offer Type * `ON_DEMAND` - on-demand subscription * + +++ + + + + + + + + + + + + + +
                                                                    Parameters:
                                                                      +
                                                                    • org (str) – Organization identifier. (required)
                                                                    • +
                                                                    • offer_type (str or None) – Offer Type * `ON_DEMAND` - on-demand subscription * `TERM` - term subscription * All subscriptions if not -specified (optional)

                                                                    • +specified (optional)
                                                                    - -
                                                                    Return type
                                                                    -

                                                                    list of com.vmware.vmc.model_client.SubscriptionDetails

                                                                    -
                                                                    -
                                                                    Returns
                                                                    -

                                                                    -
                                                                    -
                                                                    Raise
                                                                    -

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

                                                                    Return type:

                                                                    list of com.vmware.vmc.model_client.SubscriptionDetails

                                                                    +
                                                                    Returns:

                                                                    +
                                                                    Raise:

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

                                                                    - -
                                                                    Raise
                                                                    -

                                                                    com.vmware.vapi.std.errors_client.InternalServerError +

                                                                    Raise:

                                                                    com.vmware.vapi.std.errors_client.InternalServerError Server error. Check retryable flag to see if request should be retried.

                                                                    - -
                                                                    Raise
                                                                    -

                                                                    com.vmware.vapi.std.errors_client.NotFound +

                                                                    Raise:

                                                                    com.vmware.vapi.std.errors_client.NotFound Not Found

                                                                    - - +

                                                                  @@ -6742,52 +7501,61 @@ Not Found

                                                                  class com.vmware.vmc.orgs_client.Tasks(config)

                                                                  Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                  -
                                                                  -
                                                                  Parameters
                                                                  -

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

                                                                  -
                                                                  -
                                                                  + +++ + + + +
                                                                  Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                  get(org, task)

                                                                  Retrieve details of a task.

                                                                  -
                                                                  -
                                                                  Parameters
                                                                  -
                                                                    -
                                                                  • org (str) – Organization identifier. (required)

                                                                  • -
                                                                  • task (str) – Task identifier (required)

                                                                  • + +++ + + + + + + + + + + + + + +
                                                                    Parameters:
                                                                      +
                                                                    • org (str) – Organization identifier. (required)
                                                                    • +
                                                                    • task (str) – Task identifier (required)
                                                                    - -
                                                                    Return type
                                                                    -

                                                                    com.vmware.vmc.model_client.Task

                                                                    -
                                                                    -
                                                                    Returns
                                                                    -

                                                                    com.vmware.vmc.model.Task

                                                                    -
                                                                    -
                                                                    Raise
                                                                    -

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

                                                                    Return type:

                                                                    com.vmware.vmc.model_client.Task

                                                                    +
                                                                    Returns:

                                                                    com.vmware.vmc.model.Task

                                                                    +
                                                                    Raise:

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

                                                                    - -
                                                                    Raise
                                                                    -

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

                                                                    Raise:

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

                                                                    - -
                                                                    Raise
                                                                    -

                                                                    com.vmware.vapi.std.errors_client.NotFound +

                                                                    Raise:

                                                                    com.vmware.vapi.std.errors_client.NotFound Cannot find the task with given identifier

                                                                    - - +
                                                                  list(org, filter=None)

                                                                  List all tasks with optional filtering.

                                                                  -
                                                                  -
                                                                  Parameters
                                                                  -
                                                                    -
                                                                  • org (str) – Organization identifier. (required)

                                                                  • -
                                                                  • filter (str or None) – Filter expression Binary Operators: ‘eq’, ‘ne’, ‘lt’, ‘gt’, ‘le’, + +++ + + + + + + + + + + + +
                                                                    Parameters:
                                                                      +
                                                                    • org (str) – Organization identifier. (required)
                                                                    • +
                                                                    • filter (str or None) – Filter expression Binary Operators: ‘eq’, ‘ne’, ‘lt’, ‘gt’, ‘le’, ‘ge’, ‘mul’, ‘div’, ‘mod’, ‘sub’, ‘add’ Unary Operators: ‘not’, ‘-‘ (minus) String Operators: ‘startswith’, ‘endswith’, ‘length’, ‘contains’, ‘tolower’, ‘toupper’, Nested attributes are composed @@ -6798,24 +7566,26 @@ literal ‘created’ will be mapped to the time the resource was first created. Examples: - $filter=(updated gt 2016-08-09T13:00:00Z) and (org_id eq 278710ff4e-6b6d-4d4e-aefb-ca637f38609e) - $filter=(created eq 2016-08-09) - $filter=(created gt 2016-08-09) -and (sddc.status eq ‘READY’) (optional)

                                                                    • +and (sddc.status eq ‘READY’) (optional)
                                                                    - -
                                                                    Return type
                                                                    -

                                                                    list of com.vmware.vmc.model_client.Task

                                                                    -
                                                                    -
                                                                    Returns
                                                                    -

                                                                    -
                                                                    -
                                                                    Raise
                                                                    -

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

                                                                    Return type:

                                                                    list of com.vmware.vmc.model_client.Task

                                                                    +
                                                                    Returns:

                                                                    +
                                                                    Raise:

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

                                                                    - -
                                                                    Raise
                                                                    -

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

                                                                    Raise:

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

                                                                    - - +

                                                                  @@ -6825,37 +7595,41 @@ Forbidden

                                                                  tasks may not be cancelable, and some tasks might take an arbitrary amount of time to respond to a cancelation request. The task must be monitored to determine subsequent status.

                                                                  -
                                                                  -
                                                                  Parameters
                                                                  -
                                                                    -
                                                                  • org (str) – Organization identifier. (required)

                                                                  • -
                                                                  • task (str) – Task identifier (required)

                                                                  • -
                                                                  • action (str or None) – If = ‘cancel’, task will be canceled (optional)

                                                                  • + +++ + + + + + + + + + + + + + + + +
                                                                    Parameters:
                                                                      +
                                                                    • org (str) – Organization identifier. (required)
                                                                    • +
                                                                    • task (str) – Task identifier (required)
                                                                    • +
                                                                    • action (str or None) – If = ‘cancel’, task will be canceled (optional)
                                                                    - -
                                                                    Return type
                                                                    -

                                                                    com.vmware.vmc.model_client.Task

                                                                    -
                                                                    -
                                                                    Returns
                                                                    -

                                                                    com.vmware.vmc.model.Task

                                                                    -
                                                                    -
                                                                    Raise
                                                                    -

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

                                                                    Return type:

                                                                    com.vmware.vmc.model_client.Task

                                                                    +
                                                                    Returns:

                                                                    com.vmware.vmc.model.Task

                                                                    +
                                                                    Raise:

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

                                                                    - -
                                                                    Raise
                                                                    -

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

                                                                    Raise:

                                                                    com.vmware.vapi.std.errors_client.InvalidRequest Invalid action or bad argument

                                                                    - -
                                                                    Raise
                                                                    -

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

                                                                    Raise:

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

                                                                    - -
                                                                    Raise
                                                                    -

                                                                    com.vmware.vapi.std.errors_client.NotFound +

                                                                    Raise:

                                                                    com.vmware.vapi.std.errors_client.NotFound Cannot find the task with given identifier

                                                                    - - +
                                                                  diff --git a/vmc/com.vmware.vmc.orgs.html b/vmc/com.vmware.vmc.orgs.html index f20f1a78..c3b8eafe 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.4.0 documentation + com.vmware.vmc.orgs package — VMware Cloud on AWS Console API 1.5.0 documentation @@ -60,7 +60,7 @@
                                                                  - 1.4.0 + 1.5.0
                                                                  @@ -229,6 +229,7 @@
                                                                • Submodules
                                                                • com.vmware.vmc.orgs.sddcs.addons_client module
                                                                • com.vmware.vmc.orgs.sddcs.dns_client module
                                                                • +
                                                                • com.vmware.vmc.orgs.sddcs.management_vms_client module
                                                                • com.vmware.vmc.orgs.sddcs.networking_client module
                                                                • com.vmware.vmc.orgs.sddcs.networks_client module
                                                                @@ -245,42 +246,49 @@

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

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

                                                                Gets a customer’s compatible subnets for account linking

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • linked_account_id (str or None) – The linked connected account identifier (optional)

                                                                • -
                                                                • region (str or None) – The region of the cloud resources to work in (optional)

                                                                • -
                                                                • sddc (str or None) – sddc (optional)

                                                                • -
                                                                • force_refresh (bool or None) – When true, forces the mappings for datacenters to be refreshed for -the connected account. (optional)

                                                                • -
                                                                • instance_type (str or None) – The server instance type to be used. (optional)

                                                                • + +++ + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • linked_account_id (str or None) – The linked connected account identifier (optional)
                                                                  • +
                                                                  • region (str or None) – The region of the cloud resources to work in (optional)
                                                                  • +
                                                                  • sddc (str or None) – sddc (optional)
                                                                  • +
                                                                  • force_refresh (bool or None) – When true, forces the mappings for datacenters to be refreshed for +the connected account. (optional)
                                                                  • +
                                                                  • instance_type (str or None) – The server instance type to be used. (optional)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.AwsCompatibleSubnets

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.AwsCompatibleSubnets

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.AwsCompatibleSubnets

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.AwsCompatibleSubnets

                                                                  +
                                                                  Raise:

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

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

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

                                                                  - - +
                                                                @@ -288,25 +296,24 @@ Forbidden

                                                                post(org)

                                                                Sets which subnet to use to link accounts and finishes the linking process

                                                                -
                                                                -
                                                                Parameters
                                                                -

                                                                org (str) – Organization identifier. (required)

                                                                -
                                                                -
                                                                Return type
                                                                -

                                                                com.vmware.vmc.model_client.AwsSubnet

                                                                -
                                                                -
                                                                Returns
                                                                -

                                                                com.vmware.vmc.model.AwsSubnet

                                                                -
                                                                -
                                                                Raise
                                                                -

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

                                                                -
                                                                -
                                                                Raise
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + + + + + + + + + +
                                                                Parameters:org (str) – Organization identifier. (required)
                                                                Return type:com.vmware.vmc.model_client.AwsSubnet
                                                                Returns:com.vmware.vmc.model.AwsSubnet
                                                                Raise:com.vmware.vapi.std.errors_client.Unauthenticated +Unauthorized
                                                                Raise:com.vmware.vapi.std.errors_client.Unauthorized +Forbidden
                                                                @@ -315,11 +322,14 @@ Forbidden

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                @@ -328,31 +338,35 @@ The information is returned as a member of the task (found in task.params[‘subnet_list_result’] when you are notified it is complete), and it’s documented under ref /definitions/AwsCompatibleSubnets

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • linked_account_id (str or None) – The linked connected account identifier (optional)

                                                                • -
                                                                • region (str or None) – The region of the cloud resources to work in (optional)

                                                                • -
                                                                • sddc (str or None) – sddc (optional)

                                                                • -
                                                                • instance_type (str or None) – The server instance type to be used. (optional)

                                                                • + +++ + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • linked_account_id (str or None) – The linked connected account identifier (optional)
                                                                  • +
                                                                  • region (str or None) – The region of the cloud resources to work in (optional)
                                                                  • +
                                                                  • sddc (str or None) – sddc (optional)
                                                                  • +
                                                                  • instance_type (str or None) – The server instance type to be used. (optional)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.Task

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.Task

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.Task

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.Task

                                                                  +
                                                                  Raise:

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

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

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

                                                                  - - +
                                                                @@ -360,28 +374,32 @@ Forbidden

                                                                post(aws_subnet, org)

                                                                Sets which subnet to use to link accounts and finishes the linking process via a task

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • aws_subnet (com.vmware.vmc.model_client.AwsSubnet) – The subnet chosen by the customer (required)

                                                                • -
                                                                • org (str) – Organization identifier. (required)

                                                                • + +++ + + + + + + + + + + + +
                                                                  Parameters: - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.Task

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.Task

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.Task

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.Task

                                                                  +
                                                                  Raise:

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

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

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

                                                                  - - +
                                                                @@ -390,73 +408,84 @@ Forbidden

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

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

                                                                Delete a particular connected (linked) account.

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • linked_account_path_id (str) – The linked connected account identifier (required)

                                                                • -
                                                                • force_even_when_sddc_present (bool or None) – When true, forcibly removes a connected account even when SDDC’s -are still linked to it. (optional)

                                                                • + +++ + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • linked_account_path_id (str) – The linked connected account identifier (required)
                                                                  • +
                                                                  • force_even_when_sddc_present (bool or None) – When true, forcibly removes a connected account even when SDDC’s +are still linked to it. (optional)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.AwsCustomerConnectedAccount

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.AwsCustomerConnectedAccount

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.AwsCustomerConnectedAccount

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.AwsCustomerConnectedAccount

                                                                  +
                                                                  Raise:

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

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest An invalid connected account ID was specified, or the connection still has SDDCs active on it.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

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

                                                                  - - +

                                                                Get a list of connected accounts

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • provider (str or None) – The cloud provider of the SDDC (AWS or ZeroCloud). Default value is -AWS. (optional)

                                                                • + +++ + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • provider (str or None) – The cloud provider of the SDDC (AWS or ZeroCloud). Default value is +AWS. (optional)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  list of com.vmware.vmc.model_client.AwsCustomerConnectedAccount

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  list of com.vmware.vmc.model_client.AwsCustomerConnectedAccount

                                                                  +
                                                                  Returns:

                                                                  +
                                                                  Raise:

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

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

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

                                                                  - - +
                                                                @@ -465,38 +494,45 @@ Forbidden

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

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

                                                                Creates a task to re-map customer’s datacenters across zones.

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • map_zones_request (com.vmware.vmc.model_client.MapZonesRequest) – The zones request information about who to map and what to map. -(required)

                                                                • + +++ + + + + + + + + + + + +
                                                                  Parameters: - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.Task

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.Task

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.Task

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.Task

                                                                  +
                                                                  Raise:

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

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

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

                                                                  - - +
                                                                @@ -505,38 +541,45 @@ Forbidden

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

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

                                                                Get a list of SDDC connections currently setup for the customer’s organization.

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str or None) – sddc (optional)

                                                                • + +++ + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str or None) – sddc (optional)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  list of com.vmware.vmc.model_client.AwsSddcConnection

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  list of com.vmware.vmc.model_client.AwsSddcConnection

                                                                  +
                                                                  Returns:

                                                                  +
                                                                  Raise:

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

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

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

                                                                  - - +
                                                                @@ -546,11 +589,14 @@ Forbidden

                                                                class com.vmware.vmc.orgs.account_link_client.StubFactory(stub_config)

                                                                Bases: vmware.vapi.bindings.stub.StubFactoryBase

                                                                Initialize StubFactoryBase

                                                                -
                                                                -
                                                                Parameters
                                                                -

                                                                stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
                                                                @@ -560,74 +606,85 @@ Forbidden

                                                                class com.vmware.vmc.orgs.reservations_client.Mw(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                get(org, reservation)

                                                                get the maintenance window for this SDDC

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • reservation (str) – Reservation Identifier (required)

                                                                • + +++ + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • reservation (str) – Reservation Identifier (required)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.MaintenanceWindowGet

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.MaintenanceWindowGet

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.MaintenanceWindowGet

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.MaintenanceWindowGet

                                                                  +
                                                                  Raise:

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

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Access not allowed to the operation for the current user

                                                                  - - +
                                                                put(org, reservation, window)

                                                                update the maintenance window for this SDDC

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • reservation (str) – Reservation Identifier (required)

                                                                • -
                                                                • window (com.vmware.vmc.model_client.MaintenanceWindow) – Maintenance Window (required)

                                                                • + +++ + + + + + + + + + + + + + + + +
                                                                  Parameters: - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.MaintenanceWindow

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.MaintenanceWindow

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.MaintenanceWindow

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.MaintenanceWindow

                                                                  +
                                                                  Raise:

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

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.ConcurrentChange +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.ConcurrentChange Conflict with exiting reservation

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest The reservation is not in a state that’s valid for updates

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Access not allowed to the operation for the current user

                                                                  - - +
                                                                @@ -637,11 +694,14 @@ Access not allowed to the operation for the current user

                                                                class com.vmware.vmc.orgs.reservations_client.StubFactory(stub_config)

                                                                Bases: vmware.vapi.bindings.stub.StubFactoryBase

                                                                Initialize StubFactoryBase

                                                                -
                                                                -
                                                                Parameters
                                                                -

                                                                stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
                                                                @@ -651,46 +711,53 @@ Access not allowed to the operation for the current user

                                                                class com.vmware.vmc.orgs.sddcs_client.Clusters(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                create(org, sddc, cluster_config)

                                                                Creates a new cluster in customers sddcs with passed clusterConfig.

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • cluster_config (com.vmware.vmc.model_client.ClusterConfig) – clusterConfig (required)

                                                                • + +++ + + + + + + + + + + + + + + + +
                                                                  Parameters: - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.Task

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.Task

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.Task

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.Task

                                                                  +
                                                                  Raise:

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

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest The sddc is not in a state that’s valid for updates

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Access not allowed to the operation for the current user

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Cannot find the cluster with the given identifier

                                                                  - - +
                                                                @@ -699,37 +766,41 @@ Cannot find the cluster with the given identifier

                                                                This is a force operation which will delete the cluster even if there can be a data loss. Before calling this operation, all the VMs should be powered off.

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • cluster (str) – cluster identifier (required)

                                                                • + +++ + + + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • cluster (str) – cluster identifier (required)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.Task

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.Task

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.Task

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.Task

                                                                  +
                                                                  Raise:

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

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest The sddc is not in a state that’s valid for updates

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Access not allowed to the operation for the current user

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Cannot find the cluster with the given id

                                                                  - - +
                                                                @@ -738,48 +809,55 @@ Cannot find the cluster with the given id

                                                                class com.vmware.vmc.orgs.sddcs_client.Convert(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                create(org, sddc)

                                                                This API converts a one host SDDC to a four node DEFAULT SDDC. It takes care of configuring and upgrading the vCenter configurations on the SDDC for high availability and data redundancy.

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • + +++ + + + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.Task

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.Task

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.Task

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.Task

                                                                  +
                                                                  Raise:

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

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest The sddc is not in a state that’s valid for updates, Method not allowed

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Access not allowed to the operation for the current user

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Cannot find the SDDC with given identifier

                                                                  - - +
                                                                @@ -788,22 +866,27 @@ Cannot find the SDDC with given identifier

                                                                class com.vmware.vmc.orgs.sddcs_client.Esxs(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                create(org, sddc, esx_config, action=None)

                                                                Add/Remove one or more ESX hosts in the target cloud

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • esx_config (com.vmware.vmc.model_client.EsxConfig) – esxConfig (required)

                                                                • -
                                                                • action (str or None) – If = ‘add’, will add the esx. If = ‘remove’, will delete the + +++ + + + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • esx_config (com.vmware.vmc.model_client.EsxConfig) – esxConfig (required)
                                                                  • +
                                                                  • action (str or None) – If = ‘add’, will add the esx. If = ‘remove’, will delete the esx/esxs bound to a single cluster (Cluster Id is mandatory for non cluster 1 esx remove). If = ‘force-remove’, will delete the esx even if it can lead to data loss (This is an privileged operation). @@ -812,32 +895,34 @@ an privileged operation). If = ‘removeFromAll’, will delete the esxs from all clusters in the SDDC (This is an privileged operation). If = ‘attach-diskgroup’, will attach the provided diskgroups to a given host (privileged). Default behaviour is ‘add’ -(optional)

                                                                  • +(optional)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.Task

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.Task

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.Task

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.Task

                                                                  +
                                                                  Raise:

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

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest The sddc is not in a state that’s valid for updates

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Access not allowed to the operation for the current user

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Cannot find the SDDC with the given identifier

                                                                  - - +

                                                                @@ -846,161 +931,182 @@ Cannot find the SDDC with the given identifier

                                                                class com.vmware.vmc.orgs.sddcs_client.Publicips(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                create(org, sddc, spec)

                                                                Allocate public IPs for a SDDC

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • spec (com.vmware.vmc.model_client.SddcAllocatePublicIpSpec) – allocation spec (required)

                                                                • + +++ + + + + + + + + + + + + + + + +
                                                                  Parameters: - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.Task

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.Task

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.Task

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.Task

                                                                  +
                                                                  Raise:

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

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest The sddc is not in a state that’s valid for updates

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Access not allowed to the operation for the current user

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Cannot find the SDDC with given identifier

                                                                  - - +
                                                                delete(org, sddc, id)

                                                                Free one public IP for a SDDC

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • id (str) – ip allocation id (required)

                                                                • + +++ + + + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • id (str) – ip allocation id (required)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.Task

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.Task

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.Task

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.Task

                                                                  +
                                                                  Raise:

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

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest The sddc is not in a state that’s valid for updates

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Access not allowed to the operation for the current user

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Cannot find the public IP with given IP address

                                                                  - - +
                                                                get(org, sddc, id)

                                                                Get one public IP for a SDDC

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • id (str) – ip allocation id (required)

                                                                • + +++ + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • id (str) – ip allocation id (required)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.SddcPublicIp

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.SddcPublicIp

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.SddcPublicIp

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.SddcPublicIp

                                                                  +
                                                                  Raise:

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

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

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

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Cannot find the public IP with given IP address

                                                                  - - +
                                                                list(org, sddc)

                                                                list all public IPs for a SDDC

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • + +++ + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  list of com.vmware.vmc.model_client.SddcPublicIp

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  list of com.vmware.vmc.model_client.SddcPublicIp

                                                                  +
                                                                  Returns:

                                                                  +
                                                                  Raise:

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

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

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

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Cannot find the SDDC with given identifier

                                                                  - - +
                                                                update(org, sddc, id, action, sddc_public_ip_object)

                                                                Attach or detach a public IP to workload VM for a SDDC

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • id (str) – ip allocation id (required)

                                                                • -
                                                                • action (str) – Type of action as ‘attach’, ‘detach’, ‘reattach’, or ‘rename’. For + +++ + + + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • id (str) – ip allocation id (required)
                                                                  • +
                                                                  • action (str) – Type of action as ‘attach’, ‘detach’, ‘reattach’, or ‘rename’. For ‘attch’, the public IP must not be attached and ‘associated_private_ip’ in the payload needs to be set with a workload VM private IP. For ‘detach’, the public IP must be @@ -1008,33 +1114,35 @@ attached and ‘associated_private_ip’ in the payload should not be set with any value. For ‘reattach’, the public IP must be attached and ‘associated_private_ip’ in the payload needs to be set with a new workload VM private IP. For ‘rename’, the ‘name’ in the payload -needs to have a new name string. (required)

                                                                  • -
                                                                  • sddc_public_ip_object (com.vmware.vmc.model_client.SddcPublicIp) – SddcPublicIp object to update (required)

                                                                  • +needs to have a new name string. (required) +
                                                                  • sddc_public_ip_object (com.vmware.vmc.model_client.SddcPublicIp) – SddcPublicIp object to update (required)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.Task

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.Task

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.Task

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.Task

                                                                  +
                                                                  Raise:

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

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest The sddc is not in a state that’s valid for updates

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Access not allowed to the operation for the current user

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Cannot find the public IP with given IP address

                                                                  - - +

                                                                @@ -1043,46 +1151,53 @@ Cannot find the public IP with given IP address

                                                                class com.vmware.vmc.orgs.sddcs_client.SddcTemplate(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                get(org, sddc)

                                                                Get configuration template for an SDDC

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • + +++ + + + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.SddcTemplate

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.SddcTemplate

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.SddcTemplate

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.SddcTemplate

                                                                  +
                                                                  Raise:

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

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest SDDC is in a state that cannot be use for generating configuration template

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

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

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Cannot find the SDDC with given identifier

                                                                  - - +
                                                                @@ -1092,11 +1207,14 @@ Cannot find the SDDC with given identifier

                                                                class com.vmware.vmc.orgs.sddcs_client.StubFactory(stub_config)

                                                                Bases: vmware.vapi.bindings.stub.StubFactoryBase

                                                                Initialize StubFactoryBase

                                                                -
                                                                -
                                                                Parameters
                                                                -

                                                                stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
                                                                @@ -1106,42 +1224,49 @@ Cannot find the SDDC with given identifier

                                                                class com.vmware.vmc.orgs.storage_client.ClusterConstraints(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                get(org, provider, num_hosts)

                                                                Get constraints on cluster storage size for EBS-backed clusters.

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • provider (str) – Cloud storage provider ID (example AWS) (required)

                                                                • -
                                                                • num_hosts (long) – Number of hosts in cluster (required)

                                                                • + +++ + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • provider (str) – Cloud storage provider ID (example AWS) (required)
                                                                  • +
                                                                  • num_hosts (long) – Number of hosts in cluster (required)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.VsanConfigConstraints

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.VsanConfigConstraints

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.VsanConfigConstraints

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.VsanConfigConstraints

                                                                  +
                                                                  Raise:

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

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Invalid or missing parameters

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

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

                                                                  - - +
                                                                @@ -1151,11 +1276,14 @@ Forbidden

                                                                class com.vmware.vmc.orgs.storage_client.StubFactory(stub_config)

                                                                Bases: vmware.vapi.bindings.stub.StubFactoryBase

                                                                Initialize StubFactoryBase

                                                                -
                                                                -
                                                                Parameters
                                                                -

                                                                stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
                                                                @@ -1165,49 +1293,56 @@ Forbidden

                                                                class com.vmware.vmc.orgs.subscriptions_client.OfferInstances(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                list(org, region, product_type, product=None, type=None)

                                                                List all offers available for the specific product type in the specific region

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • region (str) – Region for the offer (required)

                                                                • -
                                                                • product_type (str) – Type of the product in offers. *This has been deprecated*. Please -use product & type parameters (required)

                                                                • -
                                                                • product (str or None) – The product that you are trying to purchase, eg. host. This needs -to be accompanied by the type parameter (optional)

                                                                • -
                                                                • type (str or None) – The type/flavor of the product you are trying it purchase,eg. an + +++ + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • region (str) – Region for the offer (required)
                                                                  • +
                                                                  • product_type (str) – Type of the product in offers. *This has been deprecated*. Please +use product & type parameters (required)
                                                                  • +
                                                                  • product (str or None) – The product that you are trying to purchase, eg. host. This needs +to be accompanied by the type parameter (optional)
                                                                  • +
                                                                  • type (str or None) – The type/flavor of the product you are trying it purchase,eg. an `r5.metal` host. This needs to be accompanied by the -product parameter. (optional)

                                                                  • +product parameter. (optional)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.OfferInstancesHolder

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.OfferInstancesHolder

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.OfferInstancesHolder

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.OfferInstancesHolder

                                                                  +
                                                                  Raise:

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

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad Request. Type of the product not supported.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

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

                                                                  - - +

                                                                @@ -1216,38 +1351,39 @@ Forbidden

                                                                class com.vmware.vmc.orgs.subscriptions_client.Products(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                list(org)

                                                                List of all the products that are available for purchase.

                                                                -
                                                                -
                                                                Parameters
                                                                -

                                                                org (str) – Organization identifier. (required)

                                                                -
                                                                -
                                                                Return type
                                                                -

                                                                list of com.vmware.vmc.model_client.SubscriptionProducts

                                                                -
                                                                -
                                                                Returns
                                                                -

                                                                -
                                                                -
                                                                Raise
                                                                -

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

                                                                -
                                                                -
                                                                Raise
                                                                -

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

                                                                -
                                                                -
                                                                Raise
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + + + + + + + + + + + +
                                                                Parameters:org (str) – Organization identifier. (required)
                                                                Return type:list of com.vmware.vmc.model_client.SubscriptionProducts
                                                                Returns:
                                                                Raise:com.vmware.vapi.std.errors_client.Unauthenticated +Unauthorized
                                                                Raise:com.vmware.vapi.std.errors_client.Unauthorized +Forbidden
                                                                Raise:com.vmware.vapi.std.errors_client.InternalServerError +Internal server error
                                                                @@ -1257,11 +1393,14 @@ Internal server error

                                                                class com.vmware.vmc.orgs.subscriptions_client.StubFactory(stub_config)

                                                                Bases: vmware.vapi.bindings.stub.StubFactoryBase

                                                                Initialize StubFactoryBase

                                                                -
                                                                -
                                                                Parameters
                                                                -

                                                                stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
                                                                @@ -1271,41 +1410,48 @@ Internal server error

                                                                class com.vmware.vmc.orgs.tbrs_client.Reservation(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                post(org, sddc_state=None)

                                                                Retreive all reservations for all SDDCs in this org

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc_state (com.vmware.vmc.model_client.SddcStateRequest or None) – SDDCs and/or states to query (optional)

                                                                • + +++ + + + + + + + + + + + + + +
                                                                  Parameters: - -
                                                                  Return type
                                                                  -

                                                                  dict of str and list of com.vmware.vmc.model_client.ReservationWindow

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  dict of str and list of com.vmware.vmc.model_client.ReservationWindow

                                                                  +
                                                                  Returns:

                                                                  +
                                                                  Raise:

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

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad Call

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

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

                                                                  - - +
                                                                @@ -1315,95 +1461,109 @@ Forbidden

                                                                class com.vmware.vmc.orgs.tbrs_client.StubFactory(stub_config)

                                                                Bases: vmware.vapi.bindings.stub.StubFactoryBase

                                                                Initialize StubFactoryBase

                                                                -
                                                                -
                                                                Parameters
                                                                -

                                                                stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
                                                                class com.vmware.vmc.orgs.tbrs_client.SupportWindow(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                get(org, minimum_seats_available=None, created_by=None)

                                                                Get all available support windows

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • minimum_seats_available (long or None) – minimum seats available (used as a filter) (optional)

                                                                • -
                                                                • created_by (str or None) – user name which was used to create the support window (used as a -filter) (optional)

                                                                • + +++ + + + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • minimum_seats_available (long or None) – minimum seats available (used as a filter) (optional)
                                                                  • +
                                                                  • created_by (str or None) – user name which was used to create the support window (used as a +filter) (optional)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  list of com.vmware.vmc.model_client.SupportWindow

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  list of com.vmware.vmc.model_client.SupportWindow

                                                                  +
                                                                  Returns:

                                                                  +
                                                                  Raise:

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

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Invalid request

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

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

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound No support windows are available

                                                                  - - +
                                                                put(org, id, sddc_id)

                                                                Move Sddc to new support window

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • id (str) – Target Support Window ID (required)

                                                                • -
                                                                • sddc_id (com.vmware.vmc.model_client.SddcId) – SDDC to move (required)

                                                                • + +++ + + + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • id (str) – Target Support Window ID (required)
                                                                  • +
                                                                  • sddc_id (com.vmware.vmc.model_client.SddcId) – SDDC to move (required)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.SupportWindowId

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.SupportWindowId

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.SupportWindowId

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.SupportWindowId

                                                                  +
                                                                  Raise:

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

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Invalid request

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

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

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Feature does not exist

                                                                  - - +
                                                                diff --git a/vmc/com.vmware.vmc.orgs.sddcs.html b/vmc/com.vmware.vmc.orgs.sddcs.html index e8dc7140..94ac02f1 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.4.0 documentation + com.vmware.vmc.orgs.sddcs package — VMware Cloud on AWS Console API 1.5.0 documentation @@ -60,7 +60,7 @@
                                                                - 1.4.0 + 1.5.0
                                                                @@ -236,11 +236,14 @@
                                                                class com.vmware.vmc.orgs.sddcs.addons_client.Credentials(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                CREATE_ADDON_TYPE_HCX = 'HCX'
                                                                @@ -269,116 +272,132 @@
                                                                create(org, sddc_id, addon_type, credentials)

                                                                Associated a new add on credentials with the SDDC such as HCX

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Org id of the associated SDDC (required)

                                                                • -
                                                                • sddc_id (str) – Id of the SDDC (required)

                                                                • -
                                                                • addon_type (str) – Add on type (required)

                                                                • -
                                                                • credentials (com.vmware.vmc.model_client.NewCredentials) – Credentials creation payload (required)

                                                                • + +++ + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Org id of the associated SDDC (required)
                                                                  • +
                                                                  • sddc_id (str) – Id of the SDDC (required)
                                                                  • +
                                                                  • addon_type (str) – Add on type (required)
                                                                  • +
                                                                  • credentials (com.vmware.vmc.model_client.NewCredentials) – Credentials creation payload (required)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.NewCredentials

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.NewCredentials

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.ConcurrentChange +

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.NewCredentials

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.NewCredentials

                                                                  +
                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.ConcurrentChange Credentials with same name exists with in the scope of addOnType

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Invalid input

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

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

                                                                  - - +
                                                                get(org, sddc_id, addon_type, name)

                                                                Get credential details by name

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Org id of the associated SDDC (required)

                                                                • -
                                                                • sddc_id (str) – Id of the SDDC (required)

                                                                • -
                                                                • addon_type (str) – Add on type (required)

                                                                • -
                                                                • name (str) – name of the credentials (required)

                                                                • + +++ + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Org id of the associated SDDC (required)
                                                                  • +
                                                                  • sddc_id (str) – Id of the SDDC (required)
                                                                  • +
                                                                  • addon_type (str) – Add on type (required)
                                                                  • +
                                                                  • name (str) – name of the credentials (required)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.NewCredentials

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.NewCredentials

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.NewCredentials

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.NewCredentials

                                                                  +
                                                                  Raise:

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

                                                                  - - +
                                                                list(org, sddc_id, addon_type)

                                                                List all the credentials assoicated with an addon type with in a SDDC

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Org id of the associated SDDC (required)

                                                                • -
                                                                • sddc_id (str) – Id of the SDDC (required)

                                                                • -
                                                                • addon_type (str) – Add on type (required)

                                                                • + +++ + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Org id of the associated SDDC (required)
                                                                  • +
                                                                  • sddc_id (str) – Id of the SDDC (required)
                                                                  • +
                                                                  • addon_type (str) – Add on type (required)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  list of com.vmware.vmc.model_client.NewCredentials

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  list of com.vmware.vmc.model_client.NewCredentials

                                                                  +
                                                                  Returns:

                                                                  +
                                                                  Raise:

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

                                                                  - - +
                                                                update(org, sddc_id, addon_type, name, credentials)

                                                                Update credential details

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Org id of the associated SDDC (required)

                                                                • -
                                                                • sddc_id (str) – Id of the SDDC (required)

                                                                • -
                                                                • addon_type (str) – Add on type (required)

                                                                • -
                                                                • name (str) – name of the credentials (required)

                                                                • -
                                                                • credentials (com.vmware.vmc.model_client.UpdateCredentials) – Credentials update payload (required)

                                                                • + +++ + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Org id of the associated SDDC (required)
                                                                  • +
                                                                  • sddc_id (str) – Id of the SDDC (required)
                                                                  • +
                                                                  • addon_type (str) – Add on type (required)
                                                                  • +
                                                                  • name (str) – name of the credentials (required)
                                                                  • +
                                                                  • credentials (com.vmware.vmc.model_client.UpdateCredentials) – Credentials update payload (required)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.NewCredentials

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.NewCredentials

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.NewCredentials

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.NewCredentials

                                                                  +
                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

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

                                                                  - - +
                                                                @@ -388,11 +407,14 @@ Forbidden

                                                                class com.vmware.vmc.orgs.sddcs.addons_client.StubFactory(stub_config)

                                                                Bases: vmware.vapi.bindings.stub.StubFactoryBase

                                                                Initialize StubFactoryBase

                                                                -
                                                                -
                                                                Parameters
                                                                -

                                                                stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
                                                                @@ -402,41 +424,48 @@ Forbidden

                                                                class com.vmware.vmc.orgs.sddcs.dns_client.Private(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                update(org, sddc)

                                                                Update the DNS records of management VMs to use private IP addresses

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • + +++ + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.Task

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.Task

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.Task

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.Task

                                                                  +
                                                                  Raise:

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

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest The sddc is not in a state that’s valid for updates or invalid body

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

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

                                                                  - - +
                                                                @@ -445,41 +474,48 @@ Forbidden

                                                                class com.vmware.vmc.orgs.sddcs.dns_client.Public(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                update(org, sddc)

                                                                Update the DNS records of management VMs to use public IP addresses

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • + +++ + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.Task

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.Task

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.Task

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.Task

                                                                  +
                                                                  Raise:

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

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest The sddc is not in a state that’s valid for updates or invalid body

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

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

                                                                  - - +
                                                                @@ -489,11 +525,97 @@ Forbidden

                                                                class com.vmware.vmc.orgs.sddcs.dns_client.StubFactory(stub_config)

                                                                Bases: vmware.vapi.bindings.stub.StubFactoryBase

                                                                Initialize StubFactoryBase

                                                                -
                                                                -
                                                                Parameters
                                                                -

                                                                stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
                                                                +
                                                                + + +
                                                                +

                                                                com.vmware.vmc.orgs.sddcs.management_vms_client module

                                                                +
                                                                +
                                                                +class com.vmware.vmc.orgs.sddcs.management_vms_client.Dns(config)
                                                                +

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                +
                                                                +
                                                                +UPDATE_IP_TYPE_PRIVATE = 'private'
                                                                +

                                                                Possible value for ipType of method Dns.update().

                                                                +
                                                                + +
                                                                +
                                                                +UPDATE_IP_TYPE_PUBLIC = 'public'
                                                                +

                                                                Possible value for ipType of method Dns.update().

                                                                +
                                                                + +
                                                                +
                                                                +update(org, sddc, management_vm_id, ip_type)
                                                                +

                                                                Update the DNS records of management VMs to use public or private IP +addresses

                                                                + +++ + + + + + + + + + + + + + +
                                                                Parameters:
                                                                  +
                                                                • org (str) – Organization identifier. (required)
                                                                • +
                                                                • sddc (str) – Sddc Identifier. (required)
                                                                • +
                                                                • management_vm_id (str) – the management VM ID (required)
                                                                • +
                                                                • ip_type (str) – the ip type to associate with FQDN in DNS (required)
                                                                • +
                                                                +
                                                                Return type:

                                                                com.vmware.vmc.model_client.Task

                                                                +
                                                                Returns:

                                                                com.vmware.vmc.model.Task

                                                                +
                                                                Raise:

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

                                                                +
                                                                Raise:

                                                                com.vmware.vapi.std.errors_client.InvalidRequest +The sddc is not in a state that’s valid for updates or invalid body

                                                                +
                                                                Raise:

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

                                                                +
                                                                +
                                                                + +
                                                                + +
                                                                +
                                                                +class com.vmware.vmc.orgs.sddcs.management_vms_client.StubFactory(stub_config)
                                                                +

                                                                Bases: vmware.vapi.bindings.stub.StubFactoryBase

                                                                +

                                                                Initialize StubFactoryBase

                                                                + +++ + + + +
                                                                Parameters:stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
                                                                @@ -503,37 +625,44 @@ Forbidden

                                                                class com.vmware.vmc.orgs.sddcs.networking_client.ConnectivityTests(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                get(org, sddc)

                                                                Retrieve metadata for connectivity tests.

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • + +++ + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.ConnectivityValidationGroups

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.ConnectivityValidationGroups

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.ConnectivityValidationGroups

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.ConnectivityValidationGroups

                                                                  +
                                                                  Raise:

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

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

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

                                                                  - - +
                                                                @@ -541,34 +670,38 @@ Forbidden

                                                                post(org, sddc, request_info, action)

                                                                ConnectivityValidationGroupResultWrapper will be available at task.params[‘test_result’].

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • request_info (com.vmware.vmc.model_client.ConnectivityValidationGroup) – request information (required)

                                                                • -
                                                                • action (str) – If = ‘start’, start connectivity tests. (required)

                                                                • + +++ + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • request_info (com.vmware.vmc.model_client.ConnectivityValidationGroup) – request information (required)
                                                                  • +
                                                                  • action (str) – If = ‘start’, start connectivity tests. (required)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.Task

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.Task

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.Task

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.Task

                                                                  +
                                                                  Raise:

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

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad Request

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

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

                                                                  - - +
                                                                @@ -578,11 +711,14 @@ Forbidden

                                                                class com.vmware.vmc.orgs.sddcs.networking_client.StubFactory(stub_config)

                                                                Bases: vmware.vapi.bindings.stub.StubFactoryBase

                                                                Initialize StubFactoryBase

                                                                -
                                                                -
                                                                Parameters
                                                                -

                                                                stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
                                                                @@ -592,55 +728,62 @@ Forbidden

                                                                class com.vmware.vmc.orgs.sddcs.networks_client.Edges(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                get(org, sddc, edge_type, prev_edge_id=None, start_index=None, page_size=None, sort_order_ascending=None, sort_by=None, filter=None, ld_rname=None)

                                                                Retrieve information about all management and compute gateways and other routers (NSX Edges).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_type (str) – Retrieve records matching NSX Edge type (‘gatewayServices’ or + +++ + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_type (str) – Retrieve records matching NSX Edge type (‘gatewayServices’ or ‘distributedRouter’). Specify gatewayServices to find management -and compute gateways in your SDDC. (required)

                                                                  • -
                                                                  • prev_edge_id (str or None) – Provide Edge ID as prevEdgeId to serve as reference for startIndex. -(optional)

                                                                  • -
                                                                  • start_index (long or None) – Start index for the current page. Default is 0. (optional)

                                                                  • -
                                                                  • page_size (long or None) – Number of records per page. Default is 256. (optional)

                                                                  • -
                                                                  • sort_order_ascending (bool or None) – Set to true to fetch records in ascending sorted order. (optional)

                                                                  • -
                                                                  • sort_by (str or None) – Sort records using one of the column names (id, name, description, -tenantId, size, enableFips). (optional)

                                                                  • -
                                                                  • filter (str or None) – Filter records matching the NSX Edge ID, name or description. -(optional)

                                                                  • -
                                                                  • ld_rname (str or None) – (optional)

                                                                  • +and compute gateways in your SDDC. (required) +
                                                                  • prev_edge_id (str or None) – Provide Edge ID as prevEdgeId to serve as reference for startIndex. +(optional)
                                                                  • +
                                                                  • start_index (long or None) – Start index for the current page. Default is 0. (optional)
                                                                  • +
                                                                  • page_size (long or None) – Number of records per page. Default is 256. (optional)
                                                                  • +
                                                                  • sort_order_ascending (bool or None) – Set to true to fetch records in ascending sorted order. (optional)
                                                                  • +
                                                                  • sort_by (str or None) – Sort records using one of the column names (id, name, description, +tenantId, size, enableFips). (optional)
                                                                  • +
                                                                  • filter (str or None) – Filter records matching the NSX Edge ID, name or description. +(optional)
                                                                  • +
                                                                  • ld_rname (str or None) – (optional)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.PagedEdgeList

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.PagedEdgeList

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.PagedEdgeList

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.PagedEdgeList

                                                                  +
                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +

                                                                @@ -649,160 +792,183 @@ Not found. Requested object not found.

                                                                class com.vmware.vmc.orgs.sddcs.networks_client.Logical(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                create(org, sddc, sddc_network)

                                                                Create a network in an SDDC.

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • sddc_network (com.vmware.vmc.model_client.SddcNetwork) – (required)

                                                                • + +++ + + + + + + + + + +
                                                                  Parameters: - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided.

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                delete(org, sddc, network_id)

                                                                Delete a network in an SDDC.

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • network_id (str) – Logical Network Identifier (required)

                                                                • + +++ + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • network_id (str) – Logical Network Identifier (required)
                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided.

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                get(org, sddc, network_id)

                                                                Retrieve information about a network in an SDDC.

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • network_id (str) – Logical Network Identifier (required)

                                                                • + +++ + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • network_id (str) – Logical Network Identifier (required)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.SddcNetwork

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.SddcNetwork

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.SddcNetwork

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.SddcNetwork

                                                                  +
                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                get_0(org, sddc, page_size=None, start_index=None, prev_sddc_network_id=None, sort_order_ascending=None)

                                                                Retrieve all networks in an SDDC.

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • page_size (long or None) – Page size for pagination. (optional)

                                                                • -
                                                                • start_index (long or None) – Start index of page. (optional)

                                                                • -
                                                                • prev_sddc_network_id (str or None) – Previous logical network id. (optional)

                                                                • -
                                                                • sort_order_ascending (bool or None) – Sort order ascending. (optional)

                                                                • + +++ + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • page_size (long or None) – Page size for pagination. (optional)
                                                                  • +
                                                                  • start_index (long or None) – Start index of page. (optional)
                                                                  • +
                                                                  • prev_sddc_network_id (str or None) – Previous logical network id. (optional)
                                                                  • +
                                                                  • sort_order_ascending (bool or None) – Sort order ascending. (optional)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.DataPageSddcNetwork

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.DataPageSddcNetwork

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.DataPageSddcNetwork

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.DataPageSddcNetwork

                                                                  +
                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                update(org, sddc, network_id, sddc_network)

                                                                Modify a network in an SDDC.

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • network_id (str) – Logical Network Identifier (required)

                                                                • -
                                                                • sddc_network (com.vmware.vmc.model_client.SddcNetwork) – (required)

                                                                • + +++ + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • network_id (str) – Logical Network Identifier (required)
                                                                  • +
                                                                  • sddc_network (com.vmware.vmc.model_client.SddcNetwork) – (required)
                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided.

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                @@ -812,11 +978,14 @@ Not found. Requested object not found.

                                                                class com.vmware.vmc.orgs.sddcs.networks_client.StubFactory(stub_config)

                                                                Bases: vmware.vapi.bindings.stub.StubFactoryBase

                                                                Initialize StubFactoryBase

                                                                -
                                                                -
                                                                Parameters
                                                                -

                                                                stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
                                                                diff --git a/vmc/com.vmware.vmc.orgs.sddcs.networks.cgws.html b/vmc/com.vmware.vmc.orgs.sddcs.networks.cgws.html index 6d33cd11..61fed27f 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.4.0 documentation + com.vmware.vmc.orgs.sddcs.networks.cgws package — VMware Cloud on AWS Console API 1.5.0 documentation @@ -60,7 +60,7 @@
                                                                - 1.4.0 + 1.5.0
                                                                @@ -186,98 +186,113 @@
                                                                class com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.Config(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                delete(org, sddc, edge_id)

                                                                Delete SDDC L2 VPN configuration.

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Compute Gateway Edge Identifier (required)

                                                                • + +++ + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Compute Gateway Edge Identifier (required)
                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided.

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                get(org, sddc, edge_id, show_sensitive_data=None)

                                                                Retrieve SDDC L2 VPN configuration.

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Compute Gateway Edge Identifier (required)

                                                                • -
                                                                • show_sensitive_data (bool or None) – (optional)

                                                                • + +++ + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Compute Gateway Edge Identifier (required)
                                                                  • +
                                                                  • show_sensitive_data (bool or None) – (optional)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.Nsxl2vpn

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.Nsxl2vpn

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.Nsxl2vpn

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.Nsxl2vpn

                                                                  +
                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                update(org, sddc, edge_id, nsxl2vpn)

                                                                Modify SDDC L2 VPN configuration

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Compute Gateway Edge Identifier (required)

                                                                • -
                                                                • nsxl2vpn (com.vmware.vmc.model_client.Nsxl2vpn) – (required)

                                                                • + +++ + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Compute Gateway Edge Identifier (required)
                                                                  • +
                                                                  • nsxl2vpn (com.vmware.vmc.model_client.Nsxl2vpn) – (required)
                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided.

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                @@ -287,11 +302,14 @@ Not found. Requested object not found.

                                                                class com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.StubFactory(stub_config)

                                                                Bases: vmware.vapi.bindings.stub.StubFactoryBase

                                                                Initialize StubFactoryBase

                                                                -
                                                                -
                                                                Parameters
                                                                -

                                                                stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
                                                                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 8cfc2ece..86686c2b 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.4.0 documentation + com.vmware.vmc.orgs.sddcs.networks.edges.firewall package — VMware Cloud on AWS Console API 1.5.0 documentation @@ -60,7 +60,7 @@
                                                                - 1.4.0 + 1.5.0
                                                                @@ -188,37 +188,44 @@
                                                                class com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.Rules(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                add(org, sddc, edge_id, firewall_rules)

                                                                Append firewall rules for a management or compute gateway (NSX Edge).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • -
                                                                • firewall_rules (com.vmware.vmc.model_client.FirewallRules) – (required)

                                                                • + +++ + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  • +
                                                                  • firewall_rules (com.vmware.vmc.model_client.FirewallRules) – (required)
                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided.

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                @@ -226,28 +233,32 @@ Not found. Requested object not found.

                                                                delete(org, sddc, edge_id, rule_id)

                                                                Delete a specific firewall rule for a management or compute gateway (NSX Edge).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • -
                                                                • rule_id (long) – Rule Identifier. (required)

                                                                • + +++ + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  • +
                                                                  • rule_id (long) – Rule Identifier. (required)
                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided.

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                @@ -255,34 +266,38 @@ Not found. Requested object not found.

                                                                get(org, sddc, edge_id, rule_id)

                                                                Retrieve a specific firewall rule for a management or compute gateway (NSX Edge).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • -
                                                                • rule_id (long) – Rule Identifier. (required)

                                                                • + +++ + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  • +
                                                                  • rule_id (long) – Rule Identifier. (required)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.Nsxfirewallrule

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.Nsxfirewallrule

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.Nsxfirewallrule

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.Nsxfirewallrule

                                                                  +
                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                @@ -290,29 +305,33 @@ Not found. Requested object not found.

                                                                update(org, sddc, edge_id, rule_id, nsxfirewallrule)

                                                                Modify the specified firewall rule for a management or compute gateway (NSX Edge).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • -
                                                                • rule_id (long) – Rule Identifier. (required)

                                                                • -
                                                                • nsxfirewallrule (com.vmware.vmc.model_client.Nsxfirewallrule) – (required)

                                                                • + +++ + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  • +
                                                                  • rule_id (long) – Rule Identifier. (required)
                                                                  • +
                                                                  • nsxfirewallrule (com.vmware.vmc.model_client.Nsxfirewallrule) – (required)
                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided.

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                @@ -322,11 +341,14 @@ Not found. Requested object not found.

                                                                class com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.StubFactory(stub_config)

                                                                Bases: vmware.vapi.bindings.stub.StubFactoryBase

                                                                Initialize StubFactoryBase

                                                                -
                                                                -
                                                                Parameters
                                                                -

                                                                stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
                                                                diff --git a/vmc/com.vmware.vmc.orgs.sddcs.networks.edges.html b/vmc/com.vmware.vmc.orgs.sddcs.networks.edges.html index dc9a916a..0ab23cfd 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.4.0 documentation + com.vmware.vmc.orgs.sddcs.networks.edges package — VMware Cloud on AWS Console API 1.5.0 documentation @@ -60,7 +60,7 @@
                                                                - 1.4.0 + 1.5.0
                                                                @@ -214,42 +214,49 @@
                                                                class com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client.Leaseinfo(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                get(org, sddc, edge_id)

                                                                Retrieve DHCP leaseinfo of a management or compute gateway (NSX Edge).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • + +++ + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.DhcpLeases

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.DhcpLeases

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.DhcpLeases

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.DhcpLeases

                                                                  +
                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                @@ -259,11 +266,14 @@ Not found. Requested object not found.

                                                                class com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client.StubFactory(stub_config)

                                                                Bases: vmware.vapi.bindings.stub.StubFactoryBase

                                                                Initialize StubFactoryBase

                                                                -
                                                                -
                                                                Parameters
                                                                -

                                                                stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
                                                                @@ -273,38 +283,45 @@ Not found. Requested object not found.

                                                                class com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Config(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                create(org, sddc, edge_id, enable)

                                                                Enable or disable DNS configuration for a management or compute gateway (NSX Edge).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • -
                                                                • enable (bool) – Set to true to enable, set to false to disable. (required)

                                                                • + +++ + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  • +
                                                                  • enable (bool) – Set to true to enable, set to false to disable. (required)
                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided.

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                @@ -312,27 +329,31 @@ Not found. Requested object not found.

                                                                delete(org, sddc, edge_id)

                                                                Delete DNS server configuration for a management or compute gateway (NSX Edge).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • + +++ + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided.

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                @@ -340,33 +361,37 @@ Not found. Requested object not found.

                                                                get(org, sddc, edge_id)

                                                                Retrieve DNS server configuration for a management or compute gateway (NSX Edge).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • + +++ + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.DnsConfig

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.DnsConfig

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.DnsConfig

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.DnsConfig

                                                                  +
                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                @@ -374,28 +399,32 @@ Not found. Requested object not found.

                                                                update(org, sddc, edge_id, dns_config)

                                                                Configure DNS server configuration for a management or compute gateway (NSX Edge).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • -
                                                                • dns_config (com.vmware.vmc.model_client.DnsConfig) – (required)

                                                                • + +++ + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  • +
                                                                  • dns_config (com.vmware.vmc.model_client.DnsConfig) – (required)
                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided.

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                @@ -404,43 +433,50 @@ Not found. Requested object not found.

                                                                class com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Statistics(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                get(org, sddc, edge_id)

                                                                Retrieve DNS server statistics for a management or compute gateway (NSX Edge).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • + +++ + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.DnsStatusAndStats

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.DnsStatusAndStats

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.DnsStatusAndStats

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.DnsStatusAndStats

                                                                  +
                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                @@ -450,11 +486,14 @@ Not found. Requested object not found.

                                                                class com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.StubFactory(stub_config)

                                                                Bases: vmware.vapi.bindings.stub.StubFactoryBase

                                                                Initialize StubFactoryBase

                                                                -
                                                                -
                                                                Parameters
                                                                -

                                                                stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
                                                                @@ -464,37 +503,44 @@ Not found. Requested object not found.

                                                                class com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.Config(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                delete(org, sddc, edge_id)

                                                                Delete firewall configuration for a management or compute gateway (NSX Edge).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • + +++ + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided.

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                @@ -502,61 +548,69 @@ Not found. Requested object not found.

                                                                get(org, sddc, edge_id)

                                                                Retrieve the firewall configuration for a management or compute gateway (NSX Edge).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • + +++ + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.FirewallConfig

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.FirewallConfig

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.FirewallConfig

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.FirewallConfig

                                                                  +
                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided.

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                update(org, sddc, edge_id, firewall_config)

                                                                Configure firewall for a management or compute gateway (NSX Edge).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • -
                                                                • firewall_config (com.vmware.vmc.model_client.FirewallConfig) – (required)

                                                                • + +++ + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  • +
                                                                  • firewall_config (com.vmware.vmc.model_client.FirewallConfig) – (required)
                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided.

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                @@ -565,44 +619,51 @@ Not found. Requested object not found.

                                                                class com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.Statistics(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                get(org, sddc, edge_id, rule_id)

                                                                Retrieve statistics for a specific firewall rule for a management or compute gateway (NSX Edge).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • -
                                                                • rule_id (long) – Rule Identifier. (required)

                                                                • + +++ + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  • +
                                                                  • rule_id (long) – Rule Identifier. (required)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.FirewallRuleStats

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.FirewallRuleStats

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.FirewallRuleStats

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.FirewallRuleStats

                                                                  +
                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                @@ -612,11 +673,14 @@ Not found. Requested object not found.

                                                                class com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.StubFactory(stub_config)

                                                                Bases: vmware.vapi.bindings.stub.StubFactoryBase

                                                                Initialize StubFactoryBase

                                                                -
                                                                -
                                                                Parameters
                                                                -

                                                                stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
                                                                @@ -626,37 +690,44 @@ Not found. Requested object not found.

                                                                class com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.Config(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                delete(org, sddc, edge_id)

                                                                Delete IPsec VPN configuration for a management or compute gateway (NSX Edge).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • + +++ + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided.

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                @@ -664,35 +735,39 @@ Not found. Requested object not found.

                                                                get(org, sddc, edge_id, show_sensitive_data=None)

                                                                Retrieve IPsec VPN configuration for a management or compute gateway (NSX Edge).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • -
                                                                • show_sensitive_data (bool or None) – Set to true to show sensitive data. Default value is false. -(optional)

                                                                • + +++ + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  • +
                                                                  • show_sensitive_data (bool or None) – Set to true to show sensitive data. Default value is false. +(optional)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.Ipsec

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.Ipsec

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.Ipsec

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.Ipsec

                                                                  +
                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                @@ -700,28 +775,32 @@ Not found. Requested object not found.

                                                                update(org, sddc, edge_id, ipsec)

                                                                Modify IPsec VPN configuration for a management or compute gateway (NSX Edge).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • -
                                                                • ipsec (com.vmware.vmc.model_client.Ipsec) – IPsec Configuration dto object. (required)

                                                                • + +++ + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  • +
                                                                  • ipsec (com.vmware.vmc.model_client.Ipsec) – IPsec Configuration dto object. (required)
                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided.

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                @@ -730,43 +809,50 @@ Not found. Requested object not found.

                                                                class com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.Statistics(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                get(org, sddc, edge_id)

                                                                Retrieve IPsec VPN statistics for a management or compute gateway (NSX Edge).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • + +++ + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.IpsecStatusAndStats

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.IpsecStatusAndStats

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.IpsecStatusAndStats

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.IpsecStatusAndStats

                                                                  +
                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                @@ -776,11 +862,14 @@ Not found. Requested object not found.

                                                                class com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.StubFactory(stub_config)

                                                                Bases: vmware.vapi.bindings.stub.StubFactoryBase

                                                                Initialize StubFactoryBase

                                                                -
                                                                -
                                                                Parameters
                                                                -

                                                                stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
                                                                @@ -790,37 +879,44 @@ Not found. Requested object not found.

                                                                class com.vmware.vmc.orgs.sddcs.networks.edges.nat_client.Config(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                delete(org, sddc, edge_id)

                                                                Delete all NAT configuration for the specified management or compute gateway (NSX Edge).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • + +++ + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided.

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                @@ -828,33 +924,37 @@ Not found. Requested object not found.

                                                                get(org, sddc, edge_id)

                                                                Retrieve NAT configuration for a management or compute gateway (NSX Edge).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • + +++ + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.Nat

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.Nat

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.Nat

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.Nat

                                                                  +
                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                @@ -862,28 +962,32 @@ Not found. Requested object not found.

                                                                update(org, sddc, edge_id, nat)

                                                                Modify NAT configuration for a management or compute gateway (NSX Edge).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • -
                                                                • nat (com.vmware.vmc.model_client.Nat) – (required)

                                                                • + +++ + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  • +
                                                                  • nat (com.vmware.vmc.model_client.Nat) – (required)
                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided.

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                @@ -893,11 +997,14 @@ Not found. Requested object not found.

                                                                class com.vmware.vmc.orgs.sddcs.networks.edges.nat_client.StubFactory(stub_config)

                                                                Bases: vmware.vapi.bindings.stub.StubFactoryBase

                                                                Initialize StubFactoryBase

                                                                -
                                                                -
                                                                Parameters
                                                                -

                                                                stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
                                                                @@ -907,47 +1014,54 @@ Not found. Requested object not found.

                                                                class com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client.Interfaces(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                get(org, sddc, edge_id, start_time=None, end_time=None)

                                                                Retrieve interface statistics for a management or compute gateway (NSX Edge).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • -
                                                                • start_time (long or None) – Show statistics from this start time (in milliseconds since epoch). -(optional)

                                                                • -
                                                                • end_time (long or None) – Show statistics until this end time (in milliseconds since epoch). -(optional)

                                                                • + +++ + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  • +
                                                                  • start_time (long or None) – Show statistics from this start time (in milliseconds since epoch). +(optional)
                                                                  • +
                                                                  • end_time (long or None) – Show statistics until this end time (in milliseconds since epoch). +(optional)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.CbmStatistics

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.CbmStatistics

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.CbmStatistics

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.CbmStatistics

                                                                  +
                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided.

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                @@ -957,11 +1071,14 @@ Not found. Requested object not found.

                                                                class com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client.StubFactory(stub_config)

                                                                Bases: vmware.vapi.bindings.stub.StubFactoryBase

                                                                Initialize StubFactoryBase

                                                                -
                                                                -
                                                                Parameters
                                                                -

                                                                stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
                                                                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 93331b2a..2d4b0067 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.4.0 documentation + com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn package — VMware Cloud on AWS Console API 1.5.0 documentation @@ -60,7 +60,7 @@
                                                                - 1.4.0 + 1.5.0
                                                                @@ -188,42 +188,49 @@
                                                                class com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client.Statistics(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                get(org, sddc, edge_id)

                                                                Retrieve L2 VPN statistics for a compute gateway (NSX Edge).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • + +++ + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.L2vpnStatusAndStats

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.L2vpnStatusAndStats

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.L2vpnStatusAndStats

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.L2vpnStatusAndStats

                                                                  +
                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided.

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                @@ -233,11 +240,14 @@ Not found. Requested object not found.

                                                                class com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client.StubFactory(stub_config)

                                                                Bases: vmware.vapi.bindings.stub.StubFactoryBase

                                                                Initialize StubFactoryBase

                                                                -
                                                                -
                                                                Parameters
                                                                -

                                                                stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
                                                                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 d21286a0..65d3d473 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.4.0 documentation + com.vmware.vmc.orgs.sddcs.networks.edges.nat package — VMware Cloud on AWS Console API 1.5.0 documentation @@ -60,7 +60,7 @@
                                                                - 1.4.0 + 1.5.0
                                                                @@ -188,37 +188,44 @@
                                                                class com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client.Rules(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                add(org, sddc, edge_id, nat_rules)

                                                                Append a NAT rule for a management or compute gateway (NSX Edge).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • -
                                                                • nat_rules (com.vmware.vmc.model_client.NatRules) – (required)

                                                                • + +++ + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  • +
                                                                  • nat_rules (com.vmware.vmc.model_client.NatRules) – (required)
                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided.

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                @@ -226,28 +233,32 @@ Not found. Requested object not found.

                                                                delete(org, sddc, edge_id, rule_id)

                                                                Delete the specific NAT rule for a management or compute gateway (NSX Edge).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • -
                                                                • rule_id (long) – Rule Identifier. (required)

                                                                • + +++ + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  • +
                                                                  • rule_id (long) – Rule Identifier. (required)
                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided.

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                @@ -255,29 +266,33 @@ Not found. Requested object not found.

                                                                update(org, sddc, edge_id, rule_id, nsxnatrule)

                                                                Update the specific NAT rule for a management or compute gateway (NSX Edge).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • -
                                                                • rule_id (long) – Rule Identifier. (required)

                                                                • -
                                                                • nsxnatrule (com.vmware.vmc.model_client.Nsxnatrule) – (required)

                                                                • + +++ + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  • +
                                                                  • rule_id (long) – Rule Identifier. (required)
                                                                  • +
                                                                  • nsxnatrule (com.vmware.vmc.model_client.Nsxnatrule) – (required)
                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided.

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                @@ -287,11 +302,14 @@ Not found. Requested object not found.

                                                                class com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client.StubFactory(stub_config)

                                                                Bases: vmware.vapi.bindings.stub.StubFactoryBase

                                                                Initialize StubFactoryBase

                                                                -
                                                                -
                                                                Parameters
                                                                -

                                                                stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
                                                                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 6bee5043..59dabe39 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.4.0 documentation + com.vmware.vmc.orgs.sddcs.networks.edges.statistics package — VMware Cloud on AWS Console API 1.5.0 documentation @@ -60,7 +60,7 @@
                                                                - 1.4.0 + 1.5.0
                                                                @@ -188,45 +188,52 @@
                                                                class com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Firewall(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                get(org, sddc, edge_id, interval=None)

                                                                Retrieve firewall dashboard statistics for a management or compute gateway (NSX Edge).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • -
                                                                • interval (str or None) – 60 min by default, can be given as 1 - 60 min, oneDay, oneWeek, -oneMonth, oneYear. (optional)

                                                                • + +++ + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  • +
                                                                  • interval (str or None) – 60 min by default, can be given as 1 - 60 min, oneDay, oneWeek, +oneMonth, oneYear. (optional)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.DashboardStatistics

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.DashboardStatistics

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.DashboardStatistics

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.DashboardStatistics

                                                                  +
                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                @@ -235,45 +242,52 @@ Not found. Requested object not found.

                                                                class com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Interface(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                get(org, sddc, edge_id, interval=None)

                                                                Retrieve interface dashboard statistics for a management or compute gateway (NSX Edge).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • -
                                                                • interval (str or None) – 60 min by default, can be given as 1 - 60 min, oneDay, oneWeek, -oneMonth, oneYear. (optional)

                                                                • + +++ + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  • +
                                                                  • interval (str or None) – 60 min by default, can be given as 1 - 60 min, oneDay, oneWeek, +oneMonth, oneYear. (optional)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.DashboardStatistics

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.DashboardStatistics

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.DashboardStatistics

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.DashboardStatistics

                                                                  +
                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                @@ -282,45 +296,52 @@ Not found. Requested object not found.

                                                                class com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Ipsec(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                get(org, sddc, edge_id, interval=None)

                                                                Retrieve ipsec dashboard statistics for a management or compute gateway (NSX Edge).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • -
                                                                • interval (str or None) – 60 min by default, can be given as 1 - 60 min, oneDay, oneWeek, -oneMonth, oneYear. (optional)

                                                                • + +++ + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  • +
                                                                  • interval (str or None) – 60 min by default, can be given as 1 - 60 min, oneDay, oneWeek, +oneMonth, oneYear. (optional)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.DashboardStatistics

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.DashboardStatistics

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.DashboardStatistics

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.DashboardStatistics

                                                                  +
                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                @@ -330,11 +351,14 @@ Not found. Requested object not found.

                                                                class com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.StubFactory(stub_config)

                                                                Bases: vmware.vapi.bindings.stub.StubFactoryBase

                                                                Initialize StubFactoryBase

                                                                -
                                                                -
                                                                Parameters
                                                                -

                                                                stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
                                                                @@ -344,47 +368,54 @@ Not found. Requested object not found.

                                                                class com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.Internal(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                get(org, sddc, edge_id, start_time=None, end_time=None)

                                                                Retrieve internal interface statistics for a management or compute gateway (NSX Edge).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • -
                                                                • start_time (long or None) – Show statistics from this start time (in milliseconds since epoch). -(optional)

                                                                • -
                                                                • end_time (long or None) – Show statistics until this end time (in milliseconds since epoch). -(optional)

                                                                • + +++ + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  • +
                                                                  • start_time (long or None) – Show statistics from this start time (in milliseconds since epoch). +(optional)
                                                                  • +
                                                                  • end_time (long or None) – Show statistics until this end time (in milliseconds since epoch). +(optional)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.CbmStatistics

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.CbmStatistics

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.CbmStatistics

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.CbmStatistics

                                                                  +
                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided.

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                @@ -394,58 +425,68 @@ Not found. Requested object not found.

                                                                class com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.StubFactory(stub_config)

                                                                Bases: vmware.vapi.bindings.stub.StubFactoryBase

                                                                Initialize StubFactoryBase

                                                                -
                                                                -
                                                                Parameters
                                                                -

                                                                stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                get(org, sddc, edge_id, start_time=None, end_time=None)

                                                                Retrieve uplink interface statistics for a management or compute gateway (NSX Edge).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • -
                                                                • start_time (long or None) – Show statistics from this start time (in milliseconds since epoch). -(optional)

                                                                • -
                                                                • end_time (long or None) – Show statistics until this end time (in milliseconds since epoch). -(optional)

                                                                • + +++ + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  • +
                                                                  • start_time (long or None) – Show statistics from this start time (in milliseconds since epoch). +(optional)
                                                                  • +
                                                                  • end_time (long or None) – Show statistics until this end time (in milliseconds since epoch). +(optional)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.CbmStatistics

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.CbmStatistics

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.CbmStatistics

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.CbmStatistics

                                                                  +
                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided.

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                diff --git a/vmc/com.vmware.vmc.orgs.sddcs.networks.html b/vmc/com.vmware.vmc.orgs.sddcs.networks.html index d965fe63..288bc98a 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.4.0 documentation + com.vmware.vmc.orgs.sddcs.networks package — VMware Cloud on AWS Console API 1.5.0 documentation @@ -60,7 +60,7 @@
                                                                - 1.4.0 + 1.5.0
                                                                @@ -230,50 +230,57 @@
                                                                class com.vmware.vmc.orgs.sddcs.networks.edges_client.Peerconfig(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                get(org, sddc, edge_id, objecttype, objectid, templateid=None)

                                                                Retrieve IPsec VPN peer configuration for a management or compute gateway (NSX Edge). The response output is free form text generated as per the template specified as request parameter input.

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • -
                                                                • objecttype (str) – Specify object type identifier. Valid value is ‘ipsecSiteConfig’. -Required. (required)

                                                                • -
                                                                • objectid (str) – Specify object identifier, for example ‘ipsecsite-1’ for IPsec Site -configuration. Required. (required)

                                                                • -
                                                                • templateid (str or None) – Specify template identifier and response format. Valid values are -‘text’, ‘json’ and ‘xml’. Default is ‘text’. Optional. (optional)

                                                                • + +++ + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  • +
                                                                  • objecttype (str) – Specify object type identifier. Valid value is ‘ipsecSiteConfig’. +Required. (required)
                                                                  • +
                                                                  • objectid (str) – Specify object identifier, for example ‘ipsecsite-1’ for IPsec Site +configuration. Required. (required)
                                                                  • +
                                                                  • templateid (str or None) – Specify template identifier and response format. Valid values are +‘text’, ‘json’ and ‘xml’. Default is ‘text’. Optional. (optional)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  vmware.vapi.struct.VapiStruct

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  DynamicStructure

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  vmware.vapi.struct.VapiStruct

                                                                  +
                                                                  Returns:

                                                                  DynamicStructure

                                                                  +
                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                @@ -282,48 +289,55 @@ Not found. Requested object not found.

                                                                class com.vmware.vmc.orgs.sddcs.networks.edges_client.Status(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                get(org, sddc, edge_id, getlatest=None, detailed=None)

                                                                Retrieve the status of the specified management or compute gateway (NSX Edge).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • -
                                                                • getlatest (bool or None) – If true, retrieve the status live from the gateway (NSX Edge). If + +++ + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  • +
                                                                  • getlatest (bool or None) – If true, retrieve the status live from the gateway (NSX Edge). If false, retrieve the latest available status from database. -(optional)

                                                                  • -
                                                                  • detailed (bool or None) – If true, retrieve detailed status per feature. If false, retrieve -aggregated summary of status per feature. (optional)

                                                                  • +(optional) +
                                                                  • detailed (bool or None) – If true, retrieve detailed status per feature. If false, retrieve +aggregated summary of status per feature. (optional)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.EdgeStatus

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.EdgeStatus

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.EdgeStatus

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.EdgeStatus

                                                                  +
                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +

                                                                @@ -333,54 +347,64 @@ Not found. Requested object not found.

                                                                class com.vmware.vmc.orgs.sddcs.networks.edges_client.StubFactory(stub_config)

                                                                Bases: vmware.vapi.bindings.stub.StubFactoryBase

                                                                Initialize StubFactoryBase

                                                                -
                                                                -
                                                                Parameters
                                                                -

                                                                stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:stub_config (vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
                                                                class com.vmware.vmc.orgs.sddcs.networks.edges_client.Vnics(config)

                                                                Bases: vmware.vapi.bindings.stub.VapiInterface

                                                                -
                                                                -
                                                                Parameters
                                                                -

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

                                                                -
                                                                -
                                                                + +++ + + + +
                                                                Parameters:config (vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.
                                                                get(org, sddc, edge_id)

                                                                Retrieve all interfaces for the specified management or compute gateway (NSX Edge).

                                                                -
                                                                -
                                                                Parameters
                                                                -
                                                                  -
                                                                • org (str) – Organization identifier. (required)

                                                                • -
                                                                • sddc (str) – Sddc Identifier. (required)

                                                                • -
                                                                • edge_id (str) – Edge Identifier. (required)

                                                                • + +++ + + + + + + + + + + + + + +
                                                                  Parameters:
                                                                    +
                                                                  • org (str) – Organization identifier. (required)
                                                                  • +
                                                                  • sddc (str) – Sddc Identifier. (required)
                                                                  • +
                                                                  • edge_id (str) – Edge Identifier. (required)
                                                                  - -
                                                                  Return type
                                                                  -

                                                                  com.vmware.vmc.model_client.Vnics

                                                                  -
                                                                  -
                                                                  Returns
                                                                  -

                                                                  com.vmware.vmc.model.Vnics

                                                                  -
                                                                  -
                                                                  Raise
                                                                  -

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

                                                                  Return type:

                                                                  com.vmware.vmc.model_client.Vnics

                                                                  +
                                                                  Returns:

                                                                  com.vmware.vmc.model.Vnics

                                                                  +
                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.InvalidRequest Bad request. Request object passed is invalid.

                                                                  - -
                                                                  Raise
                                                                  -

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

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.Unauthorized Forbidden. Authorization header not provided

                                                                  - -
                                                                  Raise
                                                                  -

                                                                  com.vmware.vapi.std.errors_client.NotFound +

                                                                  Raise:

                                                                  com.vmware.vapi.std.errors_client.NotFound Not found. Requested object not found.

                                                                  - - +
                                                                diff --git a/vmc/enumeration.html b/vmc/enumeration.html index fd8c763d..55bf47f9 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.4.0 documentation + Interface definition language to python mapping for enumerated types — VMware Cloud on AWS Console API 1.5.0 documentation @@ -58,7 +58,7 @@
                                                                - 1.4.0 + 1.5.0
                                                                @@ -160,24 +160,25 @@ language. The special class contains class attributes which represent the values of the enumerated type.

                                                                This documentation explains the following:

                                                                  -
                                                                • How the class variables are defined in the module. This specifies the names that you can use in your program.

                                                                • -
                                                                • How you instantiate a class to use it for communication with future versions of the service.

                                                                • +
                                                                • How the class variables are defined in the module. This specifies the names that you can use in your program.
                                                                • +
                                                                • How you instantiate a class to use it for communication with future versions of the service.

                                                                Example of an enumerated type documentation

                                                                -
                                                                -
                                                                class com.vmware.vapi.metadata_client. SourceType (string)

                                                                Bases: vmware.vapi.bindings.enum.Enum

                                                                +
                                                                +
                                                                class com.vmware.vapi.metadata_client. SourceType (string)
                                                                +

                                                                Bases: vmware.vapi.bindings.enum.Enum

                                                                Metadata source type

                                                                -

                                                                Note

                                                                -

                                                                This class represents an enumerated type in the interface language definition type system. The class contains class attributes which represent the values in the current version of the enumerated type. Newer versions of the enumerated type may contain new values. To use new values of the enumerated type in communication with a server that supports a newer version of the API, you instantiate this class. See enumerated type description page.

                                                                +

                                                                Note

                                                                +

                                                                This class represents an enumerated type in the interface language definition type system. The class contains class attributes which represent the values in the current version of the enumerated type. Newer versions of the enumerated type may contain new values. To use new values of the enumerated type in communication with a server that supports a newer version of the API, you instantiate this class. See enumerated type description page.

                                                                Parameters : string (str) – String value for the SourceType instance.

                                                                -
                                                                -
                                                                FILE = SourceType(string=’FILE’)

                                                                If the source is backed by a file.

                                                                -
                                                                -
                                                                REMOTE = SourceType(string=’REMOTE’)

                                                                If the source is backed by a remote service.

                                                                -
                                                                +
                                                                +
                                                                FILE = SourceType(string=’FILE’)
                                                                +
                                                                If the source is backed by a file.
                                                                +
                                                                REMOTE = SourceType(string=’REMOTE’)
                                                                +
                                                                If the source is backed by a remote service.
                                                                @@ -187,7 +188,7 @@ the values of the enumerated type.

                                                                The enumerated type classes are defined in python modules that your code imports. You can use these in your code.

                                                                  -
                                                                1. If you want to pass an enumerated type value in a method to a server, specify the class variable of the enumerated type class.

                                                                2. +
                                                                3. If you want to pass an enumerated type value in a method to a server, specify the class variable of the enumerated type class.
                                                                # SourceType is an enumerated type
                                                                 from com.vmware.vapi.metadata_client import SourceType
                                                                @@ -198,7 +199,7 @@ imports. You can use these in your code.

                                                                  -
                                                                1. When you receive an enumerated type value in the response from a server, allow for unknown enumerated type values.

                                                                2. +
                                                                3. When you receive an enumerated type value in the response from a server, allow for unknown enumerated type values.
                                                                # SourceType is an enumerated type
                                                                 from com.vmware.vapi.metadata_client import SourceType
                                                                @@ -214,7 +215,7 @@ imports. You can use these in your code.

                                                                  -
                                                                1. Sending a new enumerated type value to a server that has a newer version of the enumerated type.

                                                                2. +
                                                                3. Sending a new enumerated type value to a server that has a newer version of the enumerated type.

                                                                To use new values of the enumerated type in communication with a server that supports a newer version of the API, you instantiate the enumerated type class.

                                                                diff --git a/vmc/genindex.html b/vmc/genindex.html index 5f676c41..0c2c8aa7 100644 --- a/vmc/genindex.html +++ b/vmc/genindex.html @@ -9,7 +9,7 @@ - Index — VMware Cloud on AWS Console API 1.4.0 documentation + Index — VMware Cloud on AWS Console API 1.5.0 documentation @@ -59,7 +59,7 @@
                                                                - 1.4.0 + 1.5.0
                                                                @@ -316,6 +316,8 @@
                                                              • com.vmware.vmc.orgs.sddcs.addons_client (module)
                                                              • com.vmware.vmc.orgs.sddcs.dns_client (module) +
                                                              • +
                                                              • com.vmware.vmc.orgs.sddcs.management_vms_client (module)
                                                              • com.vmware.vmc.orgs.sddcs.networking_client (module)
                                                              • @@ -346,11 +348,11 @@
                                                              • com.vmware.vmc.orgs.sddcs.networks.edges.nat (module)
                                                              • com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client (module) -
                                                              • -
                                                              • com.vmware.vmc.orgs.sddcs.networks.edges.nat_client (module)
                                                              @@ -225,9 +226,9 @@ diff --git a/vmc/objects.inv b/vmc/objects.inv index f3b7d9ca..a076f4e5 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 4c1016c7..2f15eb93 100644 --- a/vmc/py-modindex.html +++ b/vmc/py-modindex.html @@ -8,7 +8,7 @@ - Python Module Index — VMware Cloud on AWS Console API 1.4.0 documentation + Python Module Index — VMware Cloud on AWS Console API 1.5.0 documentation @@ -61,7 +61,7 @@
                                                              - 1.4.0 + 1.5.0
                                                              @@ -167,193 +167,192 @@ com - - - - com - - +     com.vmware - +     com.vmware.vmc - +     com.vmware.vmc.model_client - +     com.vmware.vmc.orgs - +     com.vmware.vmc.orgs.account_link_client - +     com.vmware.vmc.orgs.reservations_client - +     com.vmware.vmc.orgs.sddcs - +     com.vmware.vmc.orgs.sddcs.addons_client - +     com.vmware.vmc.orgs.sddcs.dns_client - + + +     + com.vmware.vmc.orgs.sddcs.management_vms_client + +     com.vmware.vmc.orgs.sddcs.networking_client - +     com.vmware.vmc.orgs.sddcs.networks - +     com.vmware.vmc.orgs.sddcs.networks.cgws - +     com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client - +     com.vmware.vmc.orgs.sddcs.networks.edges - +     com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client - +     com.vmware.vmc.orgs.sddcs.networks.edges.dns_client - +     com.vmware.vmc.orgs.sddcs.networks.edges.firewall - +     com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client - +     com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client - +     com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client - +     com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn - +     com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client - +     com.vmware.vmc.orgs.sddcs.networks.edges.nat - +     com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client - +     com.vmware.vmc.orgs.sddcs.networks.edges.nat_client - +     com.vmware.vmc.orgs.sddcs.networks.edges.statistics - +     com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client - +     com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client - +     com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client - +     com.vmware.vmc.orgs.sddcs.networks.edges_client - +     com.vmware.vmc.orgs.sddcs.networks_client - +     com.vmware.vmc.orgs.sddcs_client - +     com.vmware.vmc.orgs.storage_client - +     com.vmware.vmc.orgs.subscriptions_client - +     com.vmware.vmc.orgs.tbrs_client - +     com.vmware.vmc.orgs_client - +     com.vmware.vmc_client @@ -363,32 +362,26 @@ v + id="toggle-2" style="display: none" alt="-" /> vmware - - - - vmware - - +     vmware.vapi - +     vmware.vapi.vmc - +     vmware.vapi.vmc.client - +     vmware.vapi.vmc.csp_filter diff --git a/vmc/search.html b/vmc/search.html index c894424e..73c827b7 100644 --- a/vmc/search.html +++ b/vmc/search.html @@ -8,7 +8,7 @@ - Search — VMware Cloud on AWS Console API 1.4.0 documentation + Search — VMware Cloud on AWS Console API 1.5.0 documentation @@ -59,7 +59,7 @@
                                                              - 1.4.0 + 1.5.0
                                                              diff --git a/vmc/searchindex.js b/vmc/searchindex.js index d26d07c8..7ca249d3 100644 --- a/vmc/searchindex.js +++ b/vmc/searchindex.js @@ -1 +1 @@ -Search.setIndex({docnames:["com","com.vmware","com.vmware.vmc","com.vmware.vmc.orgs","com.vmware.vmc.orgs.sddcs","com.vmware.vmc.orgs.sddcs.networks","com.vmware.vmc.orgs.sddcs.networks.cgws","com.vmware.vmc.orgs.sddcs.networks.edges","com.vmware.vmc.orgs.sddcs.networks.edges.firewall","com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn","com.vmware.vmc.orgs.sddcs.networks.edges.nat","com.vmware.vmc.orgs.sddcs.networks.edges.statistics","enumeration","index","vmware","vmware.vapi","vmware.vapi.vmc"],envversion:{"sphinx.domains.c":1,"sphinx.domains.changeset":1,"sphinx.domains.cpp":1,"sphinx.domains.javascript":1,"sphinx.domains.math":2,"sphinx.domains.python":1,"sphinx.domains.rst":1,"sphinx.domains.std":1,sphinx:56},filenames:["com.rst","com.vmware.rst","com.vmware.vmc.rst","com.vmware.vmc.orgs.rst","com.vmware.vmc.orgs.sddcs.rst","com.vmware.vmc.orgs.sddcs.networks.rst","com.vmware.vmc.orgs.sddcs.networks.cgws.rst","com.vmware.vmc.orgs.sddcs.networks.edges.rst","com.vmware.vmc.orgs.sddcs.networks.edges.firewall.rst","com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.rst","com.vmware.vmc.orgs.sddcs.networks.edges.nat.rst","com.vmware.vmc.orgs.sddcs.networks.edges.statistics.rst","enumeration.rst","index.rst","vmware.rst","vmware.vapi.rst","vmware.vapi.vmc.rst"],objects:{"":{com:[0,0,0,"-"],vmware:[14,0,0,"-"]},"com.vmware":{vmc:[2,0,0,"-"],vmc_client:[1,0,0,"-"]},"com.vmware.vmc":{model_client:[2,0,0,"-"],orgs:[3,0,0,"-"],orgs_client:[2,0,0,"-"]},"com.vmware.vmc.model_client":{AbstractEntity:[2,1,1,""],AccountLinkConfig:[2,1,1,""],AccountLinkSddcConfig:[2,1,1,""],AddressFWSourceDestination:[2,1,1,""],Agent:[2,1,1,""],AmiInfo:[2,1,1,""],AppliancesSummary:[2,1,1,""],Application:[2,1,1,""],AwsAgent:[2,1,1,""],AwsCloudProvider:[2,1,1,""],AwsCompatibleSubnets:[2,1,1,""],AwsCustomerConnectedAccount:[2,1,1,""],AwsEsxHost:[2,1,1,""],AwsKeyPair:[2,1,1,""],AwsKmsInfo:[2,1,1,""],AwsSddcConfig:[2,1,1,""],AwsSddcConnection:[2,1,1,""],AwsSddcResourceConfig:[2,1,1,""],AwsSubnet:[2,1,1,""],CaCertificates:[2,1,1,""],CbmStatistic:[2,1,1,""],CbmStatistics:[2,1,1,""],CbmStatsData:[2,1,1,""],CloudProvider:[2,1,1,""],Cluster:[2,1,1,""],ClusterConfig:[2,1,1,""],ComputeGatewayTemplate:[2,1,1,""],ConnectivityAgentValidation:[2,1,1,""],ConnectivityValidationGroup:[2,1,1,""],ConnectivityValidationGroups:[2,1,1,""],ConnectivityValidationInput:[2,1,1,""],ConnectivityValidationSubGroup:[2,1,1,""],CrlCertificates:[2,1,1,""],CustomerEniInfo:[2,1,1,""],DashboardData:[2,1,1,""],DashboardStat:[2,1,1,""],DashboardStatistics:[2,1,1,""],DataPageEdgeSummary:[2,1,1,""],DataPageSddcNetwork:[2,1,1,""],DataPermissions:[2,1,1,""],DhcpLeaseInfo:[2,1,1,""],DhcpLeases:[2,1,1,""],DnsConfig:[2,1,1,""],DnsForwarders:[2,1,1,""],DnsListeners:[2,1,1,""],DnsResponseStats:[2,1,1,""],DnsStatusAndStats:[2,1,1,""],DnsView:[2,1,1,""],DnsViewMatch:[2,1,1,""],DnsViews:[2,1,1,""],EdgeJob:[2,1,1,""],EdgeStatus:[2,1,1,""],EdgeSummary:[2,1,1,""],EdgeVmStatus:[2,1,1,""],EdgeVnicAddressGroup:[2,1,1,""],EdgeVnicAddressGroups:[2,1,1,""],EniInfo:[2,1,1,""],ErrorResponse:[2,1,1,""],EsxConfig:[2,1,1,""],EsxHost:[2,1,1,""],ExtendedAttribute:[2,1,1,""],FeatureCapabilities:[2,1,1,""],FeatureCapability:[2,1,1,""],FeatureStatus:[2,1,1,""],FirewallConfig:[2,1,1,""],FirewallDashboardStats:[2,1,1,""],FirewallDefaultPolicy:[2,1,1,""],FirewallGlobalConfig:[2,1,1,""],FirewallRule:[2,1,1,""],FirewallRuleScope:[2,1,1,""],FirewallRuleStats:[2,1,1,""],FirewallRules:[2,1,1,""],FirewallService:[2,1,1,""],GatewayTemplate:[2,1,1,""],GlcmBundle:[2,1,1,""],HostLeaseInfo:[2,1,1,""],InteractionPermissions:[2,1,1,""],InterfacesDashboardStats:[2,1,1,""],IpAddresses:[2,1,1,""],Ipsec:[2,1,1,""],IpsecDashboardStats:[2,1,1,""],IpsecGlobalConfig:[2,1,1,""],IpsecSite:[2,1,1,""],IpsecSiteIKEStatus:[2,1,1,""],IpsecSiteStats:[2,1,1,""],IpsecSites:[2,1,1,""],IpsecStatusAndStats:[2,1,1,""],IpsecTunnelStats:[2,1,1,""],KeyValueAttributes:[2,1,1,""],KmsVpcEndpoint:[2,1,1,""],L2Extension:[2,1,1,""],L2Vpn:[2,1,1,""],L2vpnStats:[2,1,1,""],L2vpnStatusAndStats:[2,1,1,""],LicenceAclPermissions:[2,1,1,""],LoadBalancerDashboardStats:[2,1,1,""],Logging:[2,1,1,""],LogicalNetwork:[2,1,1,""],LogicalRouterScope:[2,1,1,""],LogicalRouterScopes:[2,1,1,""],MacAddress:[2,1,1,""],MaintenanceWindow:[2,1,1,""],MaintenanceWindowEntry:[2,1,1,""],MaintenanceWindowGet:[2,1,1,""],ManagementGatewayTemplate:[2,1,1,""],MapZonesRequest:[2,1,1,""],MetaDashboardStats:[2,1,1,""],Metadata:[2,1,1,""],Nat:[2,1,1,""],NatRule:[2,1,1,""],NatRules:[2,1,1,""],NetworkTemplate:[2,1,1,""],NewCredentials:[2,1,1,""],Nsxfirewallrule:[2,1,1,""],Nsxfirewallservice:[2,1,1,""],Nsxl2vpn:[2,1,1,""],Nsxnatrule:[2,1,1,""],Nsxsite:[2,1,1,""],NsxtAddons:[2,1,1,""],ObjectType:[2,1,1,""],OfferInstancesHolder:[2,1,1,""],OfferType:[2,1,1,""],OnDemandOfferInstance:[2,1,1,""],OrgProperties:[2,1,1,""],Organization:[2,1,1,""],PagedEdgeList:[2,1,1,""],PagingInfo:[2,1,1,""],PopAgentXeniConnection:[2,1,1,""],PopAmiInfo:[2,1,1,""],PopInfo:[2,1,1,""],PopServiceInfo:[2,1,1,""],Requests:[2,1,1,""],Reservation:[2,1,1,""],ReservationInMw:[2,1,1,""],ReservationSchedule:[2,1,1,""],ReservationWindow:[2,1,1,""],ReservationWindowMaintenanceProperties:[2,1,1,""],Result:[2,1,1,""],ScopeInfo:[2,1,1,""],Sddc:[2,1,1,""],SddcAllocatePublicIpSpec:[2,1,1,""],SddcConfig:[2,1,1,""],SddcId:[2,1,1,""],SddcLinkConfig:[2,1,1,""],SddcManifest:[2,1,1,""],SddcNetwork:[2,1,1,""],SddcNetworkAddressGroup:[2,1,1,""],SddcNetworkAddressGroups:[2,1,1,""],SddcNetworkDhcpConfig:[2,1,1,""],SddcNetworkDhcpIpPool:[2,1,1,""],SddcPatchRequest:[2,1,1,""],SddcPublicIp:[2,1,1,""],SddcResourceConfig:[2,1,1,""],SddcStateRequest:[2,1,1,""],SddcTemplate:[2,1,1,""],SecondaryAddresses:[2,1,1,""],ServiceError:[2,1,1,""],Site:[2,1,1,""],Sites:[2,1,1,""],SslvpnDashboardStats:[2,1,1,""],StubFactory:[2,1,1,""],SubInterface:[2,1,1,""],SubInterfaces:[2,1,1,""],SubnetInfo:[2,1,1,""],Subnets:[2,1,1,""],SubscriptionDetails:[2,1,1,""],SubscriptionProducts:[2,1,1,""],SubscriptionRequest:[2,1,1,""],SupportWindow:[2,1,1,""],SupportWindowId:[2,1,1,""],Task:[2,1,1,""],TaskProgressPhase:[2,1,1,""],TermOfferInstance:[2,1,1,""],TrafficShapingPolicy:[2,1,1,""],UpdateCredentials:[2,1,1,""],VmcLocale:[2,1,1,""],Vnic:[2,1,1,""],Vnics:[2,1,1,""],VpcInfo:[2,1,1,""],VpcInfoSubnets:[2,1,1,""],Vpn:[2,1,1,""],VpnChannelStatus:[2,1,1,""],VpnTunnelStatus:[2,1,1,""],VpnTunnelTrafficStats:[2,1,1,""],VsanConfigConstraints:[2,1,1,""],VsanEncryptionConfig:[2,1,1,""]},"com.vmware.vmc.model_client.Agent":{AGENT_STATE_CUSTOMIZING:[2,2,1,""],AGENT_STATE_DELETED:[2,2,1,""],AGENT_STATE_DELETING:[2,2,1,""],AGENT_STATE_DEPLOYING:[2,2,1,""],AGENT_STATE_FAILED:[2,2,1,""],AGENT_STATE_NOT_READY:[2,2,1,""],AGENT_STATE_READY:[2,2,1,""],provider:[2,2,1,""]},"com.vmware.vmc.model_client.AwsAgent":{provider:[2,2,1,""]},"com.vmware.vmc.model_client.AwsCloudProvider":{provider:[2,2,1,""]},"com.vmware.vmc.model_client.AwsCustomerConnectedAccount":{STATE_ACTIVE:[2,2,1,""],STATE_BROKEN:[2,2,1,""],STATE_DELETED:[2,2,1,""]},"com.vmware.vmc.model_client.AwsEsxHost":{provider:[2,2,1,""]},"com.vmware.vmc.model_client.AwsSddcConfig":{provider:[2,2,1,""]},"com.vmware.vmc.model_client.AwsSddcConnection":{STATE_ACTIVE:[2,2,1,""],STATE_BROKEN:[2,2,1,""],STATE_DELETED:[2,2,1,""]},"com.vmware.vmc.model_client.AwsSddcResourceConfig":{provider:[2,2,1,""]},"com.vmware.vmc.model_client.CloudProvider":{provider:[2,2,1,""]},"com.vmware.vmc.model_client.Cluster":{CLUSTER_STATE_ADDING_HOSTS:[2,2,1,""],CLUSTER_STATE_DEPLOYING:[2,2,1,""],CLUSTER_STATE_FAILED:[2,2,1,""],CLUSTER_STATE_READY:[2,2,1,""],cluster_id:[2,2,1,""]},"com.vmware.vmc.model_client.ConnectivityAgentValidation":{SOURCE_SRM:[2,2,1,""],SOURCE_VCENTER:[2,2,1,""],SOURCE_VR:[2,2,1,""],TYPE_CONNECTIVITY:[2,2,1,""],TYPE_CURL:[2,2,1,""],TYPE_DNS:[2,2,1,""],TYPE_PING:[2,2,1,""],TYPE_TRACEROUTE:[2,2,1,""]},"com.vmware.vmc.model_client.ConnectivityValidationGroup":{ID_DRAAS:[2,2,1,""],ID_HLM:[2,2,1,""]},"com.vmware.vmc.model_client.ConnectivityValidationInput":{ID_HOSTNAME:[2,2,1,""],ID_HOSTNAME_OR_IP:[2,2,1,""],ID_HOST_IP:[2,2,1,""]},"com.vmware.vmc.model_client.ConnectivityValidationSubGroup":{ID_ACTIVE_DIRECTORY:[2,2,1,""],ID_DRAAS_ONPREM_PSC:[2,2,1,""],ID_DRAAS_ONPREM_SRM:[2,2,1,""],ID_DRAAS_ONPREM_VCENTER:[2,2,1,""],ID_DRAAS_ONPREM_VR:[2,2,1,""],ID_ONPREM_ESX:[2,2,1,""],ID_ONPREM_PSC:[2,2,1,""],ID_ONPREM_VCENTER:[2,2,1,""],ID_PRIMARY_DNS:[2,2,1,""],ID_SECONDARY_DNS:[2,2,1,""]},"com.vmware.vmc.model_client.EsxHost":{ESX_STATE_DELETED:[2,2,1,""],ESX_STATE_DELETING:[2,2,1,""],ESX_STATE_DEPLOYING:[2,2,1,""],ESX_STATE_FAILED:[2,2,1,""],ESX_STATE_PROVISIONED:[2,2,1,""],ESX_STATE_READY:[2,2,1,""],provider:[2,2,1,""]},"com.vmware.vmc.model_client.FirewallRule":{ACTION_ALLOW:[2,2,1,""],ACTION_DENY:[2,2,1,""],RULE_TYPE_DEFAULT:[2,2,1,""],RULE_TYPE_USER:[2,2,1,""]},"com.vmware.vmc.model_client.FirewallRuleScope":{VNIC_GROUP_IDS_EXTERNAL:[2,2,1,""],VNIC_GROUP_IDS_INTERNAL:[2,2,1,""],VNIC_GROUP_IDS_VNIC_INDEX_0:[2,2,1,""],VNIC_GROUP_IDS_VNIC_INDEX_1:[2,2,1,""],VNIC_GROUP_IDS_VNIC_INDEX_2:[2,2,1,""],VNIC_GROUP_IDS_VNIC_INDEX_3:[2,2,1,""],VNIC_GROUP_IDS_VNIC_INDEX_4:[2,2,1,""],VNIC_GROUP_IDS_VNIC_INDEX_5:[2,2,1,""],VNIC_GROUP_IDS_VNIC_INDEX_6:[2,2,1,""],VNIC_GROUP_IDS_VNIC_INDEX_7:[2,2,1,""],VNIC_GROUP_IDS_VNIC_INDEX_8:[2,2,1,""],VNIC_GROUP_IDS_VNIC_INDEX_9:[2,2,1,""],VNIC_GROUP_IDS_VSE:[2,2,1,""]},"com.vmware.vmc.model_client.LogicalNetwork":{NETWORK_TYPE_EXTENDED:[2,2,1,""],NETWORK_TYPE_HOSTED:[2,2,1,""],NETWORK_TYPE_ROUTED:[2,2,1,""]},"com.vmware.vmc.model_client.MaintenanceWindow":{DAY_OF_WEEK_FRIDAY:[2,2,1,""],DAY_OF_WEEK_MONDAY:[2,2,1,""],DAY_OF_WEEK_SATURDAY:[2,2,1,""],DAY_OF_WEEK_SUNDAY:[2,2,1,""],DAY_OF_WEEK_THURSDAY:[2,2,1,""],DAY_OF_WEEK_TUESDAY:[2,2,1,""],DAY_OF_WEEK_WEDNESDAY:[2,2,1,""]},"com.vmware.vmc.model_client.MaintenanceWindowGet":{DAY_OF_WEEK_FRIDAY:[2,2,1,""],DAY_OF_WEEK_MONDAY:[2,2,1,""],DAY_OF_WEEK_SATURDAY:[2,2,1,""],DAY_OF_WEEK_SUNDAY:[2,2,1,""],DAY_OF_WEEK_THURSDAY:[2,2,1,""],DAY_OF_WEEK_TUESDAY:[2,2,1,""],DAY_OF_WEEK_WEDNESDAY:[2,2,1,""]},"com.vmware.vmc.model_client.NatRule":{ACTION_DNAT:[2,2,1,""],ACTION_SNAT:[2,2,1,""]},"com.vmware.vmc.model_client.OfferType":{ON_DEMAND:[2,2,1,""],TERM:[2,2,1,""]},"com.vmware.vmc.model_client.Organization":{PROJECT_STATE_CREATED:[2,2,1,""],PROJECT_STATE_DELETED:[2,2,1,""]},"com.vmware.vmc.model_client.PopAmiInfo":{TYPE_CENTOS:[2,2,1,""],TYPE_POP:[2,2,1,""]},"com.vmware.vmc.model_client.PopServiceInfo":{SERVICE_AGENT:[2,2,1,""],SERVICE_AIDE:[2,2,1,""],SERVICE_BRE:[2,2,1,""],SERVICE_BRF:[2,2,1,""],SERVICE_DNS:[2,2,1,""],SERVICE_DOCKER:[2,2,1,""],SERVICE_FM_LOG_COLLECTOR:[2,2,1,""],SERVICE_FM_METRICS_COLLECTOR:[2,2,1,""],SERVICE_FORWARD_PROXY:[2,2,1,""],SERVICE_GLCM:[2,2,1,""],SERVICE_JRE:[2,2,1,""],SERVICE_LOGZ_LOG_COLLECTOR:[2,2,1,""],SERVICE_NTP:[2,2,1,""],SERVICE_OS:[2,2,1,""],SERVICE_REVERSE_PROXY:[2,2,1,""],SERVICE_RTS:[2,2,1,""],SERVICE_S3_ADAPTER:[2,2,1,""]},"com.vmware.vmc.model_client.ReservationSchedule":{DAY_OF_WEEK_FRIDAY:[2,2,1,""],DAY_OF_WEEK_MONDAY:[2,2,1,""],DAY_OF_WEEK_SATURDAY:[2,2,1,""],DAY_OF_WEEK_SUNDAY:[2,2,1,""],DAY_OF_WEEK_THURSDAY:[2,2,1,""],DAY_OF_WEEK_TUESDAY:[2,2,1,""],DAY_OF_WEEK_WEDNESDAY:[2,2,1,""]},"com.vmware.vmc.model_client.ReservationWindow":{RESERVATION_STATE_CANCELED:[2,2,1,""],RESERVATION_STATE_COMPLETED:[2,2,1,""],RESERVATION_STATE_RUNNING:[2,2,1,""],RESERVATION_STATE_SCHEDULED:[2,2,1,""]},"com.vmware.vmc.model_client.Sddc":{ACCOUNT_LINK_STATE_DELAYED:[2,2,1,""],ACCOUNT_LINK_STATE_LINKED:[2,2,1,""],ACCOUNT_LINK_STATE_UNLINKED:[2,2,1,""],PROVIDER_AWS:[2,2,1,""],SDDC_STATE_DELETED:[2,2,1,""],SDDC_STATE_DELETING:[2,2,1,""],SDDC_STATE_DELETION_FAILED:[2,2,1,""],SDDC_STATE_DEPLOYING:[2,2,1,""],SDDC_STATE_FAILED:[2,2,1,""],SDDC_STATE_READY:[2,2,1,""]},"com.vmware.vmc.model_client.SddcConfig":{DEPLOYMENT_TYPE_MULTIAZ:[2,2,1,""],DEPLOYMENT_TYPE_SINGLEAZ:[2,2,1,""],PROVIDER_AWS:[2,2,1,""],provider:[2,2,1,""]},"com.vmware.vmc.model_client.SddcResourceConfig":{DEPLOYMENT_TYPE_MULTI_AZ:[2,2,1,""],DEPLOYMENT_TYPE_SINGLE_AZ:[2,2,1,""],PROVIDER_AWS:[2,2,1,""],provider:[2,2,1,""]},"com.vmware.vmc.model_client.SddcStateRequest":{STATES_CANCELED:[2,2,1,""],STATES_COMPLETED:[2,2,1,""],STATES_RUNNING:[2,2,1,""],STATES_SCHEDULED:[2,2,1,""]},"com.vmware.vmc.model_client.SddcTemplate":{STATE_APPLIED:[2,2,1,""],STATE_AVAILABLE:[2,2,1,""],STATE_DELETED:[2,2,1,""],STATE_DELETING:[2,2,1,""],STATE_FAILED:[2,2,1,""],STATE_INITIALIZATION:[2,2,1,""],STATE_INUSE:[2,2,1,""]},"com.vmware.vmc.model_client.Site":{TUNNEL_STATUS_CONNECTED:[2,2,1,""],TUNNEL_STATUS_DISCONNECTED:[2,2,1,""],TUNNEL_STATUS_UNKNOWN:[2,2,1,""]},"com.vmware.vmc.model_client.SubscriptionDetails":{STATUS_ACTIVATED:[2,2,1,""],STATUS_CANCELLED:[2,2,1,""],STATUS_CREATED:[2,2,1,""],STATUS_EXPIRED:[2,2,1,""],STATUS_FAILED:[2,2,1,""],STATUS_ORDER_SUBMITTED:[2,2,1,""],STATUS_PENDING_PROVISIONING:[2,2,1,""]},"com.vmware.vmc.model_client.SupportWindow":{START_DAY_FRIDAY:[2,2,1,""],START_DAY_MONDAY:[2,2,1,""],START_DAY_SATURDAY:[2,2,1,""],START_DAY_SUNDAY:[2,2,1,""],START_DAY_THURSDAY:[2,2,1,""],START_DAY_TUESDAY:[2,2,1,""],START_DAY_WEDNESDAY:[2,2,1,""]},"com.vmware.vmc.model_client.Task":{STATUS_CANCELED:[2,2,1,""],STATUS_CANCELING:[2,2,1,""],STATUS_FAILED:[2,2,1,""],STATUS_FINISHED:[2,2,1,""],STATUS_STARTED:[2,2,1,""]},"com.vmware.vmc.model_client.Vpn":{AUTHENTICATION_PSK:[2,2,1,""],AUTHENTICATION_UNKNOWN:[2,2,1,""],DH_GROUP_DH14:[2,2,1,""],DH_GROUP_DH15:[2,2,1,""],DH_GROUP_DH16:[2,2,1,""],DH_GROUP_DH2:[2,2,1,""],DH_GROUP_DH5:[2,2,1,""],DH_GROUP_UNKNOWN:[2,2,1,""],DIGEST_ALGORITHM_SHA1:[2,2,1,""],DIGEST_ALGORITHM_SHA_256:[2,2,1,""],ENCRYPTION_AES256:[2,2,1,""],ENCRYPTION_AES:[2,2,1,""],ENCRYPTION_AES_GCM:[2,2,1,""],ENCRYPTION_TRIPLE_DES:[2,2,1,""],ENCRYPTION_UNKNOWN:[2,2,1,""],IKE_OPTION_IKEV1:[2,2,1,""],IKE_OPTION_IKEV2:[2,2,1,""],STATE_CONNECTED:[2,2,1,""],STATE_DISCONNECTED:[2,2,1,""],STATE_PARTIALLY_CONNECTED:[2,2,1,""],STATE_UNKNOWN:[2,2,1,""]},"com.vmware.vmc.model_client.VpnChannelStatus":{CHANNEL_STATUS_CONNECTED:[2,2,1,""],CHANNEL_STATUS_DISCONNECTED:[2,2,1,""],CHANNEL_STATUS_UNKNOWN:[2,2,1,""]},"com.vmware.vmc.model_client.VpnTunnelStatus":{TUNNEL_STATUS_CONNECTED:[2,2,1,""],TUNNEL_STATUS_DISCONNECTED:[2,2,1,""],TUNNEL_STATUS_UNKNOWN:[2,2,1,""]},"com.vmware.vmc.orgs":{account_link_client:[3,0,0,"-"],reservations_client:[3,0,0,"-"],sddcs:[4,0,0,"-"],sddcs_client:[3,0,0,"-"],storage_client:[3,0,0,"-"],subscriptions_client:[3,0,0,"-"],tbrs_client:[3,0,0,"-"]},"com.vmware.vmc.orgs.account_link_client":{CompatibleSubnets:[3,1,1,""],CompatibleSubnetsAsync:[3,1,1,""],ConnectedAccounts:[3,1,1,""],MapCustomerZones:[3,1,1,""],SddcConnections:[3,1,1,""],StubFactory:[3,1,1,""]},"com.vmware.vmc.orgs.account_link_client.CompatibleSubnets":{get:[3,3,1,""],post:[3,3,1,""]},"com.vmware.vmc.orgs.account_link_client.CompatibleSubnetsAsync":{get:[3,3,1,""],post:[3,3,1,""]},"com.vmware.vmc.orgs.account_link_client.ConnectedAccounts":{"delete":[3,3,1,""],get:[3,3,1,""]},"com.vmware.vmc.orgs.account_link_client.MapCustomerZones":{post:[3,3,1,""]},"com.vmware.vmc.orgs.account_link_client.SddcConnections":{get:[3,3,1,""]},"com.vmware.vmc.orgs.reservations_client":{Mw:[3,1,1,""],StubFactory:[3,1,1,""]},"com.vmware.vmc.orgs.reservations_client.Mw":{get:[3,3,1,""],put:[3,3,1,""]},"com.vmware.vmc.orgs.sddcs":{addons_client:[4,0,0,"-"],dns_client:[4,0,0,"-"],networking_client:[4,0,0,"-"],networks:[5,0,0,"-"],networks_client:[4,0,0,"-"]},"com.vmware.vmc.orgs.sddcs.addons_client":{Credentials:[4,1,1,""],StubFactory:[4,1,1,""]},"com.vmware.vmc.orgs.sddcs.addons_client.Credentials":{CREATE_ADDON_TYPE_HCX:[4,2,1,""],GET_ADDON_TYPE_HCX:[4,2,1,""],LIST_ADDON_TYPE_HCX:[4,2,1,""],UPDATE_ADDON_TYPE_HCX:[4,2,1,""],create:[4,3,1,""],get:[4,3,1,""],list:[4,3,1,""],update:[4,3,1,""]},"com.vmware.vmc.orgs.sddcs.dns_client":{Private:[4,1,1,""],Public:[4,1,1,""],StubFactory:[4,1,1,""]},"com.vmware.vmc.orgs.sddcs.dns_client.Private":{update:[4,3,1,""]},"com.vmware.vmc.orgs.sddcs.dns_client.Public":{update:[4,3,1,""]},"com.vmware.vmc.orgs.sddcs.networking_client":{ConnectivityTests:[4,1,1,""],StubFactory:[4,1,1,""]},"com.vmware.vmc.orgs.sddcs.networking_client.ConnectivityTests":{get:[4,3,1,""],post:[4,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks":{cgws:[6,0,0,"-"],edges:[7,0,0,"-"],edges_client:[5,0,0,"-"]},"com.vmware.vmc.orgs.sddcs.networks.cgws":{l2vpn_client:[6,0,0,"-"]},"com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client":{Config:[6,1,1,""],StubFactory:[6,1,1,""]},"com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.Config":{"delete":[6,3,1,""],get:[6,3,1,""],update:[6,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges":{dhcp_client:[7,0,0,"-"],dns_client:[7,0,0,"-"],firewall:[8,0,0,"-"],firewall_client:[7,0,0,"-"],ipsec_client:[7,0,0,"-"],l2vpn:[9,0,0,"-"],nat:[10,0,0,"-"],nat_client:[7,0,0,"-"],statistics:[11,0,0,"-"],statistics_client:[7,0,0,"-"]},"com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client":{Leaseinfo:[7,1,1,""],StubFactory:[7,1,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client.Leaseinfo":{get:[7,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.dns_client":{Config:[7,1,1,""],Statistics:[7,1,1,""],StubFactory:[7,1,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Config":{"delete":[7,3,1,""],create:[7,3,1,""],get:[7,3,1,""],update:[7,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Statistics":{get:[7,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.firewall":{config_client:[8,0,0,"-"]},"com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client":{Rules:[8,1,1,""],StubFactory:[8,1,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.Rules":{"delete":[8,3,1,""],add:[8,3,1,""],get:[8,3,1,""],update:[8,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client":{Config:[7,1,1,""],Statistics:[7,1,1,""],StubFactory:[7,1,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.Config":{"delete":[7,3,1,""],get:[7,3,1,""],update:[7,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.Statistics":{get:[7,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client":{Config:[7,1,1,""],Statistics:[7,1,1,""],StubFactory:[7,1,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.Config":{"delete":[7,3,1,""],get:[7,3,1,""],update:[7,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.Statistics":{get:[7,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn":{config_client:[9,0,0,"-"]},"com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client":{Statistics:[9,1,1,""],StubFactory:[9,1,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client.Statistics":{get:[9,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.nat":{config_client:[10,0,0,"-"]},"com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client":{Rules:[10,1,1,""],StubFactory:[10,1,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client.Rules":{"delete":[10,3,1,""],add:[10,3,1,""],update:[10,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.nat_client":{Config:[7,1,1,""],StubFactory:[7,1,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.nat_client.Config":{"delete":[7,3,1,""],get:[7,3,1,""],update:[7,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.statistics":{dashboard_client:[11,0,0,"-"],interfaces_client:[11,0,0,"-"]},"com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client":{Firewall:[11,1,1,""],Interface:[11,1,1,""],Ipsec:[11,1,1,""],StubFactory:[11,1,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Firewall":{get:[11,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Interface":{get:[11,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Ipsec":{get:[11,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client":{Internal:[11,1,1,""],StubFactory:[11,1,1,""],Uplink:[11,1,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.Internal":{get:[11,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.Uplink":{get:[11,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client":{Interfaces:[7,1,1,""],StubFactory:[7,1,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client.Interfaces":{get:[7,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges_client":{Peerconfig:[5,1,1,""],Status:[5,1,1,""],StubFactory:[5,1,1,""],Vnics:[5,1,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges_client.Peerconfig":{get:[5,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges_client.Status":{get:[5,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges_client.Vnics":{get:[5,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks_client":{Edges:[4,1,1,""],Logical:[4,1,1,""],StubFactory:[4,1,1,""]},"com.vmware.vmc.orgs.sddcs.networks_client.Edges":{get:[4,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks_client.Logical":{"delete":[4,3,1,""],create:[4,3,1,""],get:[4,3,1,""],get_0:[4,3,1,""],update:[4,3,1,""]},"com.vmware.vmc.orgs.sddcs_client":{Clusters:[3,1,1,""],Convert:[3,1,1,""],Esxs:[3,1,1,""],Publicips:[3,1,1,""],SddcTemplate:[3,1,1,""],StubFactory:[3,1,1,""]},"com.vmware.vmc.orgs.sddcs_client.Clusters":{"delete":[3,3,1,""],create:[3,3,1,""]},"com.vmware.vmc.orgs.sddcs_client.Convert":{create:[3,3,1,""]},"com.vmware.vmc.orgs.sddcs_client.Esxs":{create:[3,3,1,""]},"com.vmware.vmc.orgs.sddcs_client.Publicips":{"delete":[3,3,1,""],create:[3,3,1,""],get:[3,3,1,""],list:[3,3,1,""],update:[3,3,1,""]},"com.vmware.vmc.orgs.sddcs_client.SddcTemplate":{get:[3,3,1,""]},"com.vmware.vmc.orgs.storage_client":{ClusterConstraints:[3,1,1,""],StubFactory:[3,1,1,""]},"com.vmware.vmc.orgs.storage_client.ClusterConstraints":{get:[3,3,1,""]},"com.vmware.vmc.orgs.subscriptions_client":{OfferInstances:[3,1,1,""],Products:[3,1,1,""],StubFactory:[3,1,1,""]},"com.vmware.vmc.orgs.subscriptions_client.OfferInstances":{list:[3,3,1,""]},"com.vmware.vmc.orgs.subscriptions_client.Products":{list:[3,3,1,""]},"com.vmware.vmc.orgs.tbrs_client":{Reservation:[3,1,1,""],StubFactory:[3,1,1,""],SupportWindow:[3,1,1,""]},"com.vmware.vmc.orgs.tbrs_client.Reservation":{post:[3,3,1,""]},"com.vmware.vmc.orgs.tbrs_client.SupportWindow":{get:[3,3,1,""],put:[3,3,1,""]},"com.vmware.vmc.orgs_client":{AccountLink:[2,1,1,""],Providers:[2,1,1,""],Reservations:[2,1,1,""],SddcTemplates:[2,1,1,""],Sddcs:[2,1,1,""],StubFactory:[2,1,1,""],Subscriptions:[2,1,1,""],Tasks:[2,1,1,""]},"com.vmware.vmc.orgs_client.AccountLink":{get:[2,3,1,""]},"com.vmware.vmc.orgs_client.Providers":{list:[2,3,1,""]},"com.vmware.vmc.orgs_client.Reservations":{list:[2,3,1,""]},"com.vmware.vmc.orgs_client.SddcTemplates":{"delete":[2,3,1,""],get:[2,3,1,""],list:[2,3,1,""]},"com.vmware.vmc.orgs_client.Sddcs":{"delete":[2,3,1,""],create:[2,3,1,""],get:[2,3,1,""],list:[2,3,1,""],patch:[2,3,1,""]},"com.vmware.vmc.orgs_client.Subscriptions":{GET_0_OFFER_TYPE_ON_DEMAND:[2,2,1,""],GET_0_OFFER_TYPE_TERM:[2,2,1,""],create:[2,3,1,""],get:[2,3,1,""],get_0:[2,3,1,""]},"com.vmware.vmc.orgs_client.Tasks":{get:[2,3,1,""],list:[2,3,1,""],update:[2,3,1,""]},"com.vmware.vmc_client":{Locale:[1,1,1,""],Orgs:[1,1,1,""],StubFactory:[1,1,1,""]},"com.vmware.vmc_client.Locale":{set:[1,3,1,""]},"com.vmware.vmc_client.Orgs":{get:[1,3,1,""],list:[1,3,1,""]},"vmware.vapi":{vmc:[16,0,0,"-"]},"vmware.vapi.vmc":{client:[16,0,0,"-"],csp_filter:[16,0,0,"-"]},"vmware.vapi.vmc.client":{VmcClient:[16,1,1,""],create_vmc_client:[16,4,1,""]},"vmware.vapi.vmc.csp_filter":{CSPSecurityContextFilter:[16,1,1,""]},"vmware.vapi.vmc.csp_filter.CSPSecurityContextFilter":{get_max_retries:[16,3,1,""],get_security_context:[16,3,1,""],should_retry:[16,3,1,""]},com:{vmware:[1,0,0,"-"]},vmware:{vapi:[15,0,0,"-"]}},objnames:{"0":["py","module","Python module"],"1":["py","class","Python class"],"2":["py","attribute","Python attribute"],"3":["py","method","Python method"],"4":["py","function","Python function"]},objtypes:{"0":"py:module","1":"py:class","2":"py:attribute","3":"py:method","4":"py:function"},terms:{"00z":2,"09t13":2,"278710ff4e":2,"3de":2,"4d4e":2,"6b6d":2,"boolean":2,"byte":2,"case":[2,16],"class":[1,2,3,4,5,6,7,8,9,10,11,12,16],"default":[2,3,4,5,7,11],"enum":[2,12],"final":2,"float":2,"import":12,"int":16,"long":[2,3,4,7,8,10,11],"new":[2,3,4,12,16],"null":2,"public":[2,3,4,16],"return":[1,2,3,4,5,6,7,8,9,11,16],"switch":2,"true":[2,3,4,5,7,16],"try":3,"while":2,AES:2,AWS:[2,3],DNS:[2,4,7],Dns:2,EBS:[2,3],For:[2,3],IDs:2,IPs:[2,3],NOT:2,Not:[2,4,5,6,7,8,9,10,11],RTS:2,The:[1,2,3,4,5,12],These:2,Used:2,Using:2,VMs:[2,3,4],abandon:2,about:[3,4],abstractent:2,accept:2,access:[2,3,16],access_permiss:2,accompani:3,account:[2,3],account_link_cli:[0,1,2,13],account_link_config:2,account_link_sddc_config:2,account_link_st:2,account_link_state_delai:2,account_link_state_link:2,account_link_state_unlink:2,account_numb:2,accountlink:2,accountlinkconfig:2,accountlinksddcconfig:2,across:3,act:2,action:[2,3,4],action_allow:2,action_deni:2,action_dnat:2,action_snat:2,activ:[2,3],active_cli:2,active_directori:2,active_vse_ha_index:2,add:[2,3,4,8,10,16],added:[2,16],adding_host:2,addit:2,addon:[2,4],addon_typ:4,addons_cli:[0,1,2,3,13],addontyp:4,address:[2,3,4],address_group:2,addressfwsourcedestin:2,addtoal:3,administr:2,advanc:2,advisori:2,aefb:2,aes256:2,aes:2,aes_gcm:2,after:16,against:2,agent:2,agent_st:2,agent_state_custom:2,agent_state_delet:2,agent_state_deploi:2,agent_state_fail:2,agent_state_not_readi:2,agent_state_readi:2,agent_url:2,aggreg:5,aid:2,alert:2,algorithm:2,all:[1,2,3,4,5,7,16],alloc:[2,3],allocation_id:2,allow:[2,3,12,16],allowed_act:2,also:2,alwai:2,amazon_resource_nam:2,ami:2,ami_info:2,amiinfo:2,among:2,amount:2,ani:[2,3],anniversary_billing_d:2,anoth:2,answer:2,api:[2,3,12,16],api_association_id:2,api_subnet_id:2,api_vers:2,apicli:16,append:[8,10],appli:2,applianc:2,appliance_s:2,appliances_summari:2,appliancessummari:2,applic:2,application_id:2,arbitrari:2,argument:2,arn:2,arp:2,arrai:2,ascend:4,assign:2,associ:[2,4],associated_private_ip:[2,3],association_id:2,assoic:4,attach:[2,3],attack:2,attch:3,attribut:[2,12],attrit:12,auth_failur:2,authent:2,authentication_algorithm:2,authentication_mod:2,authentication_psk:2,authentication_unknown:2,author:[1,4,5,6,7,8,9,10,11],auto_renewed_allow:2,automat:16,avail:[2,3,4,5],availability_zon:2,average_bandwidth:2,avoid:2,awar:2,aws_kms_info:2,aws_subnet:3,awsag:2,awscloudprovid:2,awscompatiblesubnet:[2,3],awscustomerconnectedaccount:[2,3],awsesxhost:2,awskeypair:2,awskmsinfo:2,awssddcconfig:2,awssddcconnect:[2,3],awssddcresourceconfig:2,awssubnet:[2,3],back:[2,3,12],backup_restore_bucket:2,backward:2,bad:[2,3,4,5,6,7,8,9,10,11],balanc:2,base:[1,2,3,4,5,6,7,8,9,10,11,12,16],been:[2,3],befor:[2,3],behaviour:3,being:2,belong:2,between:2,bewar:2,billing_subscription_id:2,binari:2,bind:[1,2,3,4,5,6,7,8,9,10,11,12,16],binding_st:2,blank:2,block:2,bodi:[2,4],bogu:2,bool:[2,3,4,5,6,7,16],both:12,bound:3,bre:2,brf:2,bridg:2,broken:2,bucket:2,build:2,bundl:2,burst_siz:2,byte_count:2,c41:2,ca637f38609:2,ca_certif:2,cacertif:2,cach:2,cache_s:2,cached_dbrr_set:2,call:[1,3,16],can:[2,3,11,12],cancel:2,cannot:[2,3],capabl:2,capac:2,care:3,carri:2,cbmstatist:[2,7,11],cbmstatsdata:2,cento:2,centric:2,cert_en:2,certif:2,cf_stack_nam:2,cgw:[0,1,2,3,4,5],cgw_id:2,cgw_name:2,cgw_present:2,chain:16,chanc:2,chang:2,channel:2,channel_st:2,channel_statu:2,channel_status_connect:2,channel_status_disconnect:2,channel_status_unknown:2,charact:2,characterist:2,check:2,choic:2,chosen:3,cidr:2,cidr_block:2,cidr_block_subnet:2,cidr_block_vpc:2,cipher:2,client:[2,13,14,15],client_handl:2,client_hostnam:2,cln:2,close:2,cloud:[2,3],cloud_password:2,cloud_user_group:2,cloud_usernam:2,cloudprovid:2,cltt:2,cluster:[2,3],cluster_config:3,cluster_id:2,cluster_nam:2,cluster_st:2,cluster_state_adding_host:2,cluster_state_deploi:2,cluster_state_fail:2,cluster_state_readi:2,clusterconfig:[2,3],clusterconstraint:3,code:2,collect:2,column:4,com:[12,13],comma:2,commit:2,commitment_term:2,commitment_term_uom:2,common:2,commun:[2,12],communication_channel:2,compat:[2,3],compatiblesubnet:3,compatiblesubnetsasync:3,complet:[2,3],compon:2,compos:2,comput:[2,4,5,6,7,8,9,10,11],compute_gateway_templ:2,computegatewaytempl:2,concurr:2,concurrentchang:[3,4],config:[1,2,3,4,5,6,7,8,9,10,11],config_cli:[0,1,2,3,4,5,7],configur:[1,2,3,4,5,6,7,8,9,10,11],configuration_limit:2,conflict:3,connect:[2,3,4],connected_account_id:2,connectedaccount:3,connection_count:2,connection_ord:2,connectivityagentvalid:2,connectivitytest:4,connectivityvalidationgroup:[2,4],connectivityvalidationgroupresultwrapp:4,connectivityvalidationinput:2,connectivityvalidationsubgroup:2,connector:16,consecut:2,consid:2,constraint:3,consum:2,contain:[2,12],content:13,context:16,control:2,convei:2,convert:3,core:[2,16],correl:2,correlation_id:2,correspond:2,count:2,countri:2,cpu:2,creat:[1,2,3,4,5,6,7,8,9,10,11,12,16],create_addon_type_hcx:4,create_tim:2,create_vmc_cli:16,created_at:2,created_bi:3,createspec:12,creation:[2,4],credenti:[1,2,4],critic:2,crl:2,crl_certif:2,crlcertif:2,cross:2,csp:16,csp_filter:[13,14,15],csp_subscription_id:2,csp_url:16,cspsecuritycontextfilt:16,curl:2,currenc:2,current:[2,3,4,12],custom:[2,3],custom_properti:2,customer_available_zon:2,customer_eni_info:2,customer_subnet_id:2,customereniinfo:2,cycl:2,cycle_id:2,dashboard:[2,11],dashboard_cli:[0,1,2,3,4,5,7],dashboarddata:2,dashboardstat:2,dashboardstatist:[2,11],data:[2,3,7,16],data_dto:2,data_permiss:2,data_store_moid_of_active_vs:2,data_store_name_of_active_vs:2,databas:5,datacent:[2,3],datacenter_moid:2,datacenter_nam:2,datapageedgesummari:2,datapagesddcnetwork:[2,4],datapermiss:2,datastor:2,date:2,datetim:2,day_of_week:2,day_of_week_fridai:2,day_of_week_mondai:2,day_of_week_saturdai:2,day_of_week_sundai:2,day_of_week_thursdai:2,day_of_week_tuesdai:2,day_of_week_wednesdai:2,ddthh:2,debug:2,decryption_failur:2,default_messag:2,default_polici:2,default_route_t:2,default_subnet_rout:2,defin:[2,12],definit:[2,3],delai:2,delay_account_link:2,delet:[2,3,4,6,7,8,10],deletion_fail:2,delimit:2,demand:2,deni:2,denot:2,deploi:2,deploy:2,deploy_appli:2,deployment_typ:2,deployment_type_multi_az:2,deployment_type_multiaz:2,deployment_type_single_az:2,deployment_type_singleaz:2,deprec:[2,3],deprecart:2,deriv:2,describ:2,descript:[2,4,12],destin:2,destination_scop:2,detach:3,detail:[1,2,4,5],detect:2,determin:2,dh14:2,dh15:2,dh16:2,dh2:2,dh5:2,dh_group:2,dh_group_dh14:2,dh_group_dh15:2,dh_group_dh16:2,dh_group_dh2:2,dh_group_dh5:2,dh_group_unknown:2,dhcp:[2,7],dhcp_client:[0,1,2,3,4,5],dhcp_config:2,dhcp_enabl:2,dhcp_ip_rang:2,dhcpleas:[2,7],dhcpleaseinfo:2,dict:[2,3],differ:2,diffi:2,digest_algorithm:2,digest_algorithm_sha1:2,digest_algorithm_sha_256:2,direct:2,disabl:[2,7],disable_ev:2,disconnect:2,discrimin:2,diskgroup:3,displai:2,display_nam:2,distinct:2,distribut:2,distributedportgroup:2,distributedrout:[2,4],distributedvirtualswitch:2,div:2,divid:2,dnat:2,dnat_match_source_address:2,dnat_match_source_port:2,dnat_rule_id:2,dns:2,dns_client:[0,1,2,3,5,13],dns_config:7,dns_server:2,dns_view:2,dns_with_management_vm_private_ip:2,dnsconfig:[2,7],dnsforward:2,dnslisten:2,dnsresponsestat:2,dnsstatusandstat:[2,7],dnsview:2,dnsviewmatch:2,docker:2,document:3,doe:[2,3,12],doesn:[1,2],domain:2,domain_nam:2,done:2,doubl:2,down:2,draa:2,draas_onprem_psc:2,draas_onprem_srm:2,draas_onprem_vcent:2,draas_onprem_vr:2,drop:2,drop_icmp_replai:2,drop_invalid_traff:2,dropped_rx_packet:2,dropped_tx_packet:2,dto:7,durat:2,duration_hour:2,duration_min:2,dvportgroup:2,dynamicstructur:5,each:2,edg:[0,1,2,3,4,5,6],edge_assist_id:2,edge_assist_instance_nam:2,edge_association_id:2,edge_id:[2,5,6,7,8,9,10,11],edge_pag:2,edge_statu:2,edge_subnet_id:2,edge_typ:[2,4],edge_vm_ha_index:2,edge_vm_statu:2,edgejob:2,edges_cli:[0,1,2,3,4],edgestatu:[2,5],edgesummari:2,edgevmstatu:2,edgevnicaddressgroup:2,egress:2,either:[2,16],els:[2,12,16],emerg:2,empti:2,enabl:[2,7],enable_bridge_mod:2,enable_fip:2,enable_nsx_advanced_addon:2,enable_pf:2,enable_proxy_arp:2,enable_send_redirect:2,enable_syn_flood_protect:2,enablefip:4,enclos:2,encript:2,encrypt:2,encryption_a:2,encryption_aes256:2,encryption_aes_gcm:2,encryption_algorithm:2,encryption_failur:2,encryption_triple_d:2,encryption_unknown:2,end:[2,7,11],end_dat:2,end_resource_entity_vers:2,end_tim:[2,7,11],endpoint:2,endswith:2,english:2,eni:2,eni_group:2,eni_id:2,eni_info:2,eniinfo:2,ensur:2,entir:2,entiti:[2,12],entity_metadata:12,entri:2,enumer:2,epoch:[7,11],error:[2,3,16],error_cod:2,error_messag:2,error_valu:16,errorrespons:2,errors_cli:[1,2,3,4,5,6,7,8,9,10,11],errorvalu:16,escap:2,establish:2,established_d:2,estim:2,estimated_remaining_minut:2,esx:[2,3],esx_ami:2,esx_cluster_id:2,esx_config:3,esx_host:2,esx_host_list:2,esx_host_subnet:2,esx_id:2,esx_nsxt_ami:2,esx_security_group_id:2,esx_stat:2,esx_state_delet:2,esx_state_deploi:2,esx_state_fail:2,esx_state_provis:2,esx_state_readi:2,esxconfig:[2,3],esxhost:2,etc:2,even:3,event:2,exampl:[2,3,5],exchang:16,exclud:2,execut:[2,16],exist:[1,2,3,4],exit:3,expir:2,expiration_d:2,explain:12,express:2,extend:2,extended_attribut:2,extendedattribut:2,extens:2,extern:2,extra:2,factor:2,factori:16,fail:2,failur:2,failure_messag:2,fals:[2,5,7,16],featur:[2,3,5],feature_cap:2,feature_status:2,feature_typ:2,featurecap:2,featurestatu:2,fence_paramet:2,fetch:4,field:2,file:12,filepath:12,filter:[2,3,4,16],find:[2,3,4],finish:[2,3],fip:2,firewal:[0,1,2,3,4,5,7,11],firewall_cli:[0,1,2,3,4,5],firewall_config:7,firewall_rul:[2,8],firewallconfig:[2,7],firewalldashboardstat:2,firewalldefaultpolici:2,firewallglobalconfig:2,firewallrul:[2,8],firewallrulescop:2,firewallrulestat:[2,7],firewallservic:2,first:[2,12],flag:2,flavor:3,flood:2,fm_log_collector:2,fm_metrics_collector:2,folder:12,follow:[2,12],forbidden:[1,2,3,4,5,6,7,8,9,10,11],forc:[2,3],force_even_when_sddc_pres:3,force_refresh:3,forcefulli:2,forcibl:3,form:[2,5],form_err:2,format:[2,5],forward:2,forward_proxi:2,found:[2,3,4,5,6,7,8,9,10,11],four:3,fqdn:2,free:[3,5],fridai:2,from:[2,3,5,7,11,12,16],futur:12,gatewai:[2,4,5,6,7,8,9,10,11],gateway_ip:2,gatewayservic:[2,4],gatewaytempl:2,gcm:2,gener:[2,3,5,12],get:[1,2,3,4,5,6,7,8,9,11,12,16],get_0:[2,4],get_0_offer_type_on_demand:2,get_0_offer_type_term:2,get_addon_type_hcx:4,get_max_retri:16,get_security_context:16,getlatest:5,gib:2,given:[2,3,11],glcm:2,glcm_bundl:2,glcmbundl:2,global:2,global_:2,global_config:2,green:2,grei:2,group:2,grouping_object_id:2,groupingobject:2,ha_stat:2,ha_vnic_in_us:2,happen:2,hardwar:2,hardware_typ:2,has:[2,3,12],have:[2,3,12],hcx:4,header:[4,5,6,7,8,9,10,11],health:2,healthcheck:2,hellman:2,help:2,helper:16,high:[2,3],hlm:2,holder:2,host:[2,3],host_cpu_cores_count:2,host_ip:2,host_lease_info_dto:2,host_lease_infos_dto:2,host_moid_of_active_vs:2,host_name_of_active_vs:2,hostleaseinfo:2,hostnam:2,hostname_or_ip:2,hostname_verifier_en:2,hour_of_dai:2,how:12,http:[2,16],hypervisor_assist:2,icmp6:2,icmp6_timeout:2,icmp:2,icmp_timeout:2,icmp_typ:2,icmptyp:2,id_active_directori:2,id_draa:2,id_draas_onprem_psc:2,id_draas_onprem_srm:2,id_draas_onprem_vcent:2,id_draas_onprem_vr:2,id_hlm:2,id_host_ip:2,id_hostnam:2,id_hostname_or_ip:2,id_onprem_esx:2,id_onprem_psc:2,id_onprem_vcent:2,id_primary_dn:2,id_secondary_dn:2,idempot:2,identifi:[1,2,3,4,5,6,7,8,9,10,11],ignor:2,ike_opt:2,ike_option_ikev1:2,ike_option_ikev2:2,ike_statu:2,ikev1:2,ikev2:2,implement:2,in_:2,in_maintenance_mod:2,in_maintenance_window:2,in_shaping_polici:2,includ:[2,12],increment:2,index:[2,4,13],indic:2,individu:2,info:2,inform:[2,3,4],inherit:2,initi:[1,2,3,4,5,6,7,8,9,10,11,16],input:[2,4,5],instal:2,instanc:[1,2,3,4,5,6,7,8,9,10,11,12,16],instance_id:2,instance_typ:3,instanti:[2,12],instead:2,int32:2,int64:2,integrity_error:2,intend:2,interactionpermiss:2,interfac:[2,5,7,11],interfaces_cli:[0,1,2,3,4,5,7],interfacesdashboardstat:2,intermitt:2,intern:[2,3,11],internal_high:2,internal_ip:2,internal_network_id:2,internal_port:2,internal_public_ip_pool:2,internalservererror:[2,3],internet:2,internet_gateway_id:2,interv:[2,11],inus:2,invalid:[2,3,4,5,6,7,8,9,10,11],invalid_appl:2,invalid_destin:2,invalid_sourc:2,invalidrequest:[2,3,4,5,6,7,8,9,10,11],involv:2,ip1:2,ip_address:2,ip_generic_timeout:2,ip_pool:2,ip_rang:2,ip_set:2,ipaddress:2,ipn:2,ipsec:[2,5,7,11],ipsec_bytes_in:2,ipsec_bytes_out:2,ipsec_cli:[0,1,2,3,4,5],ipsec_tunnel:2,ipsecdashboardstat:2,ipsecglobalconfig:2,ipsecsit:[2,5],ipsecsiteconfig:5,ipsecsiteikestatu:2,ipsecsitestat:2,ipsecstatusandstat:[2,7],ipsectunnelstat:2,ipset:2,ipv4:2,is_compat:2,is_connect:2,is_licens:2,is_mast:2,is_support:2,is_univers:2,is_upgrade_avail:2,isconnect:2,iso:2,its:2,job:2,job_id:2,jre:2,json:[5,12],just:2,kbp:2,keep:2,kei:2,key_fingerprint:2,key_materi:2,key_nam:2,key_pair:2,keyvalueattribut:2,kilobit:2,kms_vpc_endpoint:2,kmsvpcendpoint:2,l2_extens:2,l2_vpn:2,l2extens:2,l2vpn:[0,1,2,3,4,5,7],l2vpn_client:[0,1,2,3,4,5],l2vpnstat:2,l2vpnstatusandstat:[2,9],label:2,lan:2,languag:2,last:2,last_info_messag:2,last_informational_messag:2,last_published_pre_rules_generation_numb:2,last_updated_tim:2,later:2,latest:[2,5],layer:2,lb_bps_in:2,lb_bps_out:2,lb_http_req:2,lb_session:2,ld_rname:4,lead:3,leas:2,leaseinfo:7,least:2,left:2,legacyportgroup:2,length:2,letter:2,level:2,licenc:2,licenceaclpermiss:2,lif:2,limit:2,link:[2,3],linkag:2,linked_account_id:3,linked_account_path_id:3,list:[1,2,3,4],list_addon_type_hcx:4,listen:2,listener_ip:2,liter:2,live:5,load:2,load_balanc:2,loadbalancerdashboardstat:2,local:[1,2],local_egress_en:2,local_id:2,local_ip:2,local_ip_address:2,local_spi:2,local_subnet:2,localip:2,localized_error_messag:2,localized_messag:2,locat:2,log:2,log_icmp_error:2,log_invalid_traff:2,log_level:2,logging_en:2,logic:[2,4],logical_network:2,logical_router_scop:2,logical_switch_id:2,logical_switch_nam:2,logicalnetwork:2,logicalrouterscop:2,logicalswitch:2,logz_log_collector:2,loss:3,lower:2,lrouter_uuid:2,mac:2,mac_address:2,macaddress:2,machin:2,mai:[2,12],mainent:2,mainten:[2,3],maintenance_properti:2,maintenancewindow:[2,3],maintenancewindowentri:2,maintenancewindowget:[2,3],make:[2,16],manag:[2,4,5,7,8,10,11],manage_permiss:2,managedobjectrefer:2,management_d:2,management_gateway_templ:2,management_rp:2,managementgatewaytempl:2,mandatori:3,manifest:2,manifest_id:2,map:[2,3],map_zones_request:3,mapcustomerzon:3,mapzonesrequest:[2,3],mark:2,mask:2,master:2,match:[2,4],match_transl:2,max:[2,16],max_capac:2,max_num_public_ip:2,maximum:2,mean:2,meaning:2,measur:2,member:3,messag:2,meta_dto:2,metadashboardstat:2,metadata:[2,4,12],metadata_cli:12,metal:3,method:[2,3,4,12,16],mgmt_appliance_network_nam:2,mgw:2,mgw_id:2,might:2,millisecond:[7,11],min:[2,11],min_capac:2,minimum:[2,3],minimum_seats_avail:3,minu:2,minut:2,miss:3,mix:2,mod:2,mode:2,model:[1,2,3,4,5,6,7,8,9,11],model_cli:[0,1,3,4,5,6,7,8,9,10,11,13],modif:2,modifi:[2,4,6,7,8],modul:[0,12,13,14,15],moid:2,mondai:2,monitor:2,monthly_cost:2,more:[2,3],most:2,mostli:2,move:[2,3],mtu:2,mul:2,multi:2,multi_az:2,multiaz:2,multipl:2,must:[2,3],name:[2,3,4,12],nat:[0,1,2,3,4,5,7],nat_client:[0,1,2,3,4,5],nat_rul:[2,10],nat_rules_dto:2,natrul:[2,10],need:[2,3],nest:2,netmask:2,network:[0,1,2,3,4],network_gatewai:2,network_id:4,network_interface_id:2,network_netmask:2,network_templ:2,network_typ:2,network_type_extend:2,network_type_host:2,network_type_rout:2,networking_cli:[0,1,2,3,13],networks_cli:[0,1,2,3,13],networktempl:2,newcredenti:[2,4],newer:[2,12],next_binding_st:2,nic:2,node:[2,3],node_id:2,non:3,none:[2,3,4,5,6,7,11,16],not_readi:2,note:2,notfound:[1,2,3,4,5,6,7,8,9,10,11],notic:2,notifi:3,nsx:[2,4,5,7,8,9,10,11],nsx_api_public_endpoint_url:2,nsx_controller_ip:2,nsx_mgr_management_ip:2,nsx_mgr_url:2,nsxfirewallrul:[2,8],nsxfirewallservic:2,nsxl2vpn:[2,6],nsxnatrul:[2,10],nsxsite:2,nsxt:2,nsxt_addon:2,nsxtaddon:2,ntp:2,num_host:[2,3],number:[2,3,4,16],number_of_connected_vn:2,number_of_deployed_vm:2,nx_domain:2,nxrrset:2,object:[3,4,5,6,7,8,9,10,11,16],object_id:2,object_type_nam:2,objectid:5,objecttyp:[2,5],obtain:16,occur:16,off:3,offer:[2,3],offer_nam:2,offer_typ:2,offer_vers:2,offerinst:3,offerinstanceshold:[2,3],offertyp:2,old:2,older:12,omit:2,on_demand:2,on_error:16,on_prem_gateway_ip:2,on_prem_nat_ip:2,on_prem_network_cidr:2,on_prem_subnet:2,onc:2,ondemandofferinst:2,one:[2,3,4,12,16],onedai:11,onemonth:11,oneweek:11,oneyear:11,ongo:2,onli:[2,12],onprem_esx:2,onprem_psc:2,onprem_vcent:2,ons:2,open:2,oper:[2,3],option:[2,3,4,5,6,7,11],order:[2,4],order_submit:2,org:[0,1,2,13],org_id:2,org_typ:2,organ:[1,2,3,4,5,6,7,8,9,10,11],orgid:2,orgproperti:2,orgs_client:[0,1,13],origin:2,original_address:2,original_port:2,original_servic:2,original_service_error_cod:2,other:[2,4],out:2,out_shaping_polici:2,output:5,over:2,overal:2,overwrit:2,packag:13,packet:2,packet_count:2,packet_received_error:2,packet_sent_error:2,packets_in:2,packets_out:2,page:[2,4,12,13],page_s:[2,4],pagededgelist:[2,4],pagin:4,paging_info:2,paginginfo:2,pair:2,param:[2,3,4],paramet:[1,2,3,4,5,6,7,8,9,10,11,12,16],parent_task_id:2,partially_connect:2,particular:3,partner:2,pass:[2,3,4,5,6,7,8,9,10,11,12,16],password:2,patch:2,path:2,pattern:2,payload:[3,4],peak_bandwidth:2,peer:[2,5],peer_id:2,peer_ip:2,peer_ip_address:2,peer_spi:2,peer_subnet:2,peerconfig:5,peering_connection_id:2,peerip:2,pending_provis:2,per:[2,4,5],percentag:2,perfect:2,perform:2,permiss:2,persist:2,perspect:2,petrona:2,petronas_regions_to_map:2,pfs_enabl:2,phase:2,phase_in_progress:2,physic:2,pick:2,ping:2,pipelin:2,platform:2,pleas:[2,3],plu:2,polici:2,policy_external_id:2,policy_payer_arn:2,policy_payer_linked_arn:2,policy_service_arn:2,pool:2,pop:2,pop_agent_xeni_connect:2,pop_info:2,popagentxeniconnect:2,popamiinfo:2,popinfo:2,popserviceinfo:2,port:2,portgroup:2,portgroup_id:2,portgroup_nam:2,possibl:[2,4],post:[3,4],power:3,pre:2,pre_rules_exist:2,pre_rules_generation_numb:2,pre_shared_kei:2,predefin:2,prefer:2,prefix:2,prefix_length:2,prem:2,present:2,prev_edge_id:4,prev_sddc_network_id:4,prevedgeid:4,previou:4,primari:2,primary_address:2,primary_dn:2,primary_ip_address:2,print:12,privat:[2,3,4],private_ip:2,private_subnet_id:2,privileg:[2,3],problem:2,process:[2,3],product:[2,3],product_typ:[2,3],program:12,progress:2,progress_perc:2,project_st:2,project_state_cr:2,project_state_delet:2,properti:2,protect:2,protocol:2,provid:[2,3,4,5,6,7,8,9,10,11,12,16],provider_aw:2,providess:16,provis:2,proxi:2,psc:2,psc_management_ip:2,psc_url:2,psk:2,public_ip:2,public_ip_pool:2,public_port:2,publicip:3,publish:2,publish_permiss:2,publish_statu:2,purchas:[2,3],put:3,quantiti:2,queri:[2,3],quot:2,rais:[1,2,3,4,5,6,7,8,9,10,11],rang:2,rate:2,read:2,readi:2,reason:2,reattach:3,receiv:[2,12],recent:2,recent_job_info:2,recommended_capac:2,record:[2,4],recurs:2,red:2,redirect:2,redund:3,ref:3,refer:[2,4],refresh:[3,16],refresh_token:16,refresh_url:16,region:[2,3],region_nam:2,region_to_az_to_shadow_map:2,regist:2,reject:2,relat:2,remain:2,remap:2,remot:12,remov:[2,3],removefromal:3,renam:3,repeat:2,replai:2,replay_error:2,repres:[2,12],request:[2,3,4,5,6,7,8,9,10,11,16],request_info:4,requir:[1,2,3,4,5,6,7,8,9,10,11],reserv:[2,3],reservation_id:2,reservation_schedul:2,reservation_st:2,reservation_state_cancel:2,reservation_state_complet:2,reservation_state_run:2,reservation_state_schedul:2,reservationinmw:2,reservations_cli:[0,1,2,13],reservations_mw:2,reservationschedul:2,reservationwindow:[2,3],reservationwindowmaintenanceproperti:2,reserve_id:2,reset:2,resgroup:2,resid:2,resolv:2,resourc:[2,3],resource_config:2,resource_id:2,resource_pool_moid_of_active_vs:2,resource_pool_name_of_active_vs:2,resource_typ:2,resourcepool:2,respond:2,respons:[1,2,5,12],rest:2,restrict:2,result:2,retain:2,retain_configur:2,retainconfigur:2,retreiv:3,retri:[2,16],retriev:[2,4,5,6,7,8,9,11,16],retryabl:2,reverse_proxi:2,revis:2,rid:2,rout:2,route_table_id:2,router:[2,4],rule:[2,7,8,10],rule_id:[2,7,8,10],rule_interfac:2,rule_tag:2,rule_typ:2,rule_type_default:2,rule_type_us:2,ruleid:2,run:2,rx_bytes_on_local_subnet:2,rx_bytes_on_sit:2,s3_adapt:2,s3_bucket:2,same:[2,4],saturdai:2,save_permiss:2,schedul:2,scope:[2,4],scopeinfo:2,sddc:[0,1,2,3,13],sddc_access_st:2,sddc_config:2,sddc_id:[2,3,4],sddc_manifest:2,sddc_network:[2,4],sddc_patch_request:2,sddc_public_ip_object:3,sddc_state:[2,3],sddc_state_delet:2,sddc_state_deletion_fail:2,sddc_state_deploi:2,sddc_state_fail:2,sddc_state_readi:2,sddc_template_id:2,sddc_type:2,sddcallocatepublicipspec:[2,3],sddcconfig:2,sddcconnect:3,sddcid:[2,3],sddclinkconfig:2,sddcmanifest:2,sddcnetwork:[2,4],sddcnetworkaddressgroup:2,sddcnetworkdhcpconfig:2,sddcnetworkdhcpippool:2,sddcpatchrequest:2,sddcpublicip:[2,3],sddcresourceconfig:2,sddcs_client:[0,1,2,13],sddcstaterequest:[2,3],sddctemplat:[2,3],sdk:12,search:13,seat:[2,3],second:2,secondari:2,secondary_address:2,secondary_dn:2,secondary_ip_address:2,secondaryaddress:2,secreci:2,secur:[2,16],secure_traff:2,security_context_filt:16,security_group_id:2,securitycontext:16,securitycontextfilt:16,securitygroup:2,see:[2,12],select:2,send:[2,12],sensit:7,sent:2,separ:2,seper:2,sequence_number_over_flow_error:2,serv:[2,4],server:[2,3,7,12],server_fail:2,server_statu:2,servic:[2,12,16],service_ag:2,service_aid:2,service_br:2,service_brf:2,service_certif:2,service_dn:2,service_dock:2,service_error:2,service_fm_log_collector:2,service_fm_metrics_collector:2,service_forward_proxi:2,service_glcm:2,service_info:2,service_jr:2,service_logz_log_collector:2,service_ntp:2,service_o:2,service_reverse_proxi:2,service_rt:2,service_s3_adapt:2,serviceerror:2,servicegroup:2,session:[1,2,16],sessions_cr:2,set:[1,2,3,4,7],setup:3,sha1:2,sha_256:2,shadow:2,share:2,should:[2,3,16],should_retri:16,show:[7,11],show_sensitive_data:[6,7],sign:2,sinc:[7,11,12],singl:[2,3],single_az:2,singleaz:2,site:[2,5],site_id:2,site_stat:2,site_statist:2,site_statu:2,size:[2,3,4],skip:2,skip_creating_vxlan:2,skyscrap:2,snat:2,snat_match_destination_address:2,snat_match_destination_port:2,snat_rule_id:2,softwar:2,some:2,sort:4,sort_bi:[2,4],sort_order_ascend:[2,4],sourc:[2,12],source_info:12,source_port:2,source_scop:2,source_sddc_id:2,source_srm:2,source_svc:12,source_vcent:2,source_vr:2,sourcetyp:12,space:2,spec:[3,12],special:[2,12],specif:[2,3,7,8,10],specifi:[2,3,4,5,7,8,12,16],srm:2,ssl:2,sslvpn:2,sslvpn_bytes_in:2,sslvpn_bytes_out:2,sslvpndashboardstat:2,sso:2,sso_domain:2,sss:2,stamp:2,standard:2,standbi:2,start:[2,4,7,11],start_dai:2,start_dat:2,start_day_fridai:2,start_day_mondai:2,start_day_saturdai:2,start_day_sundai:2,start_day_thursdai:2,start_day_tuesdai:2,start_day_wednesdai:2,start_hour:2,start_index:[2,4],start_resource_entity_vers:2,start_tim:[2,7,11],startindex:4,startswith:2,state:[2,3,4],state_act:2,state_appli:2,state_avail:2,state_broken:2,state_connect:2,state_delet:2,state_disconnect:2,state_fail:2,state_initi:2,state_inus:2,state_partially_connect:2,state_unknown:2,states_cancel:2,states_complet:2,states_run:2,states_schedul:2,statist:[0,1,2,3,4,5,7,9],statistics_cli:[0,1,2,3,4,5],statu:[2,5],status_activ:2,status_cancel:2,status_cr:2,status_expir:2,status_fail:2,status_finish:2,status_from_vse_updated_on:2,status_order_submit:2,status_pending_provis:2,status_start:2,std:[1,2,3,4,5,6,7,8,9,10,11],still:3,stop:2,storag:[2,3],storage_capac:2,storage_cli:[0,1,2,13],store:2,str:[1,2,3,4,5,6,7,8,9,10,11,12,16],string:[2,3,12],struct:[2,5],stub:[1,2,3,4,5,6,7,8,9,10,11,16],stub_config:[1,2,3,4,5,6,7,8,9,10,11],stubconfigur:[1,2,3,4,5,6,7,8,9,10,11],stubfactori:[1,2,3,4,5,6,7,8,9,10,11],stubfactorybas:[1,2,3,4,5,6,7,8,9,10,11],sub:2,sub_group:2,sub_interfac:2,sub_statu:2,subgroup:2,subinterfac:2,submodul:[0,13,14,15],subnet:[2,3],subnet_availability_zon:2,subnet_cidr:2,subnet_cidr_block:2,subnet_id:2,subnet_list_result:3,subnet_mask:2,subnet_prefix_length:2,subnetinfo:2,subpackag:13,subscript:2,subscription_request:2,subscriptiondetail:2,subscriptionid:2,subscriptionproduct:[2,3],subscriptionrequest:2,subscriptions_cli:[0,1,2,13],subsequ:2,substr:2,success:2,summari:[2,5],sundai:2,suppli:2,support:[2,3,12],support_window_id:2,supported_capacity_incr:2,supportwindow:[2,3],supportwindowid:[2,3],syn:2,sync:2,system:[2,12],system_statu:2,tabl:2,tag:2,take:[2,3],target:[2,3],task:[2,3,4],task_progress_phas:2,task_typ:2,task_vers:2,taskprogressphas:2,tbrs_client:[0,1,2,13],tcp:2,tcp_allow_out_of_window_packet:2,tcp_pick_ongoing_connect:2,tcp_send_reset_for_closed_vse_port:2,tcp_timeout_clos:2,tcp_timeout_establish:2,tcp_timeout_open:2,templat:[2,3,5],template_id:2,template_nam:2,templateid:5,tenant:2,tenant_id:2,tenantid:4,tend:2,term:2,termin:2,termofferinst:2,test:[2,4],test_result:4,text:[2,5],than:2,them:2,thi:[2,3,7,11,12,16],those:2,through:2,thursdai:2,time:[2,7,11],time_stamp:2,timeout:2,timestamp:2,token:16,tolow:2,total:2,total_count:2,toupper:2,tracerout:2,track:2,traffic:2,traffic_stat:2,trafficshapingpolici:2,transact:2,transfer:2,translat:[1,2],translated_address:2,translated_port:2,transmit:2,transportzon:2,triple_d:2,trunk:2,tsfp:2,tstp:2,tuesdai:2,tunnel:2,tunnel_id:2,tunnel_st:2,tunnel_stat:2,tunnel_statu:2,tunnel_status:2,tunnel_status_connect:2,tunnel_status_disconnect:2,tunnel_status_unknown:2,turn:2,two:[2,12],tx_bytes_from_local_subnet:2,tx_bytes_from_sit:2,type:[1,2,3,4,5,6,7,8,9,11,16],type_cento:2,type_connect:2,type_curl:2,type_dn:2,type_p:2,type_pop:2,type_tracerout:2,udlr:2,udp:2,udp_timeout:2,uid:2,unari:2,unauthent:[1,2,3,4,16],unauthor:[1,2,3,4,5,6,7,8,9,10,11,16],undeploi:2,under:3,undergo:2,uniqifi:2,uniqu:2,unit:2,unit_pric:2,univers:2,universal_revis:2,unknown:[2,12],unlink:2,until:[2,7,11],updat:[2,3,4,6,7,8,10],update_addon_type_hcx:4,updatecredenti:[2,4],updated_by_user_id:2,updated_by_user_nam:2,upgrad:[2,3],uplink:[2,11],upon:2,upper:2,uri:2,url:[2,16],use:[2,3,4,12,16],used:[1,2,3,4,5,6,7,8,9,10,11,16],user:[1,2,3],user_id:2,user_nam:2,usernam:2,using:[2,4,16],usual:2,utc:2,uuid:2,valid:[2,3,4,5],valu:[2,3,4,5,7,12,16],vapi:[1,2,3,4,5,6,7,8,9,10,11,12,13,14],vapiinterfac:[1,2,3,4,5,6,7,8,9,10,11],vapistruct:[2,5],vapp:2,variabl:12,vc_instance_id:2,vc_management_ip:2,vc_public_ip:2,vc_url:2,vcenter:[2,3],version:[2,12],vgw:2,vgw_route_table_id:2,via:3,view:2,view_id:2,view_match:2,view_permiss:2,vif_id:2,virtual:2,virtualmachin:2,virtualwir:2,vlan:2,vlan_id:2,vm_build_info:2,vm_moid_of_active_vs:2,vm_name_of_active_vs:2,vm_security_group_id:2,vm_version:2,vmc:[0,1,13,14,15],vmc_client:[0,13],vmc_internal_vers:2,vmc_local:1,vmc_url:16,vmc_version:2,vmcclient:16,vmcinternalvers:2,vmclocal:[1,2],vmcversion:2,vmware:[0,12],vnic0:2,vnic0_in_byt:2,vnic0_in_pkt:2,vnic0_out_byt:2,vnic0_out_pkt:2,vnic1:2,vnic1_in_byt:2,vnic1_in_pkt:2,vnic1_out_byt:2,vnic1_out_pkt:2,vnic2:2,vnic2_in_byt:2,vnic2_in_pkt:2,vnic2_out_byt:2,vnic2_out_pkt:2,vnic3:2,vnic3_in_byt:2,vnic3_in_pkt:2,vnic3_out_byt:2,vnic3_out_pkt:2,vnic4:2,vnic4_in_byt:2,vnic4_in_pkt:2,vnic4_out_byt:2,vnic4_out_pkt:2,vnic5:2,vnic5_in_byt:2,vnic5_in_pkt:2,vnic5_out_byt:2,vnic5_out_pkt:2,vnic6:2,vnic6_in_byt:2,vnic6_in_pkt:2,vnic6_out_byt:2,vnic6_out_pkt:2,vnic7:2,vnic7_in_byt:2,vnic7_in_pkt:2,vnic7_out_byt:2,vnic7_out_pkt:2,vnic8:2,vnic8_in_byt:2,vnic8_in_pkt:2,vnic8_out_byt:2,vnic8_out_pkt:2,vnic9:2,vnic9_in_byt:2,vnic9_in_pkt:2,vnic9_out_byt:2,vnic9_out_pkt:2,vnic:[2,5],vnic_:2,vnic_group_id:2,vnic_group_ids_extern:2,vnic_group_ids_intern:2,vnic_group_ids_vnic_index_0:2,vnic_group_ids_vnic_index_1:2,vnic_group_ids_vnic_index_2:2,vnic_group_ids_vnic_index_3:2,vnic_group_ids_vnic_index_4:2,vnic_group_ids_vnic_index_5:2,vnic_group_ids_vnic_index_6:2,vnic_group_ids_vnic_index_7:2,vnic_group_ids_vnic_index_8:2,vnic_group_ids_vnic_index_9:2,vnic_group_ids_vs:2,vnicindex:2,vpc:2,vpc_cidr:2,vpc_cidr_block:2,vpc_endpoint_id:2,vpc_id:2,vpc_info:2,vpc_info_peered_ag:2,vpc_map:2,vpcinfo:2,vpcinfosubnet:2,vpn:[2,5,6,7,9],vpnchannelstatu:2,vpntunnelstatu:2,vpntunneltrafficstat:2,vsan_encryption_config:2,vsanconfigconstraint:[2,3],vsanencryptionconfig:2,vsanstoragedesign:2,vse:2,vsm_uuid:2,vsphere:2,vxlan:2,vxlan_subnet:2,want:[2,12],warn:2,wednesdai:2,week:2,week_of:2,were:2,west:2,what:[2,3],when:[2,3,12],where:2,whether:[2,16],which:[1,2,3,12],white:2,who:3,why:2,win:2,window:[2,3],window_id:2,wire:2,wit:2,within:2,without:2,witness_availability_zon:2,work:[2,3],workflow:2,workload:[2,3],would:[2,12],writer:2,xml:5,yellow:2,yet:2,you:[2,3,12],your:[2,4,12],yyyi:2,zerocloud:3,zone:[2,3]},titles:["com package","com.vmware package","com.vmware.vmc package","com.vmware.vmc.orgs package","com.vmware.vmc.orgs.sddcs package","com.vmware.vmc.orgs.sddcs.networks package","com.vmware.vmc.orgs.sddcs.networks.cgws package","com.vmware.vmc.orgs.sddcs.networks.edges package","com.vmware.vmc.orgs.sddcs.networks.edges.firewall package","com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn package","com.vmware.vmc.orgs.sddcs.networks.edges.nat package","com.vmware.vmc.orgs.sddcs.networks.edges.statistics package","Interface definition language to python mapping for enumerated types","Welcome to VMware Cloud on AWS Console API\u2019s documentation!","vmware package","vmware.vapi package","vmware.vapi.vmc package"],titleterms:{AWS:13,account_link_cli:3,addons_cli:4,api:13,cgw:6,client:16,cloud:13,code:12,com:[0,1,2,3,4,5,6,7,8,9,10,11],config_cli:[8,9,10],consol:13,csp_filter:16,dashboard_cli:11,definit:12,dhcp_client:7,dns_client:[4,7],document:[12,13],edg:[7,8,9,10,11],edges_cli:5,enumer:12,exampl:12,firewal:8,firewall_cli:7,indic:13,interfac:12,interfaces_cli:11,ipsec_cli:7,l2vpn:9,l2vpn_client:6,languag:12,map:12,model_cli:2,modul:[1,2,3,4,5,6,7,8,9,10,11,16],nat:10,nat_client:7,network:[5,6,7,8,9,10,11],networking_cli:4,networks_cli:4,org:[3,4,5,6,7,8,9,10,11],orgs_client:2,packag:[0,1,2,3,4,5,6,7,8,9,10,11,14,15,16],python:12,reservations_cli:3,sddc:[4,5,6,7,8,9,10,11],sddcs_client:3,statist:11,statistics_cli:7,storage_cli:3,submodul:[1,2,3,4,5,6,7,8,9,10,11,16],subpackag:[0,1,2,3,4,5,7,14,15],subscriptions_cli:3,tabl:13,tbrs_client:3,type:12,vapi:[15,16],vmc:[2,3,4,5,6,7,8,9,10,11,16],vmc_client:1,vmware:[1,2,3,4,5,6,7,8,9,10,11,13,14,15,16],welcom:13}}) \ No newline at end of file +Search.setIndex({docnames:["com","com.vmware","com.vmware.vmc","com.vmware.vmc.orgs","com.vmware.vmc.orgs.sddcs","com.vmware.vmc.orgs.sddcs.networks","com.vmware.vmc.orgs.sddcs.networks.cgws","com.vmware.vmc.orgs.sddcs.networks.edges","com.vmware.vmc.orgs.sddcs.networks.edges.firewall","com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn","com.vmware.vmc.orgs.sddcs.networks.edges.nat","com.vmware.vmc.orgs.sddcs.networks.edges.statistics","enumeration","index","vmware","vmware.vapi","vmware.vapi.vmc"],envversion:{"sphinx.domains.c":1,"sphinx.domains.changeset":1,"sphinx.domains.cpp":1,"sphinx.domains.javascript":1,"sphinx.domains.math":2,"sphinx.domains.python":1,"sphinx.domains.rst":1,"sphinx.domains.std":1,sphinx:54},filenames:["com.rst","com.vmware.rst","com.vmware.vmc.rst","com.vmware.vmc.orgs.rst","com.vmware.vmc.orgs.sddcs.rst","com.vmware.vmc.orgs.sddcs.networks.rst","com.vmware.vmc.orgs.sddcs.networks.cgws.rst","com.vmware.vmc.orgs.sddcs.networks.edges.rst","com.vmware.vmc.orgs.sddcs.networks.edges.firewall.rst","com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.rst","com.vmware.vmc.orgs.sddcs.networks.edges.nat.rst","com.vmware.vmc.orgs.sddcs.networks.edges.statistics.rst","enumeration.rst","index.rst","vmware.rst","vmware.vapi.rst","vmware.vapi.vmc.rst"],objects:{"":{com:[0,0,0,"-"],vmware:[14,0,0,"-"]},"com.vmware":{vmc:[2,0,0,"-"],vmc_client:[1,0,0,"-"]},"com.vmware.vmc":{model_client:[2,0,0,"-"],orgs:[3,0,0,"-"],orgs_client:[2,0,0,"-"]},"com.vmware.vmc.model_client":{AbstractEntity:[2,1,1,""],AccountLinkConfig:[2,1,1,""],AccountLinkSddcConfig:[2,1,1,""],AddressFWSourceDestination:[2,1,1,""],Agent:[2,1,1,""],AmiInfo:[2,1,1,""],AppliancesSummary:[2,1,1,""],Application:[2,1,1,""],AwsAgent:[2,1,1,""],AwsCloudProvider:[2,1,1,""],AwsCompatibleSubnets:[2,1,1,""],AwsCustomerConnectedAccount:[2,1,1,""],AwsEsxHost:[2,1,1,""],AwsKeyPair:[2,1,1,""],AwsKmsInfo:[2,1,1,""],AwsSddcConfig:[2,1,1,""],AwsSddcConnection:[2,1,1,""],AwsSddcResourceConfig:[2,1,1,""],AwsSubnet:[2,1,1,""],CaCertificates:[2,1,1,""],CbmStatistic:[2,1,1,""],CbmStatistics:[2,1,1,""],CbmStatsData:[2,1,1,""],CloudProvider:[2,1,1,""],Cluster:[2,1,1,""],ClusterConfig:[2,1,1,""],ComputeGatewayTemplate:[2,1,1,""],ConnectivityAgentValidation:[2,1,1,""],ConnectivityValidationGroup:[2,1,1,""],ConnectivityValidationGroups:[2,1,1,""],ConnectivityValidationInput:[2,1,1,""],ConnectivityValidationSubGroup:[2,1,1,""],CrlCertificates:[2,1,1,""],CustomerEniInfo:[2,1,1,""],DashboardData:[2,1,1,""],DashboardStat:[2,1,1,""],DashboardStatistics:[2,1,1,""],DataPageEdgeSummary:[2,1,1,""],DataPageSddcNetwork:[2,1,1,""],DataPermissions:[2,1,1,""],DhcpLeaseInfo:[2,1,1,""],DhcpLeases:[2,1,1,""],DnsConfig:[2,1,1,""],DnsForwarders:[2,1,1,""],DnsListeners:[2,1,1,""],DnsResponseStats:[2,1,1,""],DnsStatusAndStats:[2,1,1,""],DnsView:[2,1,1,""],DnsViewMatch:[2,1,1,""],DnsViews:[2,1,1,""],EdgeJob:[2,1,1,""],EdgeStatus:[2,1,1,""],EdgeSummary:[2,1,1,""],EdgeVmStatus:[2,1,1,""],EdgeVnicAddressGroup:[2,1,1,""],EdgeVnicAddressGroups:[2,1,1,""],EniInfo:[2,1,1,""],ErrorResponse:[2,1,1,""],EsxConfig:[2,1,1,""],EsxHost:[2,1,1,""],ExtendedAttribute:[2,1,1,""],FeatureCapabilities:[2,1,1,""],FeatureCapability:[2,1,1,""],FeatureStatus:[2,1,1,""],FirewallConfig:[2,1,1,""],FirewallDashboardStats:[2,1,1,""],FirewallDefaultPolicy:[2,1,1,""],FirewallGlobalConfig:[2,1,1,""],FirewallRule:[2,1,1,""],FirewallRuleScope:[2,1,1,""],FirewallRuleStats:[2,1,1,""],FirewallRules:[2,1,1,""],FirewallService:[2,1,1,""],GatewayTemplate:[2,1,1,""],GlcmBundle:[2,1,1,""],HostLeaseInfo:[2,1,1,""],InteractionPermissions:[2,1,1,""],InterfacesDashboardStats:[2,1,1,""],IpAddresses:[2,1,1,""],Ipsec:[2,1,1,""],IpsecDashboardStats:[2,1,1,""],IpsecGlobalConfig:[2,1,1,""],IpsecSite:[2,1,1,""],IpsecSiteIKEStatus:[2,1,1,""],IpsecSiteStats:[2,1,1,""],IpsecSites:[2,1,1,""],IpsecStatusAndStats:[2,1,1,""],IpsecTunnelStats:[2,1,1,""],KeyValueAttributes:[2,1,1,""],KmsVpcEndpoint:[2,1,1,""],L2Extension:[2,1,1,""],L2Vpn:[2,1,1,""],L2vpnStats:[2,1,1,""],L2vpnStatusAndStats:[2,1,1,""],LicenceAclPermissions:[2,1,1,""],LoadBalancerDashboardStats:[2,1,1,""],Logging:[2,1,1,""],LogicalNetwork:[2,1,1,""],LogicalRouterScope:[2,1,1,""],LogicalRouterScopes:[2,1,1,""],MacAddress:[2,1,1,""],MaintenanceWindow:[2,1,1,""],MaintenanceWindowEntry:[2,1,1,""],MaintenanceWindowGet:[2,1,1,""],ManagementGatewayTemplate:[2,1,1,""],MapZonesRequest:[2,1,1,""],MetaDashboardStats:[2,1,1,""],Metadata:[2,1,1,""],Nat:[2,1,1,""],NatRule:[2,1,1,""],NatRules:[2,1,1,""],NetworkTemplate:[2,1,1,""],NewCredentials:[2,1,1,""],Nsxfirewallrule:[2,1,1,""],Nsxfirewallservice:[2,1,1,""],Nsxl2vpn:[2,1,1,""],Nsxnatrule:[2,1,1,""],Nsxsite:[2,1,1,""],NsxtAddons:[2,1,1,""],ObjectType:[2,1,1,""],OfferInstancesHolder:[2,1,1,""],OfferType:[2,1,1,""],OnDemandOfferInstance:[2,1,1,""],OrgProperties:[2,1,1,""],Organization:[2,1,1,""],PagedEdgeList:[2,1,1,""],PagingInfo:[2,1,1,""],PopAgentXeniConnection:[2,1,1,""],PopAmiInfo:[2,1,1,""],PopInfo:[2,1,1,""],PopServiceInfo:[2,1,1,""],Requests:[2,1,1,""],Reservation:[2,1,1,""],ReservationInMw:[2,1,1,""],ReservationSchedule:[2,1,1,""],ReservationWindow:[2,1,1,""],ReservationWindowMaintenanceProperties:[2,1,1,""],Result:[2,1,1,""],ScopeInfo:[2,1,1,""],Sddc:[2,1,1,""],SddcAllocatePublicIpSpec:[2,1,1,""],SddcConfig:[2,1,1,""],SddcId:[2,1,1,""],SddcLinkConfig:[2,1,1,""],SddcManifest:[2,1,1,""],SddcNetwork:[2,1,1,""],SddcNetworkAddressGroup:[2,1,1,""],SddcNetworkAddressGroups:[2,1,1,""],SddcNetworkDhcpConfig:[2,1,1,""],SddcNetworkDhcpIpPool:[2,1,1,""],SddcPatchRequest:[2,1,1,""],SddcPublicIp:[2,1,1,""],SddcResourceConfig:[2,1,1,""],SddcStateRequest:[2,1,1,""],SddcTemplate:[2,1,1,""],SecondaryAddresses:[2,1,1,""],ServiceError:[2,1,1,""],Site:[2,1,1,""],Sites:[2,1,1,""],SslvpnDashboardStats:[2,1,1,""],StubFactory:[2,1,1,""],SubInterface:[2,1,1,""],SubInterfaces:[2,1,1,""],SubnetInfo:[2,1,1,""],Subnets:[2,1,1,""],SubscriptionDetails:[2,1,1,""],SubscriptionProducts:[2,1,1,""],SubscriptionRequest:[2,1,1,""],SupportWindow:[2,1,1,""],SupportWindowId:[2,1,1,""],Task:[2,1,1,""],TaskProgressPhase:[2,1,1,""],TermOfferInstance:[2,1,1,""],TrafficShapingPolicy:[2,1,1,""],UpdateCredentials:[2,1,1,""],VmcLocale:[2,1,1,""],Vnic:[2,1,1,""],Vnics:[2,1,1,""],VpcInfo:[2,1,1,""],VpcInfoSubnets:[2,1,1,""],Vpn:[2,1,1,""],VpnChannelStatus:[2,1,1,""],VpnTunnelStatus:[2,1,1,""],VpnTunnelTrafficStats:[2,1,1,""],VsanConfigConstraints:[2,1,1,""],VsanEncryptionConfig:[2,1,1,""]},"com.vmware.vmc.model_client.Agent":{AGENT_STATE_CUSTOMIZING:[2,2,1,""],AGENT_STATE_DELETED:[2,2,1,""],AGENT_STATE_DELETING:[2,2,1,""],AGENT_STATE_DEPLOYING:[2,2,1,""],AGENT_STATE_FAILED:[2,2,1,""],AGENT_STATE_NOT_READY:[2,2,1,""],AGENT_STATE_READY:[2,2,1,""],provider:[2,2,1,""]},"com.vmware.vmc.model_client.AwsAgent":{provider:[2,2,1,""]},"com.vmware.vmc.model_client.AwsCloudProvider":{provider:[2,2,1,""]},"com.vmware.vmc.model_client.AwsCustomerConnectedAccount":{STATE_ACTIVE:[2,2,1,""],STATE_BROKEN:[2,2,1,""],STATE_DELETED:[2,2,1,""]},"com.vmware.vmc.model_client.AwsEsxHost":{provider:[2,2,1,""]},"com.vmware.vmc.model_client.AwsSddcConfig":{provider:[2,2,1,""]},"com.vmware.vmc.model_client.AwsSddcConnection":{STATE_ACTIVE:[2,2,1,""],STATE_BROKEN:[2,2,1,""],STATE_DELETED:[2,2,1,""]},"com.vmware.vmc.model_client.AwsSddcResourceConfig":{provider:[2,2,1,""]},"com.vmware.vmc.model_client.CloudProvider":{provider:[2,2,1,""]},"com.vmware.vmc.model_client.Cluster":{CLUSTER_STATE_ADDING_HOSTS:[2,2,1,""],CLUSTER_STATE_DEPLOYING:[2,2,1,""],CLUSTER_STATE_FAILED:[2,2,1,""],CLUSTER_STATE_READY:[2,2,1,""],cluster_id:[2,2,1,""]},"com.vmware.vmc.model_client.ConnectivityAgentValidation":{SOURCE_SRM:[2,2,1,""],SOURCE_VCENTER:[2,2,1,""],SOURCE_VR:[2,2,1,""],TYPE_CONNECTIVITY:[2,2,1,""],TYPE_CURL:[2,2,1,""],TYPE_DNS:[2,2,1,""],TYPE_PING:[2,2,1,""],TYPE_TRACEROUTE:[2,2,1,""]},"com.vmware.vmc.model_client.ConnectivityValidationGroup":{ID_DRAAS:[2,2,1,""],ID_HLM:[2,2,1,""]},"com.vmware.vmc.model_client.ConnectivityValidationInput":{ID_HOSTNAME:[2,2,1,""],ID_HOSTNAME_OR_IP:[2,2,1,""],ID_HOST_IP:[2,2,1,""]},"com.vmware.vmc.model_client.ConnectivityValidationSubGroup":{ID_ACTIVE_DIRECTORY:[2,2,1,""],ID_DRAAS_ONPREM_PSC:[2,2,1,""],ID_DRAAS_ONPREM_SRM:[2,2,1,""],ID_DRAAS_ONPREM_VCENTER:[2,2,1,""],ID_DRAAS_ONPREM_VR:[2,2,1,""],ID_ONPREM_ESX:[2,2,1,""],ID_ONPREM_PSC:[2,2,1,""],ID_ONPREM_VCENTER:[2,2,1,""],ID_PRIMARY_DNS:[2,2,1,""],ID_SECONDARY_DNS:[2,2,1,""]},"com.vmware.vmc.model_client.EsxHost":{ESX_STATE_DELETED:[2,2,1,""],ESX_STATE_DELETING:[2,2,1,""],ESX_STATE_DEPLOYING:[2,2,1,""],ESX_STATE_FAILED:[2,2,1,""],ESX_STATE_PROVISIONED:[2,2,1,""],ESX_STATE_READY:[2,2,1,""],provider:[2,2,1,""]},"com.vmware.vmc.model_client.FirewallRule":{ACTION_ALLOW:[2,2,1,""],ACTION_DENY:[2,2,1,""],RULE_TYPE_DEFAULT:[2,2,1,""],RULE_TYPE_USER:[2,2,1,""]},"com.vmware.vmc.model_client.FirewallRuleScope":{VNIC_GROUP_IDS_EXTERNAL:[2,2,1,""],VNIC_GROUP_IDS_INTERNAL:[2,2,1,""],VNIC_GROUP_IDS_VNIC_INDEX_0:[2,2,1,""],VNIC_GROUP_IDS_VNIC_INDEX_1:[2,2,1,""],VNIC_GROUP_IDS_VNIC_INDEX_2:[2,2,1,""],VNIC_GROUP_IDS_VNIC_INDEX_3:[2,2,1,""],VNIC_GROUP_IDS_VNIC_INDEX_4:[2,2,1,""],VNIC_GROUP_IDS_VNIC_INDEX_5:[2,2,1,""],VNIC_GROUP_IDS_VNIC_INDEX_6:[2,2,1,""],VNIC_GROUP_IDS_VNIC_INDEX_7:[2,2,1,""],VNIC_GROUP_IDS_VNIC_INDEX_8:[2,2,1,""],VNIC_GROUP_IDS_VNIC_INDEX_9:[2,2,1,""],VNIC_GROUP_IDS_VSE:[2,2,1,""]},"com.vmware.vmc.model_client.LogicalNetwork":{NETWORK_TYPE_EXTENDED:[2,2,1,""],NETWORK_TYPE_HOSTED:[2,2,1,""],NETWORK_TYPE_ROUTED:[2,2,1,""]},"com.vmware.vmc.model_client.MaintenanceWindow":{DAY_OF_WEEK_FRIDAY:[2,2,1,""],DAY_OF_WEEK_MONDAY:[2,2,1,""],DAY_OF_WEEK_SATURDAY:[2,2,1,""],DAY_OF_WEEK_SUNDAY:[2,2,1,""],DAY_OF_WEEK_THURSDAY:[2,2,1,""],DAY_OF_WEEK_TUESDAY:[2,2,1,""],DAY_OF_WEEK_WEDNESDAY:[2,2,1,""]},"com.vmware.vmc.model_client.MaintenanceWindowGet":{DAY_OF_WEEK_FRIDAY:[2,2,1,""],DAY_OF_WEEK_MONDAY:[2,2,1,""],DAY_OF_WEEK_SATURDAY:[2,2,1,""],DAY_OF_WEEK_SUNDAY:[2,2,1,""],DAY_OF_WEEK_THURSDAY:[2,2,1,""],DAY_OF_WEEK_TUESDAY:[2,2,1,""],DAY_OF_WEEK_WEDNESDAY:[2,2,1,""]},"com.vmware.vmc.model_client.NatRule":{ACTION_DNAT:[2,2,1,""],ACTION_SNAT:[2,2,1,""]},"com.vmware.vmc.model_client.OfferType":{ON_DEMAND:[2,2,1,""],TERM:[2,2,1,""]},"com.vmware.vmc.model_client.Organization":{PROJECT_STATE_CREATED:[2,2,1,""],PROJECT_STATE_DELETED:[2,2,1,""]},"com.vmware.vmc.model_client.PopAmiInfo":{TYPE_CENTOS:[2,2,1,""],TYPE_POP:[2,2,1,""]},"com.vmware.vmc.model_client.PopServiceInfo":{SERVICE_AGENT:[2,2,1,""],SERVICE_AIDE:[2,2,1,""],SERVICE_BRE:[2,2,1,""],SERVICE_BRF:[2,2,1,""],SERVICE_DNS:[2,2,1,""],SERVICE_DOCKER:[2,2,1,""],SERVICE_FM_LOG_COLLECTOR:[2,2,1,""],SERVICE_FM_METRICS_COLLECTOR:[2,2,1,""],SERVICE_FORWARD_PROXY:[2,2,1,""],SERVICE_GLCM:[2,2,1,""],SERVICE_JRE:[2,2,1,""],SERVICE_LOGZ_LOG_COLLECTOR:[2,2,1,""],SERVICE_NTP:[2,2,1,""],SERVICE_OS:[2,2,1,""],SERVICE_REVERSE_PROXY:[2,2,1,""],SERVICE_RTS:[2,2,1,""],SERVICE_S3_ADAPTER:[2,2,1,""]},"com.vmware.vmc.model_client.ReservationSchedule":{DAY_OF_WEEK_FRIDAY:[2,2,1,""],DAY_OF_WEEK_MONDAY:[2,2,1,""],DAY_OF_WEEK_SATURDAY:[2,2,1,""],DAY_OF_WEEK_SUNDAY:[2,2,1,""],DAY_OF_WEEK_THURSDAY:[2,2,1,""],DAY_OF_WEEK_TUESDAY:[2,2,1,""],DAY_OF_WEEK_WEDNESDAY:[2,2,1,""]},"com.vmware.vmc.model_client.ReservationWindow":{RESERVATION_STATE_CANCELED:[2,2,1,""],RESERVATION_STATE_COMPLETED:[2,2,1,""],RESERVATION_STATE_RUNNING:[2,2,1,""],RESERVATION_STATE_SCHEDULED:[2,2,1,""]},"com.vmware.vmc.model_client.Sddc":{ACCOUNT_LINK_STATE_DELAYED:[2,2,1,""],ACCOUNT_LINK_STATE_LINKED:[2,2,1,""],ACCOUNT_LINK_STATE_UNLINKED:[2,2,1,""],PROVIDER_AWS:[2,2,1,""],SDDC_STATE_DELETED:[2,2,1,""],SDDC_STATE_DELETING:[2,2,1,""],SDDC_STATE_DELETION_FAILED:[2,2,1,""],SDDC_STATE_DEPLOYING:[2,2,1,""],SDDC_STATE_FAILED:[2,2,1,""],SDDC_STATE_READY:[2,2,1,""]},"com.vmware.vmc.model_client.SddcConfig":{DEPLOYMENT_TYPE_MULTIAZ:[2,2,1,""],DEPLOYMENT_TYPE_SINGLEAZ:[2,2,1,""],PROVIDER_AWS:[2,2,1,""],provider:[2,2,1,""]},"com.vmware.vmc.model_client.SddcResourceConfig":{DEPLOYMENT_TYPE_MULTI_AZ:[2,2,1,""],DEPLOYMENT_TYPE_SINGLE_AZ:[2,2,1,""],PROVIDER_AWS:[2,2,1,""],provider:[2,2,1,""]},"com.vmware.vmc.model_client.SddcStateRequest":{STATES_CANCELED:[2,2,1,""],STATES_COMPLETED:[2,2,1,""],STATES_RUNNING:[2,2,1,""],STATES_SCHEDULED:[2,2,1,""]},"com.vmware.vmc.model_client.SddcTemplate":{STATE_APPLIED:[2,2,1,""],STATE_AVAILABLE:[2,2,1,""],STATE_DELETED:[2,2,1,""],STATE_DELETING:[2,2,1,""],STATE_FAILED:[2,2,1,""],STATE_INITIALIZATION:[2,2,1,""],STATE_INUSE:[2,2,1,""]},"com.vmware.vmc.model_client.Site":{TUNNEL_STATUS_CONNECTED:[2,2,1,""],TUNNEL_STATUS_DISCONNECTED:[2,2,1,""],TUNNEL_STATUS_UNKNOWN:[2,2,1,""]},"com.vmware.vmc.model_client.SubscriptionDetails":{STATUS_ACTIVATED:[2,2,1,""],STATUS_CANCELLED:[2,2,1,""],STATUS_CREATED:[2,2,1,""],STATUS_EXPIRED:[2,2,1,""],STATUS_FAILED:[2,2,1,""],STATUS_ORDER_SUBMITTED:[2,2,1,""],STATUS_PENDING_PROVISIONING:[2,2,1,""]},"com.vmware.vmc.model_client.SupportWindow":{START_DAY_FRIDAY:[2,2,1,""],START_DAY_MONDAY:[2,2,1,""],START_DAY_SATURDAY:[2,2,1,""],START_DAY_SUNDAY:[2,2,1,""],START_DAY_THURSDAY:[2,2,1,""],START_DAY_TUESDAY:[2,2,1,""],START_DAY_WEDNESDAY:[2,2,1,""]},"com.vmware.vmc.model_client.Task":{STATUS_CANCELED:[2,2,1,""],STATUS_CANCELING:[2,2,1,""],STATUS_FAILED:[2,2,1,""],STATUS_FINISHED:[2,2,1,""],STATUS_STARTED:[2,2,1,""]},"com.vmware.vmc.model_client.Vpn":{AUTHENTICATION_PSK:[2,2,1,""],AUTHENTICATION_UNKNOWN:[2,2,1,""],DH_GROUP_DH14:[2,2,1,""],DH_GROUP_DH15:[2,2,1,""],DH_GROUP_DH16:[2,2,1,""],DH_GROUP_DH2:[2,2,1,""],DH_GROUP_DH5:[2,2,1,""],DH_GROUP_UNKNOWN:[2,2,1,""],DIGEST_ALGORITHM_SHA1:[2,2,1,""],DIGEST_ALGORITHM_SHA_256:[2,2,1,""],ENCRYPTION_AES256:[2,2,1,""],ENCRYPTION_AES:[2,2,1,""],ENCRYPTION_AES_GCM:[2,2,1,""],ENCRYPTION_TRIPLE_DES:[2,2,1,""],ENCRYPTION_UNKNOWN:[2,2,1,""],IKE_OPTION_IKEV1:[2,2,1,""],IKE_OPTION_IKEV2:[2,2,1,""],STATE_CONNECTED:[2,2,1,""],STATE_DISCONNECTED:[2,2,1,""],STATE_PARTIALLY_CONNECTED:[2,2,1,""],STATE_UNKNOWN:[2,2,1,""]},"com.vmware.vmc.model_client.VpnChannelStatus":{CHANNEL_STATUS_CONNECTED:[2,2,1,""],CHANNEL_STATUS_DISCONNECTED:[2,2,1,""],CHANNEL_STATUS_UNKNOWN:[2,2,1,""]},"com.vmware.vmc.model_client.VpnTunnelStatus":{TUNNEL_STATUS_CONNECTED:[2,2,1,""],TUNNEL_STATUS_DISCONNECTED:[2,2,1,""],TUNNEL_STATUS_UNKNOWN:[2,2,1,""]},"com.vmware.vmc.orgs":{account_link_client:[3,0,0,"-"],reservations_client:[3,0,0,"-"],sddcs:[4,0,0,"-"],sddcs_client:[3,0,0,"-"],storage_client:[3,0,0,"-"],subscriptions_client:[3,0,0,"-"],tbrs_client:[3,0,0,"-"]},"com.vmware.vmc.orgs.account_link_client":{CompatibleSubnets:[3,1,1,""],CompatibleSubnetsAsync:[3,1,1,""],ConnectedAccounts:[3,1,1,""],MapCustomerZones:[3,1,1,""],SddcConnections:[3,1,1,""],StubFactory:[3,1,1,""]},"com.vmware.vmc.orgs.account_link_client.CompatibleSubnets":{get:[3,3,1,""],post:[3,3,1,""]},"com.vmware.vmc.orgs.account_link_client.CompatibleSubnetsAsync":{get:[3,3,1,""],post:[3,3,1,""]},"com.vmware.vmc.orgs.account_link_client.ConnectedAccounts":{"delete":[3,3,1,""],get:[3,3,1,""]},"com.vmware.vmc.orgs.account_link_client.MapCustomerZones":{post:[3,3,1,""]},"com.vmware.vmc.orgs.account_link_client.SddcConnections":{get:[3,3,1,""]},"com.vmware.vmc.orgs.reservations_client":{Mw:[3,1,1,""],StubFactory:[3,1,1,""]},"com.vmware.vmc.orgs.reservations_client.Mw":{get:[3,3,1,""],put:[3,3,1,""]},"com.vmware.vmc.orgs.sddcs":{addons_client:[4,0,0,"-"],dns_client:[4,0,0,"-"],management_vms_client:[4,0,0,"-"],networking_client:[4,0,0,"-"],networks:[5,0,0,"-"],networks_client:[4,0,0,"-"]},"com.vmware.vmc.orgs.sddcs.addons_client":{Credentials:[4,1,1,""],StubFactory:[4,1,1,""]},"com.vmware.vmc.orgs.sddcs.addons_client.Credentials":{CREATE_ADDON_TYPE_HCX:[4,2,1,""],GET_ADDON_TYPE_HCX:[4,2,1,""],LIST_ADDON_TYPE_HCX:[4,2,1,""],UPDATE_ADDON_TYPE_HCX:[4,2,1,""],create:[4,3,1,""],get:[4,3,1,""],list:[4,3,1,""],update:[4,3,1,""]},"com.vmware.vmc.orgs.sddcs.dns_client":{Private:[4,1,1,""],Public:[4,1,1,""],StubFactory:[4,1,1,""]},"com.vmware.vmc.orgs.sddcs.dns_client.Private":{update:[4,3,1,""]},"com.vmware.vmc.orgs.sddcs.dns_client.Public":{update:[4,3,1,""]},"com.vmware.vmc.orgs.sddcs.management_vms_client":{Dns:[4,1,1,""],StubFactory:[4,1,1,""]},"com.vmware.vmc.orgs.sddcs.management_vms_client.Dns":{UPDATE_IP_TYPE_PRIVATE:[4,2,1,""],UPDATE_IP_TYPE_PUBLIC:[4,2,1,""],update:[4,3,1,""]},"com.vmware.vmc.orgs.sddcs.networking_client":{ConnectivityTests:[4,1,1,""],StubFactory:[4,1,1,""]},"com.vmware.vmc.orgs.sddcs.networking_client.ConnectivityTests":{get:[4,3,1,""],post:[4,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks":{cgws:[6,0,0,"-"],edges:[7,0,0,"-"],edges_client:[5,0,0,"-"]},"com.vmware.vmc.orgs.sddcs.networks.cgws":{l2vpn_client:[6,0,0,"-"]},"com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client":{Config:[6,1,1,""],StubFactory:[6,1,1,""]},"com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.Config":{"delete":[6,3,1,""],get:[6,3,1,""],update:[6,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges":{dhcp_client:[7,0,0,"-"],dns_client:[7,0,0,"-"],firewall:[8,0,0,"-"],firewall_client:[7,0,0,"-"],ipsec_client:[7,0,0,"-"],l2vpn:[9,0,0,"-"],nat:[10,0,0,"-"],nat_client:[7,0,0,"-"],statistics:[11,0,0,"-"],statistics_client:[7,0,0,"-"]},"com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client":{Leaseinfo:[7,1,1,""],StubFactory:[7,1,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client.Leaseinfo":{get:[7,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.dns_client":{Config:[7,1,1,""],Statistics:[7,1,1,""],StubFactory:[7,1,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Config":{"delete":[7,3,1,""],create:[7,3,1,""],get:[7,3,1,""],update:[7,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Statistics":{get:[7,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.firewall":{config_client:[8,0,0,"-"]},"com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client":{Rules:[8,1,1,""],StubFactory:[8,1,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.Rules":{"delete":[8,3,1,""],add:[8,3,1,""],get:[8,3,1,""],update:[8,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client":{Config:[7,1,1,""],Statistics:[7,1,1,""],StubFactory:[7,1,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.Config":{"delete":[7,3,1,""],get:[7,3,1,""],update:[7,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.Statistics":{get:[7,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client":{Config:[7,1,1,""],Statistics:[7,1,1,""],StubFactory:[7,1,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.Config":{"delete":[7,3,1,""],get:[7,3,1,""],update:[7,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.Statistics":{get:[7,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn":{config_client:[9,0,0,"-"]},"com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client":{Statistics:[9,1,1,""],StubFactory:[9,1,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client.Statistics":{get:[9,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.nat":{config_client:[10,0,0,"-"]},"com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client":{Rules:[10,1,1,""],StubFactory:[10,1,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client.Rules":{"delete":[10,3,1,""],add:[10,3,1,""],update:[10,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.nat_client":{Config:[7,1,1,""],StubFactory:[7,1,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.nat_client.Config":{"delete":[7,3,1,""],get:[7,3,1,""],update:[7,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.statistics":{dashboard_client:[11,0,0,"-"],interfaces_client:[11,0,0,"-"]},"com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client":{Firewall:[11,1,1,""],Interface:[11,1,1,""],Ipsec:[11,1,1,""],StubFactory:[11,1,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Firewall":{get:[11,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Interface":{get:[11,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Ipsec":{get:[11,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client":{Internal:[11,1,1,""],StubFactory:[11,1,1,""],Uplink:[11,1,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.Internal":{get:[11,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.Uplink":{get:[11,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client":{Interfaces:[7,1,1,""],StubFactory:[7,1,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client.Interfaces":{get:[7,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges_client":{Peerconfig:[5,1,1,""],Status:[5,1,1,""],StubFactory:[5,1,1,""],Vnics:[5,1,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges_client.Peerconfig":{get:[5,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges_client.Status":{get:[5,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks.edges_client.Vnics":{get:[5,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks_client":{Edges:[4,1,1,""],Logical:[4,1,1,""],StubFactory:[4,1,1,""]},"com.vmware.vmc.orgs.sddcs.networks_client.Edges":{get:[4,3,1,""]},"com.vmware.vmc.orgs.sddcs.networks_client.Logical":{"delete":[4,3,1,""],create:[4,3,1,""],get:[4,3,1,""],get_0:[4,3,1,""],update:[4,3,1,""]},"com.vmware.vmc.orgs.sddcs_client":{Clusters:[3,1,1,""],Convert:[3,1,1,""],Esxs:[3,1,1,""],Publicips:[3,1,1,""],SddcTemplate:[3,1,1,""],StubFactory:[3,1,1,""]},"com.vmware.vmc.orgs.sddcs_client.Clusters":{"delete":[3,3,1,""],create:[3,3,1,""]},"com.vmware.vmc.orgs.sddcs_client.Convert":{create:[3,3,1,""]},"com.vmware.vmc.orgs.sddcs_client.Esxs":{create:[3,3,1,""]},"com.vmware.vmc.orgs.sddcs_client.Publicips":{"delete":[3,3,1,""],create:[3,3,1,""],get:[3,3,1,""],list:[3,3,1,""],update:[3,3,1,""]},"com.vmware.vmc.orgs.sddcs_client.SddcTemplate":{get:[3,3,1,""]},"com.vmware.vmc.orgs.storage_client":{ClusterConstraints:[3,1,1,""],StubFactory:[3,1,1,""]},"com.vmware.vmc.orgs.storage_client.ClusterConstraints":{get:[3,3,1,""]},"com.vmware.vmc.orgs.subscriptions_client":{OfferInstances:[3,1,1,""],Products:[3,1,1,""],StubFactory:[3,1,1,""]},"com.vmware.vmc.orgs.subscriptions_client.OfferInstances":{list:[3,3,1,""]},"com.vmware.vmc.orgs.subscriptions_client.Products":{list:[3,3,1,""]},"com.vmware.vmc.orgs.tbrs_client":{Reservation:[3,1,1,""],StubFactory:[3,1,1,""],SupportWindow:[3,1,1,""]},"com.vmware.vmc.orgs.tbrs_client.Reservation":{post:[3,3,1,""]},"com.vmware.vmc.orgs.tbrs_client.SupportWindow":{get:[3,3,1,""],put:[3,3,1,""]},"com.vmware.vmc.orgs_client":{AccountLink:[2,1,1,""],Providers:[2,1,1,""],Reservations:[2,1,1,""],SddcTemplates:[2,1,1,""],Sddcs:[2,1,1,""],StubFactory:[2,1,1,""],Subscriptions:[2,1,1,""],Tasks:[2,1,1,""]},"com.vmware.vmc.orgs_client.AccountLink":{get:[2,3,1,""]},"com.vmware.vmc.orgs_client.Providers":{list:[2,3,1,""]},"com.vmware.vmc.orgs_client.Reservations":{list:[2,3,1,""]},"com.vmware.vmc.orgs_client.SddcTemplates":{"delete":[2,3,1,""],get:[2,3,1,""],list:[2,3,1,""]},"com.vmware.vmc.orgs_client.Sddcs":{"delete":[2,3,1,""],create:[2,3,1,""],get:[2,3,1,""],list:[2,3,1,""],patch:[2,3,1,""]},"com.vmware.vmc.orgs_client.Subscriptions":{GET_0_OFFER_TYPE_ON_DEMAND:[2,2,1,""],GET_0_OFFER_TYPE_TERM:[2,2,1,""],create:[2,3,1,""],get:[2,3,1,""],get_0:[2,3,1,""]},"com.vmware.vmc.orgs_client.Tasks":{get:[2,3,1,""],list:[2,3,1,""],update:[2,3,1,""]},"com.vmware.vmc_client":{Locale:[1,1,1,""],Orgs:[1,1,1,""],StubFactory:[1,1,1,""]},"com.vmware.vmc_client.Locale":{set:[1,3,1,""]},"com.vmware.vmc_client.Orgs":{get:[1,3,1,""],list:[1,3,1,""]},"vmware.vapi":{vmc:[16,0,0,"-"]},"vmware.vapi.vmc":{client:[16,0,0,"-"],csp_filter:[16,0,0,"-"]},"vmware.vapi.vmc.client":{VmcClient:[16,1,1,""],create_vmc_client:[16,4,1,""]},"vmware.vapi.vmc.csp_filter":{CSPSecurityContextFilter:[16,1,1,""]},"vmware.vapi.vmc.csp_filter.CSPSecurityContextFilter":{get_max_retries:[16,3,1,""],get_security_context:[16,3,1,""],should_retry:[16,3,1,""]},com:{vmware:[1,0,0,"-"]},vmware:{vapi:[15,0,0,"-"]}},objnames:{"0":["py","module","Python module"],"1":["py","class","Python class"],"2":["py","attribute","Python attribute"],"3":["py","method","Python method"],"4":["py","function","Python function"]},objtypes:{"0":"py:module","1":"py:class","2":"py:attribute","3":"py:method","4":"py:function"},terms:{"00z":2,"09t13":2,"278710ff4e":2,"3de":2,"4d4e":2,"6b6d":2,"boolean":2,"byte":2,"case":[2,16],"class":[1,2,3,4,5,6,7,8,9,10,11,12,16],"default":[2,3,4,5,7,11],"enum":[2,12],"final":2,"float":2,"import":12,"int":16,"long":[2,3,4,7,8,10,11],"new":[2,3,4,12,16],"null":2,"public":[2,3,4,16],"return":[1,2,3,4,5,6,7,8,9,11,16],"switch":2,"true":[2,3,4,5,7,16],"try":3,"while":2,AES:2,AWS:[2,3],DNS:[2,4,7],Dns:[2,4],EBS:[2,3],For:[2,3],IDs:2,IPs:[2,3],NOT:2,Not:[2,4,5,6,7,8,9,10,11],RTS:2,The:[1,2,3,4,5,12],These:2,Used:2,Using:2,VMs:[2,3,4],abandon:2,about:[3,4],abstractent:2,accept:2,access:[2,3,16],access_permiss:2,accompani:3,account:[2,3],account_link_cli:[0,1,2,13],account_link_config:2,account_link_sddc_config:2,account_link_st:2,account_link_state_delai:2,account_link_state_link:2,account_link_state_unlink:2,account_numb:2,accountlink:2,accountlinkconfig:2,accountlinksddcconfig:2,across:3,act:2,action:[2,3,4],action_allow:2,action_deni:2,action_dnat:2,action_snat:2,activ:[2,3],active_cli:2,active_directori:2,active_vse_ha_index:2,add:[2,3,4,8,10,16],added:[2,16],adding_host:2,addit:2,addon:[2,4],addon_typ:4,addons_cli:[0,1,2,3,13],addontyp:4,address:[2,3,4],address_group:2,addressfwsourcedestin:2,addtoal:3,administr:2,advanc:2,advisori:2,aefb:2,aes256:2,aes:2,aes_gcm:2,after:16,against:2,agent:2,agent_st:2,agent_state_custom:2,agent_state_delet:2,agent_state_deploi:2,agent_state_fail:2,agent_state_not_readi:2,agent_state_readi:2,agent_url:2,aggreg:5,aid:2,alert:2,algorithm:2,all:[1,2,3,4,5,7,16],alloc:[2,3],allocation_id:2,allow:[2,3,12,16],allowed_act:2,also:2,alwai:2,amazon_resource_nam:2,ami:2,ami_info:2,amiinfo:2,among:2,amount:2,ani:[2,3],anniversary_billing_d:2,anoth:2,answer:2,api:[2,3,12,16],api_association_id:2,api_subnet_id:2,api_vers:2,apicli:16,append:[8,10],appli:2,applianc:2,appliance_s:2,appliances_summari:2,appliancessummari:2,applic:2,application_id:2,arbitrari:2,argument:2,arn:2,arp:2,arrai:2,ascend:4,assign:2,associ:[2,4],associated_private_ip:[2,3],association_id:2,assoic:4,attach:[2,3],attack:2,attch:3,attribut:[2,12],attrit:12,auth_failur:2,authent:2,authentication_algorithm:2,authentication_mod:2,authentication_psk:2,authentication_unknown:2,author:[1,4,5,6,7,8,9,10,11],auto_renewed_allow:2,automat:16,avail:[2,3,4,5],availability_zon:2,average_bandwidth:2,avoid:2,awar:2,aws_kms_info:2,aws_subnet:3,awsag:2,awscloudprovid:2,awscompatiblesubnet:[2,3],awscustomerconnectedaccount:[2,3],awsesxhost:2,awskeypair:2,awskmsinfo:2,awssddcconfig:2,awssddcconnect:[2,3],awssddcresourceconfig:2,awssubnet:[2,3],back:[2,3,12],backup_restore_bucket:2,backward:2,bad:[2,3,4,5,6,7,8,9,10,11],balanc:2,base:[1,2,3,4,5,6,7,8,9,10,11,12,16],been:[2,3],befor:[2,3],behaviour:3,being:2,belong:2,between:2,bewar:2,billing_subscription_id:2,binari:2,bind:[1,2,3,4,5,6,7,8,9,10,11,12,16],binding_st:2,blank:2,block:2,bodi:[2,4],bogu:2,bool:[2,3,4,5,6,7,16],both:12,bound:3,bre:2,brf:2,bridg:2,broken:2,bucket:2,build:2,bundl:2,burst_siz:2,byte_count:2,c41:2,ca637f38609:2,ca_certif:2,cacertif:2,cach:2,cache_s:2,cached_dbrr_set:2,call:[1,3,16],can:[2,3,11,12],cancel:2,cannot:[2,3],capabl:2,capac:2,care:3,carri:2,cbmstatist:[2,7,11],cbmstatsdata:2,cento:2,centric:2,cert_en:2,certif:2,cf_stack_nam:2,cgw:[0,1,2,3,4,5],cgw_id:2,cgw_name:2,cgw_present:2,chain:16,chanc:2,chang:2,channel:2,channel_st:2,channel_statu:2,channel_status_connect:2,channel_status_disconnect:2,channel_status_unknown:2,charact:2,characterist:2,check:2,choic:2,chosen:3,cidr:2,cidr_block:2,cidr_block_subnet:2,cidr_block_vpc:2,cipher:2,client:[2,13,14,15],client_handl:2,client_hostnam:2,cln:2,close:2,cloud:[2,3],cloud_password:2,cloud_user_group:2,cloud_usernam:2,cloudprovid:2,cltt:2,cluster:[2,3],cluster_config:3,cluster_id:2,cluster_nam:2,cluster_st:2,cluster_state_adding_host:2,cluster_state_deploi:2,cluster_state_fail:2,cluster_state_readi:2,clusterconfig:[2,3],clusterconstraint:3,code:2,collect:2,column:4,com:[12,13],comma:2,commit:2,commitment_term:2,commitment_term_uom:2,common:2,commun:[2,12],communication_channel:2,compat:[2,3],compatiblesubnet:3,compatiblesubnetsasync:3,complet:[2,3],compon:2,compos:2,comput:[2,4,5,6,7,8,9,10,11],compute_gateway_templ:2,computegatewaytempl:2,concurr:2,concurrentchang:[3,4],config:[1,2,3,4,5,6,7,8,9,10,11],config_cli:[0,1,2,3,4,5,7],configur:[1,2,3,4,5,6,7,8,9,10,11],configuration_limit:2,conflict:3,connect:[2,3,4],connected_account_id:2,connectedaccount:3,connection_count:2,connection_ord:2,connectivityagentvalid:2,connectivitytest:4,connectivityvalidationgroup:[2,4],connectivityvalidationgroupresultwrapp:4,connectivityvalidationinput:2,connectivityvalidationsubgroup:2,connector:16,consecut:2,consid:2,constraint:3,consum:2,contain:[2,12],content:13,context:16,control:2,convei:2,convert:3,core:[2,16],correl:2,correlation_id:2,correspond:2,count:2,countri:2,cpu:2,creat:[1,2,3,4,5,6,7,8,9,10,11,12,16],create_addon_type_hcx:4,create_tim:2,create_vmc_cli:16,created_at:2,created_bi:3,createspec:12,creation:[2,4],credenti:[1,2,4],critic:2,crl:2,crl_certif:2,crlcertif:2,cross:2,csp:16,csp_filter:[13,14,15],csp_subscription_id:2,csp_url:16,cspsecuritycontextfilt:16,curl:2,currenc:2,current:[2,3,4,12],custom:[2,3],custom_properti:2,customer_available_zon:2,customer_eni_info:2,customer_subnet_id:2,customereniinfo:2,cycl:2,cycle_id:2,dashboard:[2,11],dashboard_cli:[0,1,2,3,4,5,7],dashboarddata:2,dashboardstat:2,dashboardstatist:[2,11],data:[2,3,7,16],data_dto:2,data_permiss:2,data_store_moid_of_active_vs:2,data_store_name_of_active_vs:2,databas:5,datacent:[2,3],datacenter_moid:2,datacenter_nam:2,datapageedgesummari:2,datapagesddcnetwork:[2,4],datapermiss:2,datastor:2,date:2,datetim:2,day_of_week:2,day_of_week_fridai:2,day_of_week_mondai:2,day_of_week_saturdai:2,day_of_week_sundai:2,day_of_week_thursdai:2,day_of_week_tuesdai:2,day_of_week_wednesdai:2,ddthh:2,debug:2,decryption_failur:2,default_messag:2,default_polici:2,default_route_t:2,default_subnet_rout:2,defin:[2,12],definit:[2,3],delai:2,delay_account_link:2,delet:[2,3,4,6,7,8,10],deletion_fail:2,delimit:2,demand:2,deni:2,denot:2,deploi:2,deploy:2,deploy_appli:2,deployment_typ:2,deployment_type_multi_az:2,deployment_type_multiaz:2,deployment_type_single_az:2,deployment_type_singleaz:2,deprec:[2,3],deprecart:2,deriv:2,describ:2,descript:[2,4,12],destin:2,destination_scop:2,detach:3,detail:[1,2,4,5],detect:2,determin:2,dh14:2,dh15:2,dh16:2,dh2:2,dh5:2,dh_group:2,dh_group_dh14:2,dh_group_dh15:2,dh_group_dh16:2,dh_group_dh2:2,dh_group_dh5:2,dh_group_unknown:2,dhcp:[2,7],dhcp_client:[0,1,2,3,4,5],dhcp_config:2,dhcp_enabl:2,dhcp_ip_rang:2,dhcpleas:[2,7],dhcpleaseinfo:2,dict:[2,3],differ:2,diffi:2,digest_algorithm:2,digest_algorithm_sha1:2,digest_algorithm_sha_256:2,direct:2,disabl:[2,7],disable_ev:2,disconnect:2,discrimin:2,diskgroup:3,displai:2,display_nam:2,distinct:2,distribut:2,distributedportgroup:2,distributedrout:[2,4],distributedvirtualswitch:2,div:2,divid:2,dnat:2,dnat_match_source_address:2,dnat_match_source_port:2,dnat_rule_id:2,dns:2,dns_client:[0,1,2,3,5,13],dns_config:7,dns_server:2,dns_view:2,dns_with_management_vm_private_ip:2,dnsconfig:[2,7],dnsforward:2,dnslisten:2,dnsresponsestat:2,dnsstatusandstat:[2,7],dnsview:2,dnsviewmatch:2,docker:2,document:3,doe:[2,3,12],doesn:[1,2],domain:2,domain_nam:2,done:2,doubl:2,down:2,draa:2,draas_onprem_psc:2,draas_onprem_srm:2,draas_onprem_vcent:2,draas_onprem_vr:2,drop:2,drop_icmp_replai:2,drop_invalid_traff:2,dropped_rx_packet:2,dropped_tx_packet:2,dto:7,durat:2,duration_hour:2,duration_min:2,dvportgroup:2,dynamicstructur:5,each:2,edg:[0,1,2,3,4,5,6],edge_assist_id:2,edge_assist_instance_nam:2,edge_association_id:2,edge_id:[2,5,6,7,8,9,10,11],edge_pag:2,edge_statu:2,edge_subnet_id:2,edge_typ:[2,4],edge_vm_ha_index:2,edge_vm_statu:2,edgejob:2,edges_cli:[0,1,2,3,4],edgestatu:[2,5],edgesummari:2,edgevmstatu:2,edgevnicaddressgroup:2,egress:2,either:[2,16],els:[2,12,16],emerg:2,empti:2,enabl:[2,7],enable_bridge_mod:2,enable_fip:2,enable_nsx_advanced_addon:2,enable_pf:2,enable_proxy_arp:2,enable_send_redirect:2,enable_syn_flood_protect:2,enablefip:4,enclos:2,encript:2,encrypt:2,encryption_a:2,encryption_aes256:2,encryption_aes_gcm:2,encryption_algorithm:2,encryption_failur:2,encryption_triple_d:2,encryption_unknown:2,end:[2,7,11],end_dat:2,end_resource_entity_vers:2,end_tim:[2,7,11],endpoint:2,endswith:2,english:2,eni:2,eni_group:2,eni_id:2,eni_info:2,eniinfo:2,ensur:2,entir:2,entiti:[2,12],entity_metadata:12,entri:2,enumer:2,epoch:[7,11],error:[2,3,16],error_cod:2,error_messag:2,error_valu:16,errorrespons:2,errors_cli:[1,2,3,4,5,6,7,8,9,10,11],errorvalu:16,escap:2,establish:2,established_d:2,estim:2,estimated_remaining_minut:2,esx:[2,3],esx_ami:2,esx_cluster_id:2,esx_config:3,esx_host:2,esx_host_list:2,esx_host_subnet:2,esx_id:2,esx_nsxt_ami:2,esx_security_group_id:2,esx_stat:2,esx_state_delet:2,esx_state_deploi:2,esx_state_fail:2,esx_state_provis:2,esx_state_readi:2,esxconfig:[2,3],esxhost:2,etc:2,even:3,event:2,exampl:[2,3,5],exchang:16,exclud:2,execut:[2,16],exist:[1,2,3,4],exit:3,expir:2,expiration_d:2,explain:12,express:2,extend:2,extended_attribut:2,extendedattribut:2,extens:2,extern:2,extra:2,factor:2,factori:16,fail:2,failur:2,failure_messag:2,fals:[2,5,7,16],featur:[2,3,5],feature_cap:2,feature_status:2,feature_typ:2,featurecap:2,featurestatu:2,fence_paramet:2,fetch:4,field:2,file:12,filepath:12,filter:[2,3,4,16],find:[2,3,4],finish:[2,3],fip:2,firewal:[0,1,2,3,4,5,7,11],firewall_cli:[0,1,2,3,4,5],firewall_config:7,firewall_rul:[2,8],firewallconfig:[2,7],firewalldashboardstat:2,firewalldefaultpolici:2,firewallglobalconfig:2,firewallrul:[2,8],firewallrulescop:2,firewallrulestat:[2,7],firewallservic:2,first:[2,12],flag:2,flavor:3,flood:2,fm_log_collector:2,fm_metrics_collector:2,folder:12,follow:[2,12],forbidden:[1,2,3,4,5,6,7,8,9,10,11],forc:[2,3],force_even_when_sddc_pres:3,force_refresh:3,forcefulli:2,forcibl:3,form:[2,5],form_err:2,format:[2,5],forward:2,forward_proxi:2,found:[2,3,4,5,6,7,8,9,10,11],four:3,fqdn:[2,4],free:[3,5],fridai:2,from:[2,3,5,7,11,12,16],futur:12,gatewai:[2,4,5,6,7,8,9,10,11],gateway_ip:2,gatewayservic:[2,4],gatewaytempl:2,gcm:2,gener:[2,3,5,12],get:[1,2,3,4,5,6,7,8,9,11,12,16],get_0:[2,4],get_0_offer_type_on_demand:2,get_0_offer_type_term:2,get_addon_type_hcx:4,get_max_retri:16,get_security_context:16,getlatest:5,gib:2,given:[2,3,11],glcm:2,glcm_bundl:2,glcmbundl:2,global:2,global_:2,global_config:2,green:2,grei:2,group:2,grouping_object_id:2,groupingobject:2,ha_stat:2,ha_vnic_in_us:2,happen:2,hardwar:2,hardware_typ:2,has:[2,3,12],have:[2,3,12],hcx:4,header:[4,5,6,7,8,9,10,11],health:2,healthcheck:2,hellman:2,help:2,helper:16,high:[2,3],hlm:2,holder:2,host:[2,3],host_cpu_cores_count:2,host_ip:2,host_lease_info_dto:2,host_lease_infos_dto:2,host_moid_of_active_vs:2,host_name_of_active_vs:2,hostleaseinfo:2,hostnam:2,hostname_or_ip:2,hostname_verifier_en:2,hour_of_dai:2,how:12,http:[2,16],hypervisor_assist:2,icmp6:2,icmp6_timeout:2,icmp:2,icmp_timeout:2,icmp_typ:2,icmptyp:2,id_active_directori:2,id_draa:2,id_draas_onprem_psc:2,id_draas_onprem_srm:2,id_draas_onprem_vcent:2,id_draas_onprem_vr:2,id_hlm:2,id_host_ip:2,id_hostnam:2,id_hostname_or_ip:2,id_onprem_esx:2,id_onprem_psc:2,id_onprem_vcent:2,id_primary_dn:2,id_secondary_dn:2,idempot:2,identifi:[1,2,3,4,5,6,7,8,9,10,11],ignor:2,ike_opt:2,ike_option_ikev1:2,ike_option_ikev2:2,ike_statu:2,ikev1:2,ikev2:2,implement:2,in_:2,in_maintenance_mod:2,in_maintenance_window:2,in_shaping_polici:2,includ:[2,12],increment:2,index:[2,4,13],indic:2,individu:2,info:2,inform:[2,3,4],inherit:2,initi:[1,2,3,4,5,6,7,8,9,10,11,16],input:[2,4,5],instal:2,instanc:[1,2,3,4,5,6,7,8,9,10,11,12,16],instance_id:2,instance_typ:3,instanti:[2,12],instead:2,int32:2,int64:2,integrity_error:2,intend:2,interactionpermiss:2,interfac:[2,5,7,11],interfaces_cli:[0,1,2,3,4,5,7],interfacesdashboardstat:2,intermitt:2,intern:[2,3,11],internal_high:2,internal_ip:2,internal_network_id:2,internal_port:2,internal_public_ip_pool:2,internalservererror:[2,3],internet:2,internet_gateway_id:2,interv:[2,11],inus:2,invalid:[2,3,4,5,6,7,8,9,10,11],invalid_appl:2,invalid_destin:2,invalid_sourc:2,invalidrequest:[2,3,4,5,6,7,8,9,10,11],involv:2,ip1:2,ip_address:2,ip_generic_timeout:2,ip_pool:2,ip_rang:2,ip_set:2,ip_typ:4,ipaddress:2,ipn:2,ipsec:[2,5,7,11],ipsec_bytes_in:2,ipsec_bytes_out:2,ipsec_cli:[0,1,2,3,4,5],ipsec_tunnel:2,ipsecdashboardstat:2,ipsecglobalconfig:2,ipsecsit:[2,5],ipsecsiteconfig:5,ipsecsiteikestatu:2,ipsecsitestat:2,ipsecstatusandstat:[2,7],ipsectunnelstat:2,ipset:2,iptyp:4,ipv4:2,is_compat:2,is_connect:2,is_licens:2,is_mast:2,is_support:2,is_univers:2,is_upgrade_avail:2,isconnect:2,iso:2,its:2,job:2,job_id:2,jre:2,json:[5,12],just:2,kbp:2,keep:2,kei:2,key_fingerprint:2,key_materi:2,key_nam:2,key_pair:2,keyvalueattribut:2,kilobit:2,kms_vpc_endpoint:2,kmsvpcendpoint:2,l2_extens:2,l2_vpn:2,l2extens:2,l2vpn:[0,1,2,3,4,5,7],l2vpn_client:[0,1,2,3,4,5],l2vpnstat:2,l2vpnstatusandstat:[2,9],label:2,lan:2,languag:2,last:2,last_info_messag:2,last_informational_messag:2,last_published_pre_rules_generation_numb:2,last_updated_tim:2,later:2,latest:[2,5],layer:2,lb_bps_in:2,lb_bps_out:2,lb_http_req:2,lb_session:2,ld_rname:4,lead:3,leas:2,leaseinfo:7,least:2,left:2,legacyportgroup:2,length:2,letter:2,level:2,licenc:2,licenceaclpermiss:2,lif:2,limit:2,link:[2,3],linkag:2,linked_account_id:3,linked_account_path_id:3,list:[1,2,3,4],list_addon_type_hcx:4,listen:2,listener_ip:2,liter:2,live:5,load:2,load_balanc:2,loadbalancerdashboardstat:2,local:[1,2],local_egress_en:2,local_id:2,local_ip:2,local_ip_address:2,local_spi:2,local_subnet:2,localip:2,localized_error_messag:2,localized_messag:2,locat:2,log:2,log_icmp_error:2,log_invalid_traff:2,log_level:2,logging_en:2,logic:[2,4],logical_network:2,logical_router_scop:2,logical_switch_id:2,logical_switch_nam:2,logicalnetwork:2,logicalrouterscop:2,logicalswitch:2,logz_log_collector:2,loss:3,lower:2,lrouter_uuid:2,mac:2,mac_address:2,macaddress:2,machin:2,mai:[2,12],mainent:2,mainten:[2,3],maintenance_properti:2,maintenancewindow:[2,3],maintenancewindowentri:2,maintenancewindowget:[2,3],make:[2,16],manag:[2,4,5,7,8,10,11],manage_permiss:2,managedobjectrefer:2,management_d:2,management_gateway_templ:2,management_rp:2,management_vm_id:4,management_vms_cli:[0,1,2,3,13],managementgatewaytempl:2,mandatori:3,manifest:2,manifest_id:2,map:[2,3],map_zones_request:3,mapcustomerzon:3,mapzonesrequest:[2,3],mark:2,mask:2,master:2,match:[2,4],match_transl:2,max:[2,16],max_capac:2,max_num_public_ip:2,maximum:2,mean:2,meaning:2,measur:2,member:3,messag:2,meta_dto:2,metadashboardstat:2,metadata:[2,4,12],metadata_cli:12,metal:3,method:[2,3,4,12,16],mgmt_appliance_network_nam:2,mgw:2,mgw_id:2,might:2,millisecond:[7,11],min:[2,11],min_capac:2,minimum:[2,3],minimum_seats_avail:3,minu:2,minut:2,miss:3,mix:2,mod:2,mode:2,model:[1,2,3,4,5,6,7,8,9,11],model_cli:[0,1,3,4,5,6,7,8,9,10,11,13],modif:2,modifi:[2,4,6,7,8],modul:[0,12,13,14,15],moid:2,mondai:2,monitor:2,monthly_cost:2,more:[2,3],most:2,mostli:2,move:[2,3],mtu:2,mul:2,multi:2,multi_az:2,multiaz:2,multipl:2,must:[2,3],name:[2,3,4,12],nat:[0,1,2,3,4,5,7],nat_client:[0,1,2,3,4,5],nat_rul:[2,10],nat_rules_dto:2,natrul:[2,10],need:[2,3],nest:2,netmask:2,network:[0,1,2,3,4],network_gatewai:2,network_id:4,network_interface_id:2,network_netmask:2,network_templ:2,network_typ:2,network_type_extend:2,network_type_host:2,network_type_rout:2,networking_cli:[0,1,2,3,13],networks_cli:[0,1,2,3,13],networktempl:2,newcredenti:[2,4],newer:[2,12],next_binding_st:2,nic:2,node:[2,3],node_id:2,non:3,none:[2,3,4,5,6,7,11,16],not_readi:2,note:2,notfound:[1,2,3,4,5,6,7,8,9,10,11],notic:2,notifi:3,nsx:[2,4,5,7,8,9,10,11],nsx_api_public_endpoint_url:2,nsx_controller_ip:2,nsx_mgr_management_ip:2,nsx_mgr_url:2,nsxfirewallrul:[2,8],nsxfirewallservic:2,nsxl2vpn:[2,6],nsxnatrul:[2,10],nsxsite:2,nsxt:2,nsxt_addon:2,nsxtaddon:2,ntp:2,num_host:[2,3],number:[2,3,4,16],number_of_connected_vn:2,number_of_deployed_vm:2,nx_domain:2,nxrrset:2,object:[3,4,5,6,7,8,9,10,11,16],object_id:2,object_type_nam:2,objectid:5,objecttyp:[2,5],obtain:16,occur:16,off:3,offer:[2,3],offer_context_id:2,offer_nam:2,offer_typ:2,offer_vers:2,offerinst:3,offerinstanceshold:[2,3],offertyp:2,old:2,older:12,omit:2,on_demand:2,on_error:16,on_prem_gateway_ip:2,on_prem_nat_ip:2,on_prem_network_cidr:2,on_prem_subnet:2,onc:2,ondemandofferinst:2,one:[2,3,4,12,16],onedai:11,onemonth:11,oneweek:11,oneyear:11,ongo:2,onli:[2,12],onprem_esx:2,onprem_psc:2,onprem_vcent:2,ons:2,open:2,oper:[2,3],option:[2,3,4,5,6,7,11],order:[2,4],order_submit:2,org:[0,1,2,13],org_id:2,org_typ:2,organ:[1,2,3,4,5,6,7,8,9,10,11],orgid:2,orgproperti:2,orgs_client:[0,1,13],origin:2,original_address:2,original_port:2,original_servic:2,original_service_error_cod:2,other:[2,4],out:2,out_shaping_polici:2,output:5,over:2,overal:2,overwrit:2,packag:13,packet:2,packet_count:2,packet_received_error:2,packet_sent_error:2,packets_in:2,packets_out:2,page:[2,4,12,13],page_s:[2,4],pagededgelist:[2,4],pagin:4,paging_info:2,paginginfo:2,pair:2,param:[2,3,4],paramet:[1,2,3,4,5,6,7,8,9,10,11,12,16],parent_task_id:2,partially_connect:2,particular:3,partner:2,pass:[2,3,4,5,6,7,8,9,10,11,12,16],password:2,patch:2,path:2,pattern:2,payload:[3,4],peak_bandwidth:2,peer:[2,5],peer_id:2,peer_ip:2,peer_ip_address:2,peer_spi:2,peer_subnet:2,peerconfig:5,peering_connection_id:2,peerip:2,pending_provis:2,per:[2,4,5],percentag:2,perfect:2,perform:2,permiss:2,persist:2,perspect:2,petrona:2,petronas_regions_to_map:2,pfs_enabl:2,phase:2,phase_in_progress:2,physic:2,pick:2,ping:2,pipelin:2,platform:2,pleas:[2,3],plu:2,polici:2,policy_external_id:2,policy_payer_arn:2,policy_payer_linked_arn:2,policy_service_arn:2,pool:2,pop:2,pop_agent_xeni_connect:2,pop_info:2,popagentxeniconnect:2,popamiinfo:2,popinfo:2,popserviceinfo:2,port:2,portgroup:2,portgroup_id:2,portgroup_nam:2,possibl:[2,4],post:[3,4],power:3,pre:2,pre_rules_exist:2,pre_rules_generation_numb:2,pre_shared_kei:2,predefin:2,prefer:2,prefix:2,prefix_length:2,prem:2,present:2,prev_edge_id:4,prev_sddc_network_id:4,prevedgeid:4,previou:4,price:2,primari:2,primary_address:2,primary_dn:2,primary_ip_address:2,print:12,privat:[2,3,4],private_ip:2,private_subnet_id:2,privileg:[2,3],problem:2,process:[2,3],product:[2,3],product_charge_id:2,product_id:2,product_typ:[2,3],program:12,progress:2,progress_perc:2,project_st:2,project_state_cr:2,project_state_delet:2,properti:2,protect:2,protocol:2,provid:[2,3,4,5,6,7,8,9,10,11,12,16],provider_aw:2,providess:16,provis:2,proxi:2,psc:2,psc_management_ip:2,psc_url:2,psk:2,public_ip:2,public_ip_pool:2,public_port:2,publicip:3,publish:2,publish_permiss:2,publish_statu:2,purchas:[2,3],put:3,quantiti:2,queri:[2,3],quot:2,rais:[1,2,3,4,5,6,7,8,9,10,11],rang:2,rate:2,read:2,readi:2,reason:2,reattach:3,receiv:[2,12],recent:2,recent_job_info:2,recommended_capac:2,record:[2,4],recurs:2,red:2,redirect:2,redund:3,ref:3,refer:[2,4],refresh:[3,16],refresh_token:16,refresh_url:16,region:[2,3],region_nam:2,region_to_az_to_shadow_map:2,regist:2,reject:2,relat:2,remain:2,remap:2,remot:12,remov:[2,3],removefromal:3,renam:3,repeat:2,replai:2,replay_error:2,repres:[2,12],request:[2,3,4,5,6,7,8,9,10,11,16],request_info:4,requir:[1,2,3,4,5,6,7,8,9,10,11],reserv:[2,3],reservation_id:2,reservation_schedul:2,reservation_st:2,reservation_state_cancel:2,reservation_state_complet:2,reservation_state_run:2,reservation_state_schedul:2,reservationinmw:2,reservations_cli:[0,1,2,13],reservations_mw:2,reservationschedul:2,reservationwindow:[2,3],reservationwindowmaintenanceproperti:2,reserve_id:2,reset:2,resgroup:2,resid:2,resolv:2,resourc:[2,3],resource_config:2,resource_id:2,resource_pool_moid_of_active_vs:2,resource_pool_name_of_active_vs:2,resource_typ:2,resourcepool:2,respond:2,respons:[1,2,5,12],rest:2,restrict:2,result:2,retain:2,retain_configur:2,retainconfigur:2,retreiv:3,retri:[2,16],retriev:[2,4,5,6,7,8,9,11,16],retryabl:2,reverse_proxi:2,revis:2,rid:2,rout:2,route_table_id:2,router:[2,4],rule:[2,7,8,10],rule_id:[2,7,8,10],rule_interfac:2,rule_tag:2,rule_typ:2,rule_type_default:2,rule_type_us:2,ruleid:2,run:2,rx_bytes_on_local_subnet:2,rx_bytes_on_sit:2,s3_adapt:2,s3_bucket:2,same:[2,4],saturdai:2,save_permiss:2,schedul:2,scope:[2,4],scopeinfo:2,sddc:[0,1,2,3,13],sddc_access_st:2,sddc_config:2,sddc_id:[2,3,4],sddc_manifest:2,sddc_network:[2,4],sddc_patch_request:2,sddc_public_ip_object:3,sddc_state:[2,3],sddc_state_delet:2,sddc_state_deletion_fail:2,sddc_state_deploi:2,sddc_state_fail:2,sddc_state_readi:2,sddc_template_id:2,sddc_type:2,sddcallocatepublicipspec:[2,3],sddcconfig:2,sddcconnect:3,sddcid:[2,3],sddclinkconfig:2,sddcmanifest:2,sddcnetwork:[2,4],sddcnetworkaddressgroup:2,sddcnetworkdhcpconfig:2,sddcnetworkdhcpippool:2,sddcpatchrequest:2,sddcpublicip:[2,3],sddcresourceconfig:2,sddcs_client:[0,1,2,13],sddcstaterequest:[2,3],sddctemplat:[2,3],sdk:12,search:13,seat:[2,3],second:2,secondari:2,secondary_address:2,secondary_dn:2,secondary_ip_address:2,secondaryaddress:2,secreci:2,secur:[2,16],secure_traff:2,security_context_filt:16,security_group_id:2,securitycontext:16,securitycontextfilt:16,securitygroup:2,see:[2,12],select:2,send:[2,12],sensit:7,sent:2,separ:2,seper:2,sequence_number_over_flow_error:2,serv:[2,4],server:[2,3,7,12],server_fail:2,server_statu:2,servic:[2,12,16],service_ag:2,service_aid:2,service_br:2,service_brf:2,service_certif:2,service_dn:2,service_dock:2,service_error:2,service_fm_log_collector:2,service_fm_metrics_collector:2,service_forward_proxi:2,service_glcm:2,service_info:2,service_jr:2,service_logz_log_collector:2,service_ntp:2,service_o:2,service_reverse_proxi:2,service_rt:2,service_s3_adapt:2,serviceerror:2,servicegroup:2,session:[1,2,16],sessions_cr:2,set:[1,2,3,4,7],setup:3,sha1:2,sha_256:2,shadow:2,share:2,should:[2,3,16],should_retri:16,show:[7,11],show_sensitive_data:[6,7],sign:2,sinc:[7,11,12],singl:[2,3],single_az:2,singleaz:2,site:[2,5],site_id:2,site_stat:2,site_statist:2,site_statu:2,size:[2,3,4],skip:2,skip_creating_vxlan:2,skyscrap:2,snat:2,snat_match_destination_address:2,snat_match_destination_port:2,snat_rule_id:2,softwar:2,some:2,sort:4,sort_bi:[2,4],sort_order_ascend:[2,4],sourc:[2,12],source_info:12,source_port:2,source_scop:2,source_sddc_id:2,source_srm:2,source_svc:12,source_vcent:2,source_vr:2,sourcetyp:12,space:2,spec:[3,12],special:[2,12],specif:[2,3,7,8,10],specifi:[2,3,4,5,7,8,12,16],srm:2,ssl:2,sslvpn:2,sslvpn_bytes_in:2,sslvpn_bytes_out:2,sslvpndashboardstat:2,sso:2,sso_domain:2,sss:2,stamp:2,standard:2,standbi:2,start:[2,4,7,11],start_dai:2,start_dat:2,start_day_fridai:2,start_day_mondai:2,start_day_saturdai:2,start_day_sundai:2,start_day_thursdai:2,start_day_tuesdai:2,start_day_wednesdai:2,start_hour:2,start_index:[2,4],start_resource_entity_vers:2,start_tim:[2,7,11],startindex:4,startswith:2,state:[2,3,4],state_act:2,state_appli:2,state_avail:2,state_broken:2,state_connect:2,state_delet:2,state_disconnect:2,state_fail:2,state_initi:2,state_inus:2,state_partially_connect:2,state_unknown:2,states_cancel:2,states_complet:2,states_run:2,states_schedul:2,statist:[0,1,2,3,4,5,7,9],statistics_cli:[0,1,2,3,4,5],statu:[2,5],status_activ:2,status_cancel:2,status_cr:2,status_expir:2,status_fail:2,status_finish:2,status_from_vse_updated_on:2,status_order_submit:2,status_pending_provis:2,status_start:2,std:[1,2,3,4,5,6,7,8,9,10,11],still:3,stop:2,storag:[2,3],storage_capac:2,storage_cli:[0,1,2,13],store:2,str:[1,2,3,4,5,6,7,8,9,10,11,12,16],string:[2,3,12],struct:[2,5],stub:[1,2,3,4,5,6,7,8,9,10,11,16],stub_config:[1,2,3,4,5,6,7,8,9,10,11],stubconfigur:[1,2,3,4,5,6,7,8,9,10,11],stubfactori:[1,2,3,4,5,6,7,8,9,10,11],stubfactorybas:[1,2,3,4,5,6,7,8,9,10,11],sub:2,sub_group:2,sub_interfac:2,sub_statu:2,subgroup:2,subinterfac:2,submodul:[0,13,14,15],subnet:[2,3],subnet_availability_zon:2,subnet_cidr:2,subnet_cidr_block:2,subnet_id:2,subnet_list_result:3,subnet_mask:2,subnet_prefix_length:2,subnetinfo:2,subpackag:13,subscript:2,subscription_request:2,subscriptiondetail:2,subscriptionid:2,subscriptionproduct:[2,3],subscriptionrequest:2,subscriptions_cli:[0,1,2,13],subsequ:2,substr:2,success:2,summari:[2,5],sundai:2,suppli:2,support:[2,3,12],support_window_id:2,supported_capacity_incr:2,supportwindow:[2,3],supportwindowid:[2,3],syn:2,sync:2,system:[2,12],system_statu:2,tabl:2,tag:2,take:[2,3],target:[2,3],task:[2,3,4],task_progress_phas:2,task_typ:2,task_vers:2,taskprogressphas:2,tbrs_client:[0,1,2,13],tcp:2,tcp_allow_out_of_window_packet:2,tcp_pick_ongoing_connect:2,tcp_send_reset_for_closed_vse_port:2,tcp_timeout_clos:2,tcp_timeout_establish:2,tcp_timeout_open:2,templat:[2,3,5],template_id:2,template_nam:2,templateid:5,tenant:2,tenant_id:2,tenantid:4,tend:2,term:2,termin:2,termofferinst:2,test:[2,4],test_result:4,text:[2,5],than:2,them:2,thi:[2,3,7,11,12,16],those:2,through:2,thursdai:2,time:[2,7,11],time_stamp:2,timeout:2,timestamp:2,token:16,tolow:2,total:2,total_count:2,toupper:2,tracerout:2,track:2,traffic:2,traffic_stat:2,trafficshapingpolici:2,transact:2,transfer:2,translat:[1,2],translated_address:2,translated_port:2,transmit:2,transportzon:2,triple_d:2,trunk:2,tsfp:2,tstp:2,tuesdai:2,tunnel:2,tunnel_id:2,tunnel_st:2,tunnel_stat:2,tunnel_statu:2,tunnel_status:2,tunnel_status_connect:2,tunnel_status_disconnect:2,tunnel_status_unknown:2,turn:2,two:[2,12],tx_bytes_from_local_subnet:2,tx_bytes_from_sit:2,type:[1,2,3,4,5,6,7,8,9,11,16],type_cento:2,type_connect:2,type_curl:2,type_dn:2,type_p:2,type_pop:2,type_tracerout:2,udlr:2,udp:2,udp_timeout:2,uid:2,unari:2,unauthent:[1,2,3,4,16],unauthor:[1,2,3,4,5,6,7,8,9,10,11,16],undeploi:2,under:3,undergo:2,uniqifi:2,uniqu:2,unit:2,unit_pric:2,univers:2,universal_revis:2,unknown:[2,12],unlink:2,until:[2,7,11],updat:[2,3,4,6,7,8,10],update_addon_type_hcx:4,update_ip_type_priv:4,update_ip_type_publ:4,updatecredenti:[2,4],updated_by_user_id:2,updated_by_user_nam:2,upgrad:[2,3],uplink:[2,11],upon:2,upper:2,uri:2,url:[2,16],use:[2,3,4,12,16],used:[1,2,3,4,5,6,7,8,9,10,11,16],user:[1,2,3],user_id:2,user_nam:2,usernam:2,using:[2,4,16],usual:2,utc:2,uuid:2,valid:[2,3,4,5],valu:[2,3,4,5,7,12,16],vapi:[1,2,3,4,5,6,7,8,9,10,11,12,13,14],vapiinterfac:[1,2,3,4,5,6,7,8,9,10,11],vapistruct:[2,5],vapp:2,variabl:12,vc_instance_id:2,vc_management_ip:2,vc_public_ip:2,vc_url:2,vcenter:[2,3],version:[2,12],vgw:2,vgw_route_table_id:2,via:3,view:2,view_id:2,view_match:2,view_permiss:2,vif_id:2,virtual:2,virtualmachin:2,virtualwir:2,vlan:2,vlan_id:2,vm_build_info:2,vm_moid_of_active_vs:2,vm_name_of_active_vs:2,vm_security_group_id:2,vm_version:2,vmc:[0,1,13,14,15],vmc_client:[0,13],vmc_internal_vers:2,vmc_local:1,vmc_url:16,vmc_version:2,vmcclient:16,vmcinternalvers:2,vmclocal:[1,2],vmcversion:2,vmware:[0,12],vnic0:2,vnic0_in_byt:2,vnic0_in_pkt:2,vnic0_out_byt:2,vnic0_out_pkt:2,vnic1:2,vnic1_in_byt:2,vnic1_in_pkt:2,vnic1_out_byt:2,vnic1_out_pkt:2,vnic2:2,vnic2_in_byt:2,vnic2_in_pkt:2,vnic2_out_byt:2,vnic2_out_pkt:2,vnic3:2,vnic3_in_byt:2,vnic3_in_pkt:2,vnic3_out_byt:2,vnic3_out_pkt:2,vnic4:2,vnic4_in_byt:2,vnic4_in_pkt:2,vnic4_out_byt:2,vnic4_out_pkt:2,vnic5:2,vnic5_in_byt:2,vnic5_in_pkt:2,vnic5_out_byt:2,vnic5_out_pkt:2,vnic6:2,vnic6_in_byt:2,vnic6_in_pkt:2,vnic6_out_byt:2,vnic6_out_pkt:2,vnic7:2,vnic7_in_byt:2,vnic7_in_pkt:2,vnic7_out_byt:2,vnic7_out_pkt:2,vnic8:2,vnic8_in_byt:2,vnic8_in_pkt:2,vnic8_out_byt:2,vnic8_out_pkt:2,vnic9:2,vnic9_in_byt:2,vnic9_in_pkt:2,vnic9_out_byt:2,vnic9_out_pkt:2,vnic:[2,5],vnic_:2,vnic_group_id:2,vnic_group_ids_extern:2,vnic_group_ids_intern:2,vnic_group_ids_vnic_index_0:2,vnic_group_ids_vnic_index_1:2,vnic_group_ids_vnic_index_2:2,vnic_group_ids_vnic_index_3:2,vnic_group_ids_vnic_index_4:2,vnic_group_ids_vnic_index_5:2,vnic_group_ids_vnic_index_6:2,vnic_group_ids_vnic_index_7:2,vnic_group_ids_vnic_index_8:2,vnic_group_ids_vnic_index_9:2,vnic_group_ids_vs:2,vnicindex:2,vpc:2,vpc_cidr:2,vpc_cidr_block:2,vpc_endpoint_id:2,vpc_id:2,vpc_info:2,vpc_info_peered_ag:2,vpc_map:2,vpcinfo:2,vpcinfosubnet:2,vpn:[2,5,6,7,9],vpnchannelstatu:2,vpntunnelstatu:2,vpntunneltrafficstat:2,vsan_encryption_config:2,vsanconfigconstraint:[2,3],vsanencryptionconfig:2,vsanstoragedesign:2,vse:2,vsm_uuid:2,vsphere:2,vxlan:2,vxlan_subnet:2,want:[2,12],warn:2,wednesdai:2,week:2,week_of:2,were:2,west:2,what:[2,3],when:[2,3,12],where:2,whether:[2,16],which:[1,2,3,12],white:2,who:3,why:2,win:2,window:[2,3],window_id:2,wire:2,wit:2,within:2,without:2,witness_availability_zon:2,work:[2,3],workflow:2,workload:[2,3],would:[2,12],writer:2,xml:5,yellow:2,yet:2,you:[2,3,12],your:[2,4,12],yyyi:2,zerocloud:3,zone:[2,3]},titles:["com package","com.vmware package","com.vmware.vmc package","com.vmware.vmc.orgs package","com.vmware.vmc.orgs.sddcs package","com.vmware.vmc.orgs.sddcs.networks package","com.vmware.vmc.orgs.sddcs.networks.cgws package","com.vmware.vmc.orgs.sddcs.networks.edges package","com.vmware.vmc.orgs.sddcs.networks.edges.firewall package","com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn package","com.vmware.vmc.orgs.sddcs.networks.edges.nat package","com.vmware.vmc.orgs.sddcs.networks.edges.statistics package","Interface definition language to python mapping for enumerated types","Welcome to VMware Cloud on AWS Console API\u2019s documentation!","vmware package","vmware.vapi package","vmware.vapi.vmc package"],titleterms:{AWS:13,account_link_cli:3,addons_cli:4,api:13,cgw:6,client:16,cloud:13,code:12,com:[0,1,2,3,4,5,6,7,8,9,10,11],config_cli:[8,9,10],consol:13,csp_filter:16,dashboard_cli:11,definit:12,dhcp_client:7,dns_client:[4,7],document:[12,13],edg:[7,8,9,10,11],edges_cli:5,enumer:12,exampl:12,firewal:8,firewall_cli:7,indic:13,interfac:12,interfaces_cli:11,ipsec_cli:7,l2vpn:9,l2vpn_client:6,languag:12,management_vms_cli:4,map:12,model_cli:2,modul:[1,2,3,4,5,6,7,8,9,10,11,16],nat:10,nat_client:7,network:[5,6,7,8,9,10,11],networking_cli:4,networks_cli:4,org:[3,4,5,6,7,8,9,10,11],orgs_client:2,packag:[0,1,2,3,4,5,6,7,8,9,10,11,14,15,16],python:12,reservations_cli:3,sddc:[4,5,6,7,8,9,10,11],sddcs_client:3,statist:11,statistics_cli:7,storage_cli:3,submodul:[1,2,3,4,5,6,7,8,9,10,11,16],subpackag:[0,1,2,3,4,5,7,14,15],subscriptions_cli:3,tabl:13,tbrs_client:3,type:12,vapi:[15,16],vmc:[2,3,4,5,6,7,8,9,10,11,16],vmc_client:1,vmware:[1,2,3,4,5,6,7,8,9,10,11,13,14,15,16],welcom:13}}) \ No newline at end of file diff --git a/vmc/vmware.html b/vmc/vmware.html index 80672661..437fbef5 100644 --- a/vmc/vmware.html +++ b/vmc/vmware.html @@ -8,7 +8,7 @@ - vmware package — VMware Cloud on AWS Console API 1.4.0 documentation + vmware package — VMware Cloud on AWS Console API 1.5.0 documentation @@ -60,7 +60,7 @@
                                                              - 1.4.0 + 1.5.0
                                                              diff --git a/vmc/vmware.vapi.html b/vmc/vmware.vapi.html index d7a898d6..3555d33f 100644 --- a/vmc/vmware.vapi.html +++ b/vmc/vmware.vapi.html @@ -8,7 +8,7 @@ - vmware.vapi package — VMware Cloud on AWS Console API 1.4.0 documentation + vmware.vapi package — VMware Cloud on AWS Console API 1.5.0 documentation @@ -60,7 +60,7 @@
                                                              - 1.4.0 + 1.5.0
                                                              diff --git a/vmc/vmware.vapi.vmc.html b/vmc/vmware.vapi.vmc.html index 9c133fa9..07f57e8e 100644 --- a/vmc/vmware.vapi.vmc.html +++ b/vmc/vmware.vapi.vmc.html @@ -8,7 +8,7 @@ - vmware.vapi.vmc package — VMware Cloud on AWS Console API 1.4.0 documentation + vmware.vapi.vmc package — VMware Cloud on AWS Console API 1.5.0 documentation @@ -59,7 +59,7 @@
                                                              - 1.4.0 + 1.5.0
                                                              @@ -180,16 +180,20 @@ VMC API

                                                              Initialize VmcClient by creating a stub factory instance using a CSP Security context filter added to the filter chain of the connector

                                                              -
                                                              -
                                                              Parameters
                                                              -
                                                                -
                                                              • session (requests.Session) – Requests HTTP session instance

                                                              • -
                                                              • refresh_token (str) – Refresh token obtained from CSP

                                                              • -
                                                              • vmc_url (str) – URL of the VMC service

                                                              • -
                                                              • csp_url (str) – URL of the CSP service

                                                              • + +++ + + + +
                                                                Parameters:
                                                                  +
                                                                • session (requests.Session) – Requests HTTP session instance
                                                                • +
                                                                • refresh_token (str) – Refresh token obtained from CSP
                                                                • +
                                                                • vmc_url (str) – URL of the VMC service
                                                                • +
                                                                • csp_url (str) – URL of the CSP service
                                                                - - +
                                                              @@ -197,21 +201,25 @@ Security context filter added to the filter chain of the connector

                                                              vmware.vapi.vmc.client.create_vmc_client(refresh_token, session=None)

                                                              Helper method to create an instance of the VMC API client using the public VMC and CSP URL.

                                                              -
                                                              -
                                                              Parameters
                                                              -
                                                                -
                                                              • refresh_token (str) – Refresh token obtained from CSP

                                                              • -
                                                              • session (requests.Session or None) – Requests HTTP session instance. If not specified, then one -is automatically created and used

                                                              • + +++ + + + + + + + +
                                                                Parameters:
                                                                  +
                                                                • refresh_token (str) – Refresh token obtained from CSP
                                                                • +
                                                                • session (requests.Session or None) – Requests HTTP session instance. If not specified, then one +is automatically created and used
                                                                - -
                                                                Return type
                                                                -

                                                                vmware.vapi.vmc.client.VmcClient

                                                                -
                                                                -
                                                                Returns
                                                                -

                                                                VMC Client instance

                                                                -
                                                                - +
                                                                Return type:

                                                                vmware.vapi.vmc.client.VmcClient

                                                                +
                                                                Returns:

                                                                VMC Client instance

                                                                +
                                                              @@ -225,28 +233,34 @@ is automatically created and used

                                                            • CSP Security Context filter in API Provider chain adds the security context based on a refresh token to the execution context passed in.

                                                              Initialize SecurityContextFilter

                                                              -
                                                              -
                                                              Parameters
                                                              -
                                                                -
                                                              • session (requests.Session) – Requests Session object to use for making HTTP calls

                                                              • -
                                                              • refresh_token (str) – Refresh token to use for obtaining an access token

                                                              • -
                                                              • refresh_url (str) – URL that allows exchanging a refresh token for an -access token

                                                              • + +++ + + + +
                                                                Parameters:
                                                                  +
                                                                • session (requests.Session) – Requests Session object to use for making HTTP calls
                                                                • +
                                                                • refresh_token (str) – Refresh token to use for obtaining an access token
                                                                • +
                                                                • refresh_url (str) – URL that allows exchanging a refresh token for an +access token
                                                                - - +
                                                                get_max_retries()

                                                                Get the max number of retries

                                                                -
                                                                -
                                                                Return type
                                                                -

                                                                int

                                                                -
                                                                -
                                                                Returns
                                                                -

                                                                Number of retries

                                                                -
                                                                -
                                                                + +++ + + + + + +
                                                                Return type:int
                                                                Returns:Number of retries
                                                                @@ -255,17 +269,18 @@ access token

                                                                Retrieve security context. If this method is called after an error occured, then a new access token is obtained using the refresh token and a new security context is created.

                                                                -
                                                                -
                                                                Parameters
                                                                -

                                                                on_error (bool) – Whether this method is called after getting an error

                                                                -
                                                                -
                                                                Return type
                                                                -

                                                                vmware.vapi.core.SecurityContext

                                                                -
                                                                -
                                                                Returns
                                                                -

                                                                Security context

                                                                -
                                                                -
                                                                + +++ + + + + + + + +
                                                                Parameters:on_error (bool) – Whether this method is called after getting an error
                                                                Return type:vmware.vapi.core.SecurityContext
                                                                Returns:Security context
                                                                @@ -273,18 +288,19 @@ a new security context is created.

                                                                should_retry(error_value)

                                                                Returns whether the request should be retried or not based on the error specified.

                                                                -
                                                                -
                                                                Parameters
                                                                -

                                                                error_value (vmware.vapi.data.value.ErrorValue) – Method error

                                                                -
                                                                -
                                                                Return type
                                                                -

                                                                bool

                                                                -
                                                                -
                                                                Returns
                                                                -

                                                                Returns True if request should be retried in case the error is -either Unauthenticated or Unauthorized else False

                                                                -
                                                                -
                                                                + +++ + + + + + + + +
                                                                Parameters:error_value (vmware.vapi.data.value.ErrorValue) – Method error
                                                                Return type:bool
                                                                Returns:Returns True if request should be retried in case the error is +either Unauthenticated or Unauthorized else False