Class TopologyStub
- java.lang.Object
-
- com.vmware.vapi.internal.bindings.Stub
-
- com.vmware.nsx_policy.infra.nvds_urt.TopologyStub
-
- All Implemented Interfaces:
Topology
,TopologyTypes
,com.vmware.vapi.bindings.Service
public class TopologyStub extends com.vmware.vapi.internal.bindings.Stub implements Topology
Remote stub implementation of theTopology
API service.WARNING: Internal class, subject to change in future versions.
-
-
Field Summary
-
Fields inherited from class com.vmware.vapi.internal.bindings.Stub
apiProvider, converter, ifaceId, retryPolicy, securityContext
-
Fields inherited from interface com.vmware.nsx_policy.infra.nvds_urt.TopologyTypes
_VAPI_SERVICE_ID
-
-
Constructor Summary
Constructors Constructor Description TopologyStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
TopologyStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpgradeTopology
apply(UpgradeTopology upgradeTopology, java.lang.String clusterId, java.lang.Boolean useRecommendedTopologyConfig)
Set VDS configuration and create it in vCenter
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supportedvoid
apply(UpgradeTopology upgradeTopology, java.lang.String clusterId, java.lang.Boolean useRecommendedTopologyConfig, com.vmware.vapi.bindings.client.AsyncCallback<UpgradeTopology> asyncCallback)
Set VDS configuration and create it in vCenter
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supportedvoid
apply(UpgradeTopology upgradeTopology, java.lang.String clusterId, java.lang.Boolean useRecommendedTopologyConfig, com.vmware.vapi.bindings.client.AsyncCallback<UpgradeTopology> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Set VDS configuration and create it in vCenter
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supportedUpgradeTopology
apply(UpgradeTopology upgradeTopology, java.lang.String clusterId, java.lang.Boolean useRecommendedTopologyConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Set VDS configuration and create it in vCenter
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supportedUpgradeTopology
get(java.lang.String precheckId, java.lang.String clusterId, java.lang.String computeManagerId, java.lang.Boolean showVdsConfig)
Recommmended topology
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supportedvoid
get(java.lang.String precheckId, java.lang.String clusterId, java.lang.String computeManagerId, java.lang.Boolean showVdsConfig, com.vmware.vapi.bindings.client.AsyncCallback<UpgradeTopology> asyncCallback)
Recommmended topology
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supportedvoid
get(java.lang.String precheckId, java.lang.String clusterId, java.lang.String computeManagerId, java.lang.Boolean showVdsConfig, com.vmware.vapi.bindings.client.AsyncCallback<UpgradeTopology> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Recommmended topology
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supportedUpgradeTopology
get(java.lang.String precheckId, java.lang.String clusterId, java.lang.String computeManagerId, java.lang.Boolean showVdsConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Recommmended topology
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supportedUpgradeTopology
revert(UpgradeTopology upgradeTopology)
Unset VDS configuration and remove it from vCenter
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supportedvoid
revert(UpgradeTopology upgradeTopology, com.vmware.vapi.bindings.client.AsyncCallback<UpgradeTopology> asyncCallback)
Unset VDS configuration and remove it from vCenter
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supportedvoid
revert(UpgradeTopology upgradeTopology, com.vmware.vapi.bindings.client.AsyncCallback<UpgradeTopology> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Unset VDS configuration and remove it from vCenter
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supportedUpgradeTopology
revert(UpgradeTopology upgradeTopology, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Unset VDS configuration and remove it from vCenter
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supported
-
-
-
Constructor Detail
-
TopologyStub
public TopologyStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
-
TopologyStub
public TopologyStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
-
-
Method Detail
-
apply
public UpgradeTopology apply(UpgradeTopology upgradeTopology, java.lang.String clusterId, java.lang.Boolean useRecommendedTopologyConfig)
Description copied from interface:Topology
Set VDS configuration and create it in vCenter
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supportedSynchronous method overload. Result of the invocation will be reported as a method return value.
-
apply
public UpgradeTopology apply(UpgradeTopology upgradeTopology, java.lang.String clusterId, java.lang.Boolean useRecommendedTopologyConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:Topology
Set VDS configuration and create it in vCenter
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supportedSynchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Specified by:
apply
in interfaceTopology
- Parameters:
upgradeTopology
- (required)clusterId
- cluster identifier (optional)useRecommendedTopologyConfig
- Flag to indicate if use recommended topology got from the latest precheck (optional)invocationConfig
- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.UpgradeTopology
-
apply
public void apply(UpgradeTopology upgradeTopology, java.lang.String clusterId, java.lang.Boolean useRecommendedTopologyConfig, com.vmware.vapi.bindings.client.AsyncCallback<UpgradeTopology> asyncCallback)
Description copied from interface:Topology
Set VDS configuration and create it in vCenter
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supportedAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
.Invocation Result:
com.vmware.nsx_policy.model.UpgradeTopologyOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Specified by:
apply
in interfaceTopology
- Parameters:
upgradeTopology
- (required)clusterId
- cluster identifier (optional)useRecommendedTopologyConfig
- Flag to indicate if use recommended topology got from the latest precheck (optional)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
apply
public void apply(UpgradeTopology upgradeTopology, java.lang.String clusterId, java.lang.Boolean useRecommendedTopologyConfig, com.vmware.vapi.bindings.client.AsyncCallback<UpgradeTopology> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:Topology
Set VDS configuration and create it in vCenter
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supportedAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
to specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.UpgradeTopologyOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Specified by:
apply
in interfaceTopology
- Parameters:
upgradeTopology
- (required)clusterId
- cluster identifier (optional)useRecommendedTopologyConfig
- Flag to indicate if use recommended topology got from the latest precheck (optional)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
get
public UpgradeTopology get(java.lang.String precheckId, java.lang.String clusterId, java.lang.String computeManagerId, java.lang.Boolean showVdsConfig)
Description copied from interface:Topology
Recommmended topology
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supportedSynchronous method overload. Result of the invocation will be reported as a method return value.
- Specified by:
get
in interfaceTopology
- Parameters:
precheckId
- (required)clusterId
- cluster identifier (optional)computeManagerId
- vCenter identifier (optional)showVdsConfig
- Flag to indicate if VdsTopology should contain VDS configuration (optional)- Returns:
- com.vmware.nsx_policy.model.UpgradeTopology
-
get
public UpgradeTopology get(java.lang.String precheckId, java.lang.String clusterId, java.lang.String computeManagerId, java.lang.Boolean showVdsConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:Topology
Recommmended topology
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supportedSynchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Specified by:
get
in interfaceTopology
- Parameters:
precheckId
- (required)clusterId
- cluster identifier (optional)computeManagerId
- vCenter identifier (optional)showVdsConfig
- Flag to indicate if VdsTopology should contain VDS configuration (optional)invocationConfig
- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.UpgradeTopology
-
get
public void get(java.lang.String precheckId, java.lang.String clusterId, java.lang.String computeManagerId, java.lang.Boolean showVdsConfig, com.vmware.vapi.bindings.client.AsyncCallback<UpgradeTopology> asyncCallback)
Description copied from interface:Topology
Recommmended topology
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supportedAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
.Invocation Result:
com.vmware.nsx_policy.model.UpgradeTopologyOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Specified by:
get
in interfaceTopology
- Parameters:
precheckId
- (required)clusterId
- cluster identifier (optional)computeManagerId
- vCenter identifier (optional)showVdsConfig
- Flag to indicate if VdsTopology should contain VDS configuration (optional)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
get
public void get(java.lang.String precheckId, java.lang.String clusterId, java.lang.String computeManagerId, java.lang.Boolean showVdsConfig, com.vmware.vapi.bindings.client.AsyncCallback<UpgradeTopology> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:Topology
Recommmended topology
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supportedAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
to specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.UpgradeTopologyOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Specified by:
get
in interfaceTopology
- Parameters:
precheckId
- (required)clusterId
- cluster identifier (optional)computeManagerId
- vCenter identifier (optional)showVdsConfig
- Flag to indicate if VdsTopology should contain VDS configuration (optional)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
revert
public UpgradeTopology revert(UpgradeTopology upgradeTopology)
Description copied from interface:Topology
Unset VDS configuration and remove it from vCenter
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supportedSynchronous method overload. Result of the invocation will be reported as a method return value.
-
revert
public UpgradeTopology revert(UpgradeTopology upgradeTopology, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:Topology
Unset VDS configuration and remove it from vCenter
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supportedSynchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.
-
revert
public void revert(UpgradeTopology upgradeTopology, com.vmware.vapi.bindings.client.AsyncCallback<UpgradeTopology> asyncCallback)
Description copied from interface:Topology
Unset VDS configuration and remove it from vCenter
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supportedAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
.Invocation Result:
com.vmware.nsx_policy.model.UpgradeTopologyOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
-
revert
public void revert(UpgradeTopology upgradeTopology, com.vmware.vapi.bindings.client.AsyncCallback<UpgradeTopology> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:Topology
Unset VDS configuration and remove it from vCenter
NVDS-to-CVDS Upgrade Readiness Tool feature won't be supportedAsynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
to specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.UpgradeTopologyOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
-
-