public class TransportzoneProfilesStub extends com.vmware.vapi.internal.bindings.Stub implements TransportzoneProfiles
TransportzoneProfiles
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
TransportzoneProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
TransportzoneProfilesStub(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 |
|---|---|
com.vmware.vapi.bindings.Structure |
create(com.vmware.vapi.bindings.Structure transportZoneProfile)
Creates a transport zone profile.
|
void |
create(com.vmware.vapi.bindings.Structure transportZoneProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Creates a transport zone profile.
|
void |
create(com.vmware.vapi.bindings.Structure transportZoneProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Creates a transport zone profile.
|
com.vmware.vapi.bindings.Structure |
create(com.vmware.vapi.bindings.Structure transportZoneProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Creates a transport zone profile.
|
void |
delete(java.lang.String transportzoneProfileId)
Deletes a specified transport zone profile.
|
void |
delete(java.lang.String transportzoneProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Deletes a specified transport zone profile.
|
void |
delete(java.lang.String transportzoneProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deletes a specified transport zone profile.
|
void |
delete(java.lang.String transportzoneProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deletes a specified transport zone profile.
|
com.vmware.vapi.bindings.Structure |
get(java.lang.String transportzoneProfileId)
Returns information about a specified transport zone profile.
|
void |
get(java.lang.String transportzoneProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Returns information about a specified transport zone profile.
|
void |
get(java.lang.String transportzoneProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about a specified transport zone profile.
|
com.vmware.vapi.bindings.Structure |
get(java.lang.String transportzoneProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about a specified transport zone profile.
|
TransportZoneProfileListResult |
list(java.lang.String cursor,
java.lang.Boolean includeSystemOwned,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String resourceType,
java.lang.Boolean sortAscending,
java.lang.String sortBy)
Returns information about the configured transport zone profiles.
|
void |
list(java.lang.String cursor,
java.lang.Boolean includeSystemOwned,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String resourceType,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<TransportZoneProfileListResult> asyncCallback)
Returns information about the configured transport zone profiles.
|
void |
list(java.lang.String cursor,
java.lang.Boolean includeSystemOwned,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String resourceType,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<TransportZoneProfileListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about the configured transport zone profiles.
|
TransportZoneProfileListResult |
list(java.lang.String cursor,
java.lang.Boolean includeSystemOwned,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String resourceType,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about the configured transport zone profiles.
|
com.vmware.vapi.bindings.Structure |
update(java.lang.String transportzoneProfileId,
com.vmware.vapi.bindings.Structure transportZoneProfile)
Modifies a specified transport zone profile.
|
void |
update(java.lang.String transportzoneProfileId,
com.vmware.vapi.bindings.Structure transportZoneProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
Modifies a specified transport zone profile.
|
void |
update(java.lang.String transportzoneProfileId,
com.vmware.vapi.bindings.Structure transportZoneProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Modifies a specified transport zone profile.
|
com.vmware.vapi.bindings.Structure |
update(java.lang.String transportzoneProfileId,
com.vmware.vapi.bindings.Structure transportZoneProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Modifies a specified transport zone profile.
|
public TransportzoneProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public TransportzoneProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public com.vmware.vapi.bindings.Structure create(com.vmware.vapi.bindings.Structure transportZoneProfile)
TransportzoneProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
create in interface TransportzoneProfilestransportZoneProfile - (required)
The parameter must contain all the properties defined in TransportZoneProfile.TransportZoneProfile.public com.vmware.vapi.bindings.Structure create(com.vmware.vapi.bindings.Structure transportZoneProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TransportzoneProfilesSynchronous 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 TransportzoneProfilestransportZoneProfile - (required)
The parameter must contain all the properties defined in TransportZoneProfile.invocationConfig - Configuration for the method invocation.TransportZoneProfile.public void create(com.vmware.vapi.bindings.Structure transportZoneProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
TransportzoneProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.TransportZoneProfile
The return value will contain all the properties defined in TransportZoneProfile.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface TransportzoneProfilestransportZoneProfile - (required)
The parameter must contain all the properties defined in TransportZoneProfile.asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void create(com.vmware.vapi.bindings.Structure transportZoneProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TransportzoneProfilesAsynchronous 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.TransportZoneProfile
The return value will contain all the properties defined in TransportZoneProfile.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface TransportzoneProfilestransportZoneProfile - (required)
The parameter must contain all the properties defined in TransportZoneProfile.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void delete(java.lang.String transportzoneProfileId)
TransportzoneProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
delete in interface TransportzoneProfilestransportzoneProfileId - (required)public void delete(java.lang.String transportzoneProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TransportzoneProfilesSynchronous 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 TransportzoneProfilestransportzoneProfileId - (required)invocationConfig - Configuration for the method invocation.public void delete(java.lang.String transportzoneProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
TransportzoneProfilesAsynchronous 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 TransportzoneProfilestransportzoneProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void delete(java.lang.String transportzoneProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TransportzoneProfilesAsynchronous 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 TransportzoneProfilestransportzoneProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public com.vmware.vapi.bindings.Structure get(java.lang.String transportzoneProfileId)
TransportzoneProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface TransportzoneProfilestransportzoneProfileId - (required)TransportZoneProfile.public com.vmware.vapi.bindings.Structure get(java.lang.String transportzoneProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TransportzoneProfilesSynchronous 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 TransportzoneProfilestransportzoneProfileId - (required)invocationConfig - Configuration for the method invocation.TransportZoneProfile.public void get(java.lang.String transportzoneProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
TransportzoneProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.TransportZoneProfile
The return value will contain all the properties defined in TransportZoneProfile.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface TransportzoneProfilestransportzoneProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String transportzoneProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TransportzoneProfilesAsynchronous 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.TransportZoneProfile
The return value will contain all the properties defined in TransportZoneProfile.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface TransportzoneProfilestransportzoneProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public TransportZoneProfileListResult list(java.lang.String cursor, java.lang.Boolean includeSystemOwned, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String resourceType, java.lang.Boolean sortAscending, java.lang.String sortBy)
TransportzoneProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface TransportzoneProfilescursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includeSystemOwned - Whether the list result contains system resources (optional, default to false)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)resourceType - comma-separated list of transport zone profile types, e.g.
?resource_type=BfdHealthMonitoringProfile (optional)sortAscending - (optional)sortBy - Field by which records are sorted (optional)public TransportZoneProfileListResult list(java.lang.String cursor, java.lang.Boolean includeSystemOwned, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String resourceType, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TransportzoneProfilesSynchronous 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 TransportzoneProfilescursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includeSystemOwned - Whether the list result contains system resources (optional, default to false)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)resourceType - comma-separated list of transport zone profile types, e.g.
?resource_type=BfdHealthMonitoringProfile (optional)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.Boolean includeSystemOwned,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String resourceType,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<TransportZoneProfileListResult> asyncCallback)
TransportzoneProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.TransportZoneProfileListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface TransportzoneProfilescursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includeSystemOwned - Whether the list result contains system resources (optional, default to false)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)resourceType - comma-separated list of transport zone profile types, e.g.
?resource_type=BfdHealthMonitoringProfile (optional)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.Boolean includeSystemOwned,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String resourceType,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<TransportZoneProfileListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TransportzoneProfilesAsynchronous 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.TransportZoneProfileListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface TransportzoneProfilescursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includeSystemOwned - Whether the list result contains system resources (optional, default to false)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)resourceType - comma-separated list of transport zone profile types, e.g.
?resource_type=BfdHealthMonitoringProfile (optional)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 com.vmware.vapi.bindings.Structure update(java.lang.String transportzoneProfileId,
com.vmware.vapi.bindings.Structure transportZoneProfile)
TransportzoneProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface TransportzoneProfilestransportzoneProfileId - (required)transportZoneProfile - (required)
The parameter must contain all the properties defined in TransportZoneProfile.TransportZoneProfile.public com.vmware.vapi.bindings.Structure update(java.lang.String transportzoneProfileId,
com.vmware.vapi.bindings.Structure transportZoneProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TransportzoneProfilesSynchronous 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 TransportzoneProfilestransportzoneProfileId - (required)transportZoneProfile - (required)
The parameter must contain all the properties defined in TransportZoneProfile.invocationConfig - Configuration for the method invocation.TransportZoneProfile.public void update(java.lang.String transportzoneProfileId,
com.vmware.vapi.bindings.Structure transportZoneProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback)
TransportzoneProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.TransportZoneProfile
The return value will contain all the properties defined in TransportZoneProfile.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface TransportzoneProfilestransportzoneProfileId - (required)transportZoneProfile - (required)
The parameter must contain all the properties defined in TransportZoneProfile.asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(java.lang.String transportzoneProfileId,
com.vmware.vapi.bindings.Structure transportZoneProfile,
com.vmware.vapi.bindings.client.AsyncCallback<com.vmware.vapi.bindings.Structure> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TransportzoneProfilesAsynchronous 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.TransportZoneProfile
The return value will contain all the properties defined in TransportZoneProfile.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface TransportzoneProfilestransportzoneProfileId - (required)transportZoneProfile - (required)
The parameter must contain all the properties defined in TransportZoneProfile.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.