public class TransportNodeCollectionsStub extends com.vmware.vapi.internal.bindings.Stub implements TransportNodeCollections
TransportNodeCollections
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
TransportNodeCollectionsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
TransportNodeCollectionsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
TransportNodeCollection |
create(TransportNodeCollection transportNodeCollection,
java.lang.Boolean applyProfile,
java.lang.Boolean overrideNsxOwnership)
When transport node collection is created the hosts which are part of compute
collection will be prepared automatically i.e.
|
void |
create(TransportNodeCollection transportNodeCollection,
java.lang.Boolean applyProfile,
java.lang.Boolean overrideNsxOwnership,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeCollection> asyncCallback)
When transport node collection is created the hosts which are part of compute
collection will be prepared automatically i.e.
|
void |
create(TransportNodeCollection transportNodeCollection,
java.lang.Boolean applyProfile,
java.lang.Boolean overrideNsxOwnership,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeCollection> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
When transport node collection is created the hosts which are part of compute
collection will be prepared automatically i.e.
|
TransportNodeCollection |
create(TransportNodeCollection transportNodeCollection,
java.lang.Boolean applyProfile,
java.lang.Boolean overrideNsxOwnership,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
When transport node collection is created the hosts which are part of compute
collection will be prepared automatically i.e.
|
void |
delete(java.lang.String transportNodeCollectionId)
By deleting transport node collection, we are detaching the transport node
profile(TNP) from the compute collection.
|
void |
delete(java.lang.String transportNodeCollectionId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
By deleting transport node collection, we are detaching the transport node
profile(TNP) from the compute collection.
|
void |
delete(java.lang.String transportNodeCollectionId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
By deleting transport node collection, we are detaching the transport node
profile(TNP) from the compute collection.
|
void |
delete(java.lang.String transportNodeCollectionId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
By deleting transport node collection, we are detaching the transport node
profile(TNP) from the compute collection.
|
TransportNodeCollection |
get(java.lang.String transportNodeCollectionId)
Returns transport node collection by id
|
void |
get(java.lang.String transportNodeCollectionId,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeCollection> asyncCallback)
Returns transport node collection by id
|
void |
get(java.lang.String transportNodeCollectionId,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeCollection> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns transport node collection by id
|
TransportNodeCollection |
get(java.lang.String transportNodeCollectionId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns transport node collection by id
|
TransportNodeCollectionListResult |
list(java.lang.String clusterMoid,
java.lang.String computeCollectionId,
java.lang.String vcInstanceUuid)
Returns all Transport Node collections
|
void |
list(java.lang.String clusterMoid,
java.lang.String computeCollectionId,
java.lang.String vcInstanceUuid,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeCollectionListResult> asyncCallback)
Returns all Transport Node collections
|
void |
list(java.lang.String clusterMoid,
java.lang.String computeCollectionId,
java.lang.String vcInstanceUuid,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeCollectionListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns all Transport Node collections
|
TransportNodeCollectionListResult |
list(java.lang.String clusterMoid,
java.lang.String computeCollectionId,
java.lang.String vcInstanceUuid,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns all Transport Node collections
|
void |
retryprofilerealization(java.lang.String transportNodeCollectionId)
This API is relevant for compute collection on which vLCM is enabled.
|
void |
retryprofilerealization(java.lang.String transportNodeCollectionId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
This API is relevant for compute collection on which vLCM is enabled.
|
void |
retryprofilerealization(java.lang.String transportNodeCollectionId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This API is relevant for compute collection on which vLCM is enabled.
|
void |
retryprofilerealization(java.lang.String transportNodeCollectionId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This API is relevant for compute collection on which vLCM is enabled.
|
TransportNodeCollection |
update(java.lang.String transportNodeCollectionId,
TransportNodeCollection transportNodeCollection,
java.lang.Boolean overrideNsxOwnership)
Attach different transport node profile to compute collection by updating
transport node collection.
|
void |
update(java.lang.String transportNodeCollectionId,
TransportNodeCollection transportNodeCollection,
java.lang.Boolean overrideNsxOwnership,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeCollection> asyncCallback)
Attach different transport node profile to compute collection by updating
transport node collection.
|
void |
update(java.lang.String transportNodeCollectionId,
TransportNodeCollection transportNodeCollection,
java.lang.Boolean overrideNsxOwnership,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeCollection> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Attach different transport node profile to compute collection by updating
transport node collection.
|
TransportNodeCollection |
update(java.lang.String transportNodeCollectionId,
TransportNodeCollection transportNodeCollection,
java.lang.Boolean overrideNsxOwnership,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Attach different transport node profile to compute collection by updating
transport node collection.
|
public TransportNodeCollectionsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public TransportNodeCollectionsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public TransportNodeCollection create(TransportNodeCollection transportNodeCollection, java.lang.Boolean applyProfile, java.lang.Boolean overrideNsxOwnership)
TransportNodeCollectionsSynchronous method overload. Result of the invocation will be reported as a method return value.
create in interface TransportNodeCollectionstransportNodeCollection - (required)applyProfile - Indicates if the Transport Node Profile (TNP) configuration should be applied
during creation (optional, default to true)overrideNsxOwnership - Override NSX Ownership (optional, default to false)public TransportNodeCollection create(TransportNodeCollection transportNodeCollection, java.lang.Boolean applyProfile, java.lang.Boolean overrideNsxOwnership, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TransportNodeCollectionsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
create in interface TransportNodeCollectionstransportNodeCollection - (required)applyProfile - Indicates if the Transport Node Profile (TNP) configuration should be applied
during creation (optional, default to true)overrideNsxOwnership - Override NSX Ownership (optional, default to false)invocationConfig - Configuration for the method invocation.public void create(TransportNodeCollection transportNodeCollection, java.lang.Boolean applyProfile, java.lang.Boolean overrideNsxOwnership, com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeCollection> asyncCallback)
TransportNodeCollectionsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.TransportNodeCollection
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface TransportNodeCollectionstransportNodeCollection - (required)applyProfile - Indicates if the Transport Node Profile (TNP) configuration should be applied
during creation (optional, default to true)overrideNsxOwnership - Override NSX Ownership (optional, default to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void create(TransportNodeCollection transportNodeCollection, java.lang.Boolean applyProfile, java.lang.Boolean overrideNsxOwnership, com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeCollection> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TransportNodeCollectionsAsynchronous 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.nsx.model.TransportNodeCollection
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface TransportNodeCollectionstransportNodeCollection - (required)applyProfile - Indicates if the Transport Node Profile (TNP) configuration should be applied
during creation (optional, default to true)overrideNsxOwnership - Override NSX Ownership (optional, default to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void delete(java.lang.String transportNodeCollectionId)
TransportNodeCollectionsSynchronous method overload. Result of the invocation will be reported as a method return value.
delete in interface TransportNodeCollectionstransportNodeCollectionId - (required)public void delete(java.lang.String transportNodeCollectionId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TransportNodeCollectionsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
delete in interface TransportNodeCollectionstransportNodeCollectionId - (required)invocationConfig - Configuration for the method invocation.public void delete(java.lang.String transportNodeCollectionId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
TransportNodeCollectionsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
delete in interface TransportNodeCollectionstransportNodeCollectionId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void delete(java.lang.String transportNodeCollectionId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TransportNodeCollectionsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
delete in interface TransportNodeCollectionstransportNodeCollectionId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public TransportNodeCollection get(java.lang.String transportNodeCollectionId)
TransportNodeCollectionsSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface TransportNodeCollectionstransportNodeCollectionId - (required)public TransportNodeCollection get(java.lang.String transportNodeCollectionId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TransportNodeCollectionsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
get in interface TransportNodeCollectionstransportNodeCollectionId - (required)invocationConfig - Configuration for the method invocation.public void get(java.lang.String transportNodeCollectionId,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeCollection> asyncCallback)
TransportNodeCollectionsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.TransportNodeCollection
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface TransportNodeCollectionstransportNodeCollectionId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String transportNodeCollectionId,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeCollection> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TransportNodeCollectionsAsynchronous 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.nsx.model.TransportNodeCollection
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface TransportNodeCollectionstransportNodeCollectionId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public TransportNodeCollectionListResult list(java.lang.String clusterMoid, java.lang.String computeCollectionId, java.lang.String vcInstanceUuid)
TransportNodeCollectionsSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface TransportNodeCollectionsclusterMoid - Managed object ID of cluster in VC (optional)computeCollectionId - Compute collection id (optional)vcInstanceUuid - UUID for VC deployment (optional)public TransportNodeCollectionListResult list(java.lang.String clusterMoid, java.lang.String computeCollectionId, java.lang.String vcInstanceUuid, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TransportNodeCollectionsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
list in interface TransportNodeCollectionsclusterMoid - Managed object ID of cluster in VC (optional)computeCollectionId - Compute collection id (optional)vcInstanceUuid - UUID for VC deployment (optional)invocationConfig - Configuration for the method invocation.public void list(java.lang.String clusterMoid,
java.lang.String computeCollectionId,
java.lang.String vcInstanceUuid,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeCollectionListResult> asyncCallback)
TransportNodeCollectionsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.TransportNodeCollectionListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface TransportNodeCollectionsclusterMoid - Managed object ID of cluster in VC (optional)computeCollectionId - Compute collection id (optional)vcInstanceUuid - UUID for VC deployment (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void list(java.lang.String clusterMoid,
java.lang.String computeCollectionId,
java.lang.String vcInstanceUuid,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeCollectionListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TransportNodeCollectionsAsynchronous 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.nsx.model.TransportNodeCollectionListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface TransportNodeCollectionsclusterMoid - Managed object ID of cluster in VC (optional)computeCollectionId - Compute collection id (optional)vcInstanceUuid - UUID for VC deployment (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void retryprofilerealization(java.lang.String transportNodeCollectionId)
TransportNodeCollectionsSynchronous method overload. Result of the invocation will be reported as a method return value.
retryprofilerealization in interface TransportNodeCollectionstransportNodeCollectionId - (required)public void retryprofilerealization(java.lang.String transportNodeCollectionId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TransportNodeCollectionsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
retryprofilerealization in interface TransportNodeCollectionstransportNodeCollectionId - (required)invocationConfig - Configuration for the method invocation.public void retryprofilerealization(java.lang.String transportNodeCollectionId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
TransportNodeCollectionsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
retryprofilerealization in interface TransportNodeCollectionstransportNodeCollectionId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void retryprofilerealization(java.lang.String transportNodeCollectionId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TransportNodeCollectionsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
retryprofilerealization in interface TransportNodeCollectionstransportNodeCollectionId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public TransportNodeCollection update(java.lang.String transportNodeCollectionId, TransportNodeCollection transportNodeCollection, java.lang.Boolean overrideNsxOwnership)
TransportNodeCollectionsSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface TransportNodeCollectionstransportNodeCollectionId - (required)transportNodeCollection - (required)overrideNsxOwnership - Override NSX Ownership (optional, default to false)public TransportNodeCollection update(java.lang.String transportNodeCollectionId, TransportNodeCollection transportNodeCollection, java.lang.Boolean overrideNsxOwnership, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TransportNodeCollectionsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
update in interface TransportNodeCollectionstransportNodeCollectionId - (required)transportNodeCollection - (required)overrideNsxOwnership - Override NSX Ownership (optional, default to false)invocationConfig - Configuration for the method invocation.public void update(java.lang.String transportNodeCollectionId,
TransportNodeCollection transportNodeCollection,
java.lang.Boolean overrideNsxOwnership,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeCollection> asyncCallback)
TransportNodeCollectionsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.TransportNodeCollection
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface TransportNodeCollectionstransportNodeCollectionId - (required)transportNodeCollection - (required)overrideNsxOwnership - Override NSX Ownership (optional, default to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(java.lang.String transportNodeCollectionId,
TransportNodeCollection transportNodeCollection,
java.lang.Boolean overrideNsxOwnership,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeCollection> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TransportNodeCollectionsAsynchronous 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.nsx.model.TransportNodeCollection
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface TransportNodeCollectionstransportNodeCollectionId - (required)transportNodeCollection - (required)overrideNsxOwnership - Override NSX Ownership (optional, default to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.