public class TransportNodeProfilesStub extends com.vmware.vapi.internal.bindings.Stub implements TransportNodeProfiles
TransportNodeProfiles
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
TransportNodeProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
TransportNodeProfilesStub(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 |
|---|---|
TransportNodeProfile |
create(TransportNodeProfile transportNodeProfile,
java.lang.Boolean overrideNsxOwnership)
Transport node profile captures the configuration needed to create a transport
node.
|
void |
create(TransportNodeProfile transportNodeProfile,
java.lang.Boolean overrideNsxOwnership,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeProfile> asyncCallback)
Transport node profile captures the configuration needed to create a transport
node.
|
void |
create(TransportNodeProfile transportNodeProfile,
java.lang.Boolean overrideNsxOwnership,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Transport node profile captures the configuration needed to create a transport
node.
|
TransportNodeProfile |
create(TransportNodeProfile transportNodeProfile,
java.lang.Boolean overrideNsxOwnership,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Transport node profile captures the configuration needed to create a transport
node.
|
void |
delete(java.lang.String transportNodeProfileId)
Deletes the specified transport node profile.
|
void |
delete(java.lang.String transportNodeProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Deletes the specified transport node profile.
|
void |
delete(java.lang.String transportNodeProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deletes the specified transport node profile.
|
void |
delete(java.lang.String transportNodeProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deletes the specified transport node profile.
|
TransportNodeProfile |
get(java.lang.String transportNodeProfileId)
Returns information about a specified transport node profile.
|
void |
get(java.lang.String transportNodeProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeProfile> asyncCallback)
Returns information about a specified transport node profile.
|
void |
get(java.lang.String transportNodeProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about a specified transport node profile.
|
TransportNodeProfile |
get(java.lang.String transportNodeProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about a specified transport node profile.
|
TransportNodeProfileListResult |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy)
Returns information about all transport node profiles.
|
void |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeProfileListResult> asyncCallback)
Returns information about all transport node profiles.
|
void |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeProfileListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about all transport node profiles.
|
TransportNodeProfileListResult |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about all transport node profiles.
|
TransportNodeProfile |
update(java.lang.String transportNodeProfileId,
TransportNodeProfile transportNodeProfile,
java.lang.String esxMgmtIfMigrationDest,
java.lang.String ifId,
java.lang.Boolean overrideNsxOwnership,
java.lang.String pingIp,
java.lang.Boolean skipValidation,
java.lang.String vnic,
java.lang.String vnicMigrationDest)
When configurations of a transport node profile(TNP) is updated, all the
transport nodes in all the compute collections to which this TNP is attached are
updated to reflect the updated configuration.
|
void |
update(java.lang.String transportNodeProfileId,
TransportNodeProfile transportNodeProfile,
java.lang.String esxMgmtIfMigrationDest,
java.lang.String ifId,
java.lang.Boolean overrideNsxOwnership,
java.lang.String pingIp,
java.lang.Boolean skipValidation,
java.lang.String vnic,
java.lang.String vnicMigrationDest,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeProfile> asyncCallback)
When configurations of a transport node profile(TNP) is updated, all the
transport nodes in all the compute collections to which this TNP is attached are
updated to reflect the updated configuration.
|
void |
update(java.lang.String transportNodeProfileId,
TransportNodeProfile transportNodeProfile,
java.lang.String esxMgmtIfMigrationDest,
java.lang.String ifId,
java.lang.Boolean overrideNsxOwnership,
java.lang.String pingIp,
java.lang.Boolean skipValidation,
java.lang.String vnic,
java.lang.String vnicMigrationDest,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
When configurations of a transport node profile(TNP) is updated, all the
transport nodes in all the compute collections to which this TNP is attached are
updated to reflect the updated configuration.
|
TransportNodeProfile |
update(java.lang.String transportNodeProfileId,
TransportNodeProfile transportNodeProfile,
java.lang.String esxMgmtIfMigrationDest,
java.lang.String ifId,
java.lang.Boolean overrideNsxOwnership,
java.lang.String pingIp,
java.lang.Boolean skipValidation,
java.lang.String vnic,
java.lang.String vnicMigrationDest,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
When configurations of a transport node profile(TNP) is updated, all the
transport nodes in all the compute collections to which this TNP is attached are
updated to reflect the updated configuration.
|
public TransportNodeProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public TransportNodeProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public TransportNodeProfile create(TransportNodeProfile transportNodeProfile, java.lang.Boolean overrideNsxOwnership)
TransportNodeProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
create in interface TransportNodeProfilestransportNodeProfile - (required)overrideNsxOwnership - Override NSX Ownership (optional, default to false)public TransportNodeProfile create(TransportNodeProfile transportNodeProfile, java.lang.Boolean overrideNsxOwnership, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TransportNodeProfilesSynchronous 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 TransportNodeProfilestransportNodeProfile - (required)overrideNsxOwnership - Override NSX Ownership (optional, default to false)invocationConfig - Configuration for the method invocation.public void create(TransportNodeProfile transportNodeProfile, java.lang.Boolean overrideNsxOwnership, com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeProfile> asyncCallback)
TransportNodeProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.TransportNodeProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface TransportNodeProfilestransportNodeProfile - (required)overrideNsxOwnership - Override NSX Ownership (optional, default to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void create(TransportNodeProfile transportNodeProfile, java.lang.Boolean overrideNsxOwnership, com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeProfile> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TransportNodeProfilesAsynchronous 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.TransportNodeProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface TransportNodeProfilestransportNodeProfile - (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.public void delete(java.lang.String transportNodeProfileId)
TransportNodeProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
delete in interface TransportNodeProfilestransportNodeProfileId - (required)public void delete(java.lang.String transportNodeProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TransportNodeProfilesSynchronous 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 TransportNodeProfilestransportNodeProfileId - (required)invocationConfig - Configuration for the method invocation.public void delete(java.lang.String transportNodeProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
TransportNodeProfilesAsynchronous 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 TransportNodeProfilestransportNodeProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void delete(java.lang.String transportNodeProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TransportNodeProfilesAsynchronous 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 TransportNodeProfilestransportNodeProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public TransportNodeProfile get(java.lang.String transportNodeProfileId)
TransportNodeProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface TransportNodeProfilestransportNodeProfileId - (required)public TransportNodeProfile get(java.lang.String transportNodeProfileId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TransportNodeProfilesSynchronous 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 TransportNodeProfilestransportNodeProfileId - (required)invocationConfig - Configuration for the method invocation.public void get(java.lang.String transportNodeProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeProfile> asyncCallback)
TransportNodeProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.TransportNodeProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface TransportNodeProfilestransportNodeProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String transportNodeProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TransportNodeProfilesAsynchronous 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.TransportNodeProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface TransportNodeProfilestransportNodeProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public TransportNodeProfileListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
TransportNodeProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface TransportNodeProfilescursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)public TransportNodeProfileListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TransportNodeProfilesSynchronous 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 TransportNodeProfilescursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)invocationConfig - Configuration for the method invocation.public void list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeProfileListResult> asyncCallback)
TransportNodeProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.TransportNodeProfileListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface TransportNodeProfilescursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeProfileListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TransportNodeProfilesAsynchronous 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.TransportNodeProfileListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface TransportNodeProfilescursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public TransportNodeProfile update(java.lang.String transportNodeProfileId, TransportNodeProfile transportNodeProfile, java.lang.String esxMgmtIfMigrationDest, java.lang.String ifId, java.lang.Boolean overrideNsxOwnership, java.lang.String pingIp, java.lang.Boolean skipValidation, java.lang.String vnic, java.lang.String vnicMigrationDest)
TransportNodeProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface TransportNodeProfilestransportNodeProfileId - (required)transportNodeProfile - (required)esxMgmtIfMigrationDest - The network ids to which the ESX vmk interfaces will be migrated (optional)ifId - The ESX vmk interfaces to migrate (optional)overrideNsxOwnership - Override NSX Ownership (optional, default to false)pingIp - IP Addresses to ping right after ESX vmk interfaces were migrated. (optional)skipValidation - Whether to skip front-end validation for vmk/vnic/pnic migration (optional,
default to false)vnic - The ESX vmk interfaces and/or VM NIC to migrate (optional)vnicMigrationDest - The migration destinations of ESX vmk interfaces and/or VM NIC (optional)public TransportNodeProfile update(java.lang.String transportNodeProfileId, TransportNodeProfile transportNodeProfile, java.lang.String esxMgmtIfMigrationDest, java.lang.String ifId, java.lang.Boolean overrideNsxOwnership, java.lang.String pingIp, java.lang.Boolean skipValidation, java.lang.String vnic, java.lang.String vnicMigrationDest, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TransportNodeProfilesSynchronous 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 TransportNodeProfilestransportNodeProfileId - (required)transportNodeProfile - (required)esxMgmtIfMigrationDest - The network ids to which the ESX vmk interfaces will be migrated (optional)ifId - The ESX vmk interfaces to migrate (optional)overrideNsxOwnership - Override NSX Ownership (optional, default to false)pingIp - IP Addresses to ping right after ESX vmk interfaces were migrated. (optional)skipValidation - Whether to skip front-end validation for vmk/vnic/pnic migration (optional,
default to false)vnic - The ESX vmk interfaces and/or VM NIC to migrate (optional)vnicMigrationDest - The migration destinations of ESX vmk interfaces and/or VM NIC (optional)invocationConfig - Configuration for the method invocation.public void update(java.lang.String transportNodeProfileId,
TransportNodeProfile transportNodeProfile,
java.lang.String esxMgmtIfMigrationDest,
java.lang.String ifId,
java.lang.Boolean overrideNsxOwnership,
java.lang.String pingIp,
java.lang.Boolean skipValidation,
java.lang.String vnic,
java.lang.String vnicMigrationDest,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeProfile> asyncCallback)
TransportNodeProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.TransportNodeProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface TransportNodeProfilestransportNodeProfileId - (required)transportNodeProfile - (required)esxMgmtIfMigrationDest - The network ids to which the ESX vmk interfaces will be migrated (optional)ifId - The ESX vmk interfaces to migrate (optional)overrideNsxOwnership - Override NSX Ownership (optional, default to false)pingIp - IP Addresses to ping right after ESX vmk interfaces were migrated. (optional)skipValidation - Whether to skip front-end validation for vmk/vnic/pnic migration (optional,
default to false)vnic - The ESX vmk interfaces and/or VM NIC to migrate (optional)vnicMigrationDest - The migration destinations of ESX vmk interfaces and/or VM NIC (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(java.lang.String transportNodeProfileId,
TransportNodeProfile transportNodeProfile,
java.lang.String esxMgmtIfMigrationDest,
java.lang.String ifId,
java.lang.Boolean overrideNsxOwnership,
java.lang.String pingIp,
java.lang.Boolean skipValidation,
java.lang.String vnic,
java.lang.String vnicMigrationDest,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TransportNodeProfilesAsynchronous 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.TransportNodeProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface TransportNodeProfilestransportNodeProfileId - (required)transportNodeProfile - (required)esxMgmtIfMigrationDest - The network ids to which the ESX vmk interfaces will be migrated (optional)ifId - The ESX vmk interfaces to migrate (optional)overrideNsxOwnership - Override NSX Ownership (optional, default to false)pingIp - IP Addresses to ping right after ESX vmk interfaces were migrated. (optional)skipValidation - Whether to skip front-end validation for vmk/vnic/pnic migration (optional,
default to false)vnic - The ESX vmk interfaces and/or VM NIC to migrate (optional)vnicMigrationDest - The migration destinations of ESX vmk interfaces and/or VM NIC (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.