public interface CompatibleSubnets extends Service, CompatibleSubnetsTypes
_VAPI_SERVICE_ID
Modifier and Type | Method and Description |
---|---|
AwsCompatibleSubnets |
get(java.lang.String org,
java.lang.String linkedAccountId,
java.lang.String region,
java.lang.String sddc,
java.lang.Boolean forceRefresh,
java.lang.String instanceType,
java.lang.String sddcType,
java.lang.Long numOfHosts)
Gets a customer's compatible subnets for account linking
|
void |
get(java.lang.String org,
java.lang.String linkedAccountId,
java.lang.String region,
java.lang.String sddc,
java.lang.Boolean forceRefresh,
java.lang.String instanceType,
java.lang.String sddcType,
java.lang.Long numOfHosts,
AsyncCallback<AwsCompatibleSubnets> asyncCallback)
Gets a customer's compatible subnets for account linking
|
void |
get(java.lang.String org,
java.lang.String linkedAccountId,
java.lang.String region,
java.lang.String sddc,
java.lang.Boolean forceRefresh,
java.lang.String instanceType,
java.lang.String sddcType,
java.lang.Long numOfHosts,
AsyncCallback<AwsCompatibleSubnets> asyncCallback,
InvocationConfig invocationConfig)
Gets a customer's compatible subnets for account linking
|
AwsCompatibleSubnets |
get(java.lang.String org,
java.lang.String linkedAccountId,
java.lang.String region,
java.lang.String sddc,
java.lang.Boolean forceRefresh,
java.lang.String instanceType,
java.lang.String sddcType,
java.lang.Long numOfHosts,
InvocationConfig invocationConfig)
Gets a customer's compatible subnets for account linking
|
AwsSubnet |
post(java.lang.String org)
Sets which subnet to use to link accounts and finishes the linking process
|
void |
post(java.lang.String org,
AsyncCallback<AwsSubnet> asyncCallback)
Sets which subnet to use to link accounts and finishes the linking process
|
void |
post(java.lang.String org,
AsyncCallback<AwsSubnet> asyncCallback,
InvocationConfig invocationConfig)
Sets which subnet to use to link accounts and finishes the linking process
|
AwsSubnet |
post(java.lang.String org,
InvocationConfig invocationConfig)
Sets which subnet to use to link accounts and finishes the linking process
|
AwsCompatibleSubnets get(java.lang.String org, java.lang.String linkedAccountId, java.lang.String region, java.lang.String sddc, java.lang.Boolean forceRefresh, java.lang.String instanceType, java.lang.String sddcType, java.lang.Long numOfHosts)
Synchronous method overload. Result of the invocation will be reported as a method return value.
org
- Organization identifier (required)linkedAccountId
- The linked connected account identifier (required)region
- The region of the cloud resources to work in (optional)sddc
- sddc (optional)forceRefresh
- When true, forces the mappings for datacenters to be refreshed for the connected
account. (optional)instanceType
- The server instance type to be used. (optional)sddcType
- The sddc type to be used. (1NODE, SingleAZ, MultiAZ) (optional)numOfHosts
- The number of hosts (optional)Unauthenticated
- UnauthorizedUnauthorized
- ForbiddenAwsCompatibleSubnets get(java.lang.String org, java.lang.String linkedAccountId, java.lang.String region, java.lang.String sddc, java.lang.Boolean forceRefresh, java.lang.String instanceType, java.lang.String sddcType, java.lang.Long numOfHosts, InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
org
- Organization identifier (required)linkedAccountId
- The linked connected account identifier (required)region
- The region of the cloud resources to work in (optional)sddc
- sddc (optional)forceRefresh
- When true, forces the mappings for datacenters to be refreshed for the connected
account. (optional)instanceType
- The server instance type to be used. (optional)sddcType
- The sddc type to be used. (1NODE, SingleAZ, MultiAZ) (optional)numOfHosts
- The number of hosts (optional)invocationConfig
- Configuration for the method invocation.Unauthenticated
- UnauthorizedUnauthorized
- Forbiddenvoid get(java.lang.String org, java.lang.String linkedAccountId, java.lang.String region, java.lang.String sddc, java.lang.Boolean forceRefresh, java.lang.String instanceType, java.lang.String sddcType, java.lang.Long numOfHosts, AsyncCallback<AwsCompatibleSubnets> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
com.vmware.vmc.model.AwsCompatibleSubnets
Operation Errors:
Unauthenticated
- Unauthorized
Unauthorized
- Forbidden
org
- Organization identifier (required)linkedAccountId
- The linked connected account identifier (required)region
- The region of the cloud resources to work in (optional)sddc
- sddc (optional)forceRefresh
- When true, forces the mappings for datacenters to be refreshed for the connected
account. (optional)instanceType
- The server instance type to be used. (optional)sddcType
- The sddc type to be used. (1NODE, SingleAZ, MultiAZ) (optional)numOfHosts
- The number of hosts (optional)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String org, java.lang.String linkedAccountId, java.lang.String region, java.lang.String sddc, java.lang.Boolean forceRefresh, java.lang.String instanceType, java.lang.String sddcType, java.lang.Long numOfHosts, AsyncCallback<AwsCompatibleSubnets> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Invocation Result:
com.vmware.vmc.model.AwsCompatibleSubnets
Operation Errors:
Unauthenticated
- Unauthorized
Unauthorized
- Forbidden
org
- Organization identifier (required)linkedAccountId
- The linked connected account identifier (required)region
- The region of the cloud resources to work in (optional)sddc
- sddc (optional)forceRefresh
- When true, forces the mappings for datacenters to be refreshed for the connected
account. (optional)instanceType
- The server instance type to be used. (optional)sddcType
- The sddc type to be used. (1NODE, SingleAZ, MultiAZ) (optional)numOfHosts
- The number of hosts (optional)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.AwsSubnet post(java.lang.String org)
Synchronous method overload. Result of the invocation will be reported as a method return value.
org
- Organization identifier (required)Unauthenticated
- UnauthorizedUnauthorized
- ForbiddenAwsSubnet post(java.lang.String org, InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
org
- Organization identifier (required)invocationConfig
- Configuration for the method invocation.Unauthenticated
- UnauthorizedUnauthorized
- Forbiddenvoid post(java.lang.String org, AsyncCallback<AwsSubnet> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
com.vmware.vmc.model.AwsSubnet
Operation Errors:
Unauthenticated
- Unauthorized
Unauthorized
- Forbidden
org
- Organization identifier (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void post(java.lang.String org, AsyncCallback<AwsSubnet> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Invocation Result:
com.vmware.vmc.model.AwsSubnet
Operation Errors:
Unauthenticated
- Unauthorized
Unauthorized
- Forbidden
org
- Organization identifier (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.