Interface TopologyByCluster
-
- All Superinterfaces:
com.vmware.vapi.bindings.Service
,TopologyByClusterTypes
- All Known Implementing Classes:
TopologyByClusterStub
public interface TopologyByCluster extends com.vmware.vapi.bindings.Service, TopologyByClusterTypes
-
-
Field Summary
-
Fields inherited from interface com.vmware.nsx_policy.infra.nvds_urt.TopologyByClusterTypes
_VAPI_SERVICE_ID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description UpgradeTopology
apply(java.lang.String precheckId, UpgradeTopology upgradeTopology, java.lang.String clusterId, java.lang.Boolean useRecommendedTopologyConfig)
Deprecated.void
apply(java.lang.String precheckId, UpgradeTopology upgradeTopology, java.lang.String clusterId, java.lang.Boolean useRecommendedTopologyConfig, com.vmware.vapi.bindings.client.AsyncCallback<UpgradeTopology> asyncCallback)
Deprecated.void
apply(java.lang.String precheckId, 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)
Deprecated.UpgradeTopology
apply(java.lang.String precheckId, UpgradeTopology upgradeTopology, java.lang.String clusterId, java.lang.Boolean useRecommendedTopologyConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.UpgradeTopology
get(java.lang.String precheckId, java.lang.String clusterId, java.lang.String computeManagerId, java.lang.Boolean showVdsConfig)
Deprecated.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)
Deprecated.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)
Deprecated.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)
Deprecated.
-
-
-
Method Detail
-
apply
@Deprecated UpgradeTopology apply(java.lang.String precheckId, UpgradeTopology upgradeTopology, java.lang.String clusterId, java.lang.Boolean useRecommendedTopologyConfig)
Deprecated.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.
- Parameters:
precheckId
- (required)upgradeTopology
- (required)clusterId
- cluster identifier (optional)useRecommendedTopologyConfig
- Flag to indicate if use recommended topology got from the latest precheck (optional)- Returns:
- com.vmware.nsx_policy.model.UpgradeTopology
- Throws:
com.vmware.vapi.std.errors.InvalidRequest
- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized
- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable
- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError
- Internal Server Errorcom.vmware.vapi.std.errors.NotFound
- Not Found
-
apply
@Deprecated UpgradeTopology apply(java.lang.String precheckId, UpgradeTopology upgradeTopology, java.lang.String clusterId, java.lang.Boolean useRecommendedTopologyConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.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.- Parameters:
precheckId
- (required)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
- Throws:
com.vmware.vapi.std.errors.InvalidRequest
- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized
- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable
- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError
- Internal Server Errorcom.vmware.vapi.std.errors.NotFound
- Not Found
-
apply
@Deprecated void apply(java.lang.String precheckId, UpgradeTopology upgradeTopology, java.lang.String clusterId, java.lang.Boolean useRecommendedTopologyConfig, com.vmware.vapi.bindings.client.AsyncCallback<UpgradeTopology> asyncCallback)
Deprecated.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
- Parameters:
precheckId
- (required)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
@Deprecated void apply(java.lang.String precheckId, 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)
Deprecated.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
- Parameters:
precheckId
- (required)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
@Deprecated UpgradeTopology get(java.lang.String precheckId, java.lang.String clusterId, java.lang.String computeManagerId, java.lang.Boolean showVdsConfig)
Deprecated.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.
- 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
- Throws:
com.vmware.vapi.std.errors.InvalidRequest
- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized
- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable
- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError
- Internal Server Errorcom.vmware.vapi.std.errors.NotFound
- Not Found
-
get
@Deprecated 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)
Deprecated.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.- 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
- Throws:
com.vmware.vapi.std.errors.InvalidRequest
- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized
- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable
- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError
- Internal Server Errorcom.vmware.vapi.std.errors.NotFound
- Not Found
-
get
@Deprecated 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)
Deprecated.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
- 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
@Deprecated 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)
Deprecated.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
- 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.
-
-