com.vmware.vmc.orgs package¶
Subpackages¶
- com.vmware.vmc.orgs.sddcs package
- Subpackages
- com.vmware.vmc.orgs.sddcs.networks package
- Subpackages
- com.vmware.vmc.orgs.sddcs.networks.cgws package
- com.vmware.vmc.orgs.sddcs.networks.edges package
- Subpackages
- Submodules
- com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client module
- com.vmware.vmc.orgs.sddcs.networks.edges.dns_client module
- com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client module
- com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client module
- com.vmware.vmc.orgs.sddcs.networks.edges.nat_client module
- com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client module
- Submodules
- com.vmware.vmc.orgs.sddcs.networks.edges_client module
- Subpackages
- com.vmware.vmc.orgs.sddcs.networks package
- Submodules
- com.vmware.vmc.orgs.sddcs.dns_client module
- com.vmware.vmc.orgs.sddcs.networking_client module
- com.vmware.vmc.orgs.sddcs.networks_client module
- Subpackages
Submodules¶
com.vmware.vmc.orgs.account_link_client module¶
-
class
com.vmware.vmc.orgs.account_link_client.
CompatibleSubnets
(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterface
Parameters: config ( vmware.vapi.bindings.stub.StubConfiguration
) – Configuration to be used for creating the stub.-
get
(org, linked_account_id=None, region=None, sddc=None, force_refresh=None)¶ Gets a customer’s compatible subnets for account linking
Parameters: - org (
str
) – Organization identifier. (required) - linked_account_id (
str
orNone
) – The linked connected account identifier (optional) - region (
str
orNone
) – The region of the cloud resources to work in (optional) - sddc (
str
orNone
) – sddc (optional) - force_refresh (
bool
orNone
) – When true, forces the mappings for datacenters to be refreshed for the connected account. (optional)
Return type: Returns: com.vmware.vmc.model.AwsCompatibleSubnets
Raise: com.vmware.vapi.std.errors_client.Unauthenticated
UnauthorizedRaise: com.vmware.vapi.std.errors_client.Unauthorized
Forbidden- org (
-
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
UnauthorizedRaise: com.vmware.vapi.std.errors_client.Unauthorized
Forbidden
-
-
class
com.vmware.vmc.orgs.account_link_client.
CompatibleSubnetsAsync
(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterface
Parameters: config ( vmware.vapi.bindings.stub.StubConfiguration
) – Configuration to be used for creating the stub.-
get
(org, linked_account_id=None, region=None, sddc=None)¶ Gets a customer’s compatible subnets for account linking via a task. 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
orNone
) – The linked connected account identifier (optional) - region (
str
orNone
) – The region of the cloud resources to work in (optional) - sddc (
str
orNone
) – sddc (optional)
Return type: Returns: com.vmware.vmc.model.Task
Raise: com.vmware.vapi.std.errors_client.Unauthenticated
UnauthorizedRaise: com.vmware.vapi.std.errors_client.Unauthorized
Forbidden- org (
-
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)
Return type: Returns: com.vmware.vmc.model.Task
Raise: com.vmware.vapi.std.errors_client.Unauthenticated
UnauthorizedRaise: com.vmware.vapi.std.errors_client.Unauthorized
Forbidden- aws_subnet (
-
-
class
com.vmware.vmc.orgs.account_link_client.
ConnectedAccounts
(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterface
Parameters: config ( vmware.vapi.bindings.stub.StubConfiguration
) – Configuration to be used for creating the stub.-
delete
(org, linked_account_path_id, force_even_when_sddc_present=None)¶ 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
orNone
) – When true, forcibly removes a connected account even when SDDC’s are still linked to it. (optional)
Return type: Returns: com.vmware.vmc.model.AwsCustomerConnectedAccount
Raise: com.vmware.vapi.std.errors_client.Unauthenticated
UnauthorizedRaise: 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
Forbidden- org (
-
get
(org)¶ Get a list of connected accounts
Parameters: org ( str
) – Organization identifier. (required)Return type: list
ofcom.vmware.vmc.model_client.AwsCustomerConnectedAccount
Returns: Raise: com.vmware.vapi.std.errors_client.Unauthenticated
UnauthorizedRaise: com.vmware.vapi.std.errors_client.Unauthorized
Forbidden
-
-
class
com.vmware.vmc.orgs.account_link_client.
MapCustomerZones
(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterface
Parameters: config ( vmware.vapi.bindings.stub.StubConfiguration
) – Configuration to be used for creating the stub.-
post
(org, map_zones_request)¶ 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)
Return type: Returns: com.vmware.vmc.model.Task
Raise: com.vmware.vapi.std.errors_client.Unauthenticated
UnauthorizedRaise: com.vmware.vapi.std.errors_client.Unauthorized
Forbidden- org (
-
-
class
com.vmware.vmc.orgs.account_link_client.
SddcConnections
(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterface
Parameters: config ( vmware.vapi.bindings.stub.StubConfiguration
) – Configuration to be used for creating the stub.-
get
(org, sddc=None)¶ Get a list of SDDC connections currently setup for the customer’s organization.
Parameters: - org (
str
) – Organization identifier. (required) - sddc (
str
orNone
) – sddc (optional)
Return type: Returns: Raise: com.vmware.vapi.std.errors_client.Unauthenticated
UnauthorizedRaise: com.vmware.vapi.std.errors_client.Unauthorized
Forbidden- org (
-
-
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
com.vmware.vmc.orgs.reservations_client module¶
-
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.-
get
(org, reservation)¶ get the maintenance window for this SDDC
Parameters: - org (
str
) – Organization identifier. (required) - reservation (
str
) – Reservation Identifier (required)
Return type: Returns: com.vmware.vmc.model.MaintenanceWindowGet
Raise: com.vmware.vapi.std.errors_client.Unauthenticated
UnauthorizedRaise: com.vmware.vapi.std.errors_client.Unauthorized
Access not allowed to the operation for the current user- org (
-
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)
Return type: Returns: com.vmware.vmc.model.MaintenanceWindow
Raise: com.vmware.vapi.std.errors_client.Unauthenticated
UnauthorizedRaise: com.vmware.vapi.std.errors_client.ConcurrentChange
Conflict with exiting reservationRaise: com.vmware.vapi.std.errors_client.InvalidRequest
The reservation is not in a state that’s valid for updatesRaise: com.vmware.vapi.std.errors_client.Unauthorized
Access not allowed to the operation for the current user- org (
-
-
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
com.vmware.vmc.orgs.sddcs_client module¶
-
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.-
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)
Return type: Returns: com.vmware.vmc.model.Task
Raise: com.vmware.vapi.std.errors_client.Unauthenticated
UnauthorizedRaise: com.vmware.vapi.std.errors_client.InvalidRequest
The sddc is not in a state that’s valid for updatesRaise: com.vmware.vapi.std.errors_client.Unauthorized
Access not allowed to the operation for the current userRaise: com.vmware.vapi.std.errors_client.NotFound
Cannot find the cluster with the given identifier- org (
-
delete
(org, sddc, cluster)¶ 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)
Return type: Returns: com.vmware.vmc.model.Task
Raise: com.vmware.vapi.std.errors_client.Unauthenticated
UnauthorizedRaise: com.vmware.vapi.std.errors_client.InvalidRequest
The sddc is not in a state that’s valid for updatesRaise: com.vmware.vapi.std.errors_client.Unauthorized
Access not allowed to the operation for the current userRaise: com.vmware.vapi.std.errors_client.NotFound
Cannot find the cluster with the given id- org (
-
-
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.-
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)
Return type: Returns: com.vmware.vmc.model.Task
Raise: com.vmware.vapi.std.errors_client.Unauthenticated
UnauthorizedRaise: com.vmware.vapi.std.errors_client.InvalidRequest
The sddc is not in a state that’s valid for updates, Method not allowedRaise: com.vmware.vapi.std.errors_client.Unauthorized
Access not allowed to the operation for the current userRaise: com.vmware.vapi.std.errors_client.NotFound
Cannot find the SDDC with given identifier- org (
-
-
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.-
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
orNone
) – 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). If = ‘addToAll’, will add esxs to all clusters in the SDDC (This is an privileged operation). If = ‘removeFromAll’, will delete the esxs from all clusters in the SDDC (This is an privileged operation). Default behaviour is ‘add’ (optional)
Return type: Returns: com.vmware.vmc.model.Task
Raise: com.vmware.vapi.std.errors_client.Unauthenticated
UnauthorizedRaise: com.vmware.vapi.std.errors_client.InvalidRequest
The sddc is not in a state that’s valid for updatesRaise: com.vmware.vapi.std.errors_client.Unauthorized
Access not allowed to the operation for the current userRaise: com.vmware.vapi.std.errors_client.NotFound
Cannot find the SDDC with the given identifier- org (
-
-
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.-
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)
Return type: Returns: com.vmware.vmc.model.Task
Raise: com.vmware.vapi.std.errors_client.Unauthenticated
UnauthorizedRaise: com.vmware.vapi.std.errors_client.InvalidRequest
The sddc is not in a state that’s valid for updatesRaise: com.vmware.vapi.std.errors_client.Unauthorized
Access not allowed to the operation for the current userRaise: com.vmware.vapi.std.errors_client.NotFound
Cannot find the SDDC with given identifier- org (
-
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)
Return type: Returns: com.vmware.vmc.model.Task
Raise: com.vmware.vapi.std.errors_client.Unauthenticated
UnauthorizedRaise: com.vmware.vapi.std.errors_client.InvalidRequest
The sddc is not in a state that’s valid for updatesRaise: com.vmware.vapi.std.errors_client.Unauthorized
Access not allowed to the operation for the current userRaise: com.vmware.vapi.std.errors_client.NotFound
Cannot find the public IP with given IP address- org (
-
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)
Return type: Returns: com.vmware.vmc.model.SddcPublicIp
Raise: com.vmware.vapi.std.errors_client.Unauthenticated
UnauthorizedRaise: com.vmware.vapi.std.errors_client.Unauthorized
ForbiddenRaise: com.vmware.vapi.std.errors_client.NotFound
Cannot find the public IP with given IP address- org (
-
list
(org, sddc)¶ list all public IPs for a SDDC
Parameters: - org (
str
) – Organization identifier. (required) - sddc (
str
) – Sddc Identifier. (required)
Return type: Returns: Raise: com.vmware.vapi.std.errors_client.Unauthenticated
UnauthorizedRaise: com.vmware.vapi.std.errors_client.Unauthorized
ForbiddenRaise: com.vmware.vapi.std.errors_client.NotFound
Cannot find the SDDC with given identifier- org (
-
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 ‘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 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)
Return type: Returns: com.vmware.vmc.model.Task
Raise: com.vmware.vapi.std.errors_client.Unauthenticated
UnauthorizedRaise: com.vmware.vapi.std.errors_client.InvalidRequest
The sddc is not in a state that’s valid for updatesRaise: com.vmware.vapi.std.errors_client.Unauthorized
Access not allowed to the operation for the current userRaise: com.vmware.vapi.std.errors_client.NotFound
Cannot find the public IP with given IP address- org (
-
-
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.-
get
(org, sddc)¶ Get configuration template for an SDDC
Parameters: - org (
str
) – Organization identifier. (required) - sddc (
str
) – Sddc Identifier. (required)
Return type: Returns: com.vmware.vmc.model.SddcTemplate
Raise: com.vmware.vapi.std.errors_client.Unauthenticated
UnauthorizedRaise: com.vmware.vapi.std.errors_client.InvalidRequest
SDDC is in a state that cannot be use for generating configuration templateRaise: com.vmware.vapi.std.errors_client.Unauthorized
ForbiddenRaise: com.vmware.vapi.std.errors_client.NotFound
Cannot find the SDDC with given identifier- org (
-
-
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
com.vmware.vmc.orgs.storage_client module¶
-
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.-
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)
Return type: Returns: com.vmware.vmc.model.VsanConfigConstraints
Raise: com.vmware.vapi.std.errors_client.Unauthenticated
UnauthorizedRaise: com.vmware.vapi.std.errors_client.InvalidRequest
Invalid or missing parametersRaise: com.vmware.vapi.std.errors_client.Unauthorized
Forbidden- org (
-
-
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
com.vmware.vmc.orgs.subscriptions_client module¶
-
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.-
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
orNone
) – The product that you are trying to purchase, eg. host. This needs to be accompanied by the type parameter (optional) - type (
str
orNone
) – 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)
Return type: Returns: com.vmware.vmc.model.OfferInstancesHolder
Raise: com.vmware.vapi.std.errors_client.Unauthenticated
UnauthorizedRaise: com.vmware.vapi.std.errors_client.InvalidRequest
Bad Request. Type of the product not supported.Raise: com.vmware.vapi.std.errors_client.Unauthorized
Forbidden- org (
-
-
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.-
list
(org)¶ List of all the products that are available for purchase.
Parameters: org ( str
) – Organization identifier. (required)Return type: list
ofcom.vmware.vmc.model_client.SubscriptionProducts
Returns: Raise: com.vmware.vapi.std.errors_client.Unauthenticated
UnauthorizedRaise: com.vmware.vapi.std.errors_client.Unauthorized
ForbiddenRaise: com.vmware.vapi.std.errors_client.InternalServerError
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
com.vmware.vmc.orgs.tbrs_client module¶
-
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.-
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
orNone
) – SDDCs and/or states to query (optional)
Return type: dict
ofstr
andlist
ofcom.vmware.vmc.model_client.ReservationWindow
Returns: Raise: com.vmware.vapi.std.errors_client.Unauthenticated
UnauthorizedRaise: com.vmware.vapi.std.errors_client.InvalidRequest
Bad CallRaise: com.vmware.vapi.std.errors_client.Unauthorized
Forbidden- org (
-
-
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
-
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.-
get
(org)¶ Get all available support windows
Parameters: org ( str
) – Organization identifier. (required)Return type: list
ofcom.vmware.vmc.model_client.SupportWindow
Returns: Raise: com.vmware.vapi.std.errors_client.Unauthenticated
UnauthorizedRaise: com.vmware.vapi.std.errors_client.InvalidRequest
Invalid requestRaise: com.vmware.vapi.std.errors_client.Unauthorized
ForbiddenRaise: 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)
Return type: Returns: com.vmware.vmc.model.SupportWindowId
Raise: com.vmware.vapi.std.errors_client.Unauthenticated
UnauthorizedRaise: com.vmware.vapi.std.errors_client.InvalidRequest
Invalid requestRaise: com.vmware.vapi.std.errors_client.Unauthorized
ForbiddenRaise: com.vmware.vapi.std.errors_client.NotFound
Feature does not exist- org (
-