public class BridgeEndpointsStub extends com.vmware.vapi.internal.bindings.Stub implements BridgeEndpoints
BridgeEndpoints
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
BridgeEndpointsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
BridgeEndpointsStub(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 |
|---|---|
BridgeEndpoint |
create(BridgeEndpoint bridgeEndpoint)
Synchronous method overload.
|
void |
create(BridgeEndpoint bridgeEndpoint,
com.vmware.vapi.bindings.client.AsyncCallback<BridgeEndpoint> asyncCallback)
Asynchronous method overload.
|
void |
create(BridgeEndpoint bridgeEndpoint,
com.vmware.vapi.bindings.client.AsyncCallback<BridgeEndpoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload.
|
BridgeEndpoint |
create(BridgeEndpoint bridgeEndpoint,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload.
|
void |
delete(java.lang.String bridgeendpointId)
Synchronous method overload.
|
void |
delete(java.lang.String bridgeendpointId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous method overload.
|
void |
delete(java.lang.String bridgeendpointId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
delete(java.lang.String bridgeendpointId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload.
|
BridgeEndpoint |
get(java.lang.String bridgeendpointId)
Returns information about a specified bridge endpoint.
|
void |
get(java.lang.String bridgeendpointId,
com.vmware.vapi.bindings.client.AsyncCallback<BridgeEndpoint> asyncCallback)
Returns information about a specified bridge endpoint.
|
void |
get(java.lang.String bridgeendpointId,
com.vmware.vapi.bindings.client.AsyncCallback<BridgeEndpoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about a specified bridge endpoint.
|
BridgeEndpoint |
get(java.lang.String bridgeendpointId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about a specified bridge endpoint.
|
BridgeEndpointListResult |
list(java.lang.String bridgeClusterId,
java.lang.String bridgeEndpointProfileId,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.String logicalSwitchId,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String vlanTransportZoneId)
Returns information about all configured bridge endoints
|
void |
list(java.lang.String bridgeClusterId,
java.lang.String bridgeEndpointProfileId,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.String logicalSwitchId,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String vlanTransportZoneId,
com.vmware.vapi.bindings.client.AsyncCallback<BridgeEndpointListResult> asyncCallback)
Returns information about all configured bridge endoints
|
void |
list(java.lang.String bridgeClusterId,
java.lang.String bridgeEndpointProfileId,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.String logicalSwitchId,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String vlanTransportZoneId,
com.vmware.vapi.bindings.client.AsyncCallback<BridgeEndpointListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about all configured bridge endoints
|
BridgeEndpointListResult |
list(java.lang.String bridgeClusterId,
java.lang.String bridgeEndpointProfileId,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.String logicalSwitchId,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String vlanTransportZoneId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about all configured bridge endoints
|
BridgeEndpoint |
update(java.lang.String bridgeendpointId,
BridgeEndpoint bridgeEndpoint)
Synchronous method overload.
|
void |
update(java.lang.String bridgeendpointId,
BridgeEndpoint bridgeEndpoint,
com.vmware.vapi.bindings.client.AsyncCallback<BridgeEndpoint> asyncCallback)
Asynchronous method overload.
|
void |
update(java.lang.String bridgeendpointId,
BridgeEndpoint bridgeEndpoint,
com.vmware.vapi.bindings.client.AsyncCallback<BridgeEndpoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload.
|
BridgeEndpoint |
update(java.lang.String bridgeendpointId,
BridgeEndpoint bridgeEndpoint,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload.
|
public BridgeEndpointsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public BridgeEndpointsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public BridgeEndpoint create(BridgeEndpoint bridgeEndpoint)
BridgeEndpointsSynchronous method overload. Result of the invocation will be reported as a method return value.
create in interface BridgeEndpointsbridgeEndpoint - (required)public BridgeEndpoint create(BridgeEndpoint bridgeEndpoint, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
BridgeEndpointsSynchronous 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 BridgeEndpointsbridgeEndpoint - (required)invocationConfig - Configuration for the method invocation.public void create(BridgeEndpoint bridgeEndpoint, com.vmware.vapi.bindings.client.AsyncCallback<BridgeEndpoint> asyncCallback)
BridgeEndpointsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.BridgeEndpoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface BridgeEndpointsbridgeEndpoint - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void create(BridgeEndpoint bridgeEndpoint, com.vmware.vapi.bindings.client.AsyncCallback<BridgeEndpoint> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
BridgeEndpointsAsynchronous 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.BridgeEndpoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface BridgeEndpointsbridgeEndpoint - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void delete(java.lang.String bridgeendpointId)
BridgeEndpointsSynchronous method overload. Result of the invocation will be reported as a method return value.
delete in interface BridgeEndpointsbridgeendpointId - (required)public void delete(java.lang.String bridgeendpointId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
BridgeEndpointsSynchronous 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 BridgeEndpointsbridgeendpointId - (required)invocationConfig - Configuration for the method invocation.public void delete(java.lang.String bridgeendpointId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
BridgeEndpointsAsynchronous 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 BridgeEndpointsbridgeendpointId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void delete(java.lang.String bridgeendpointId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
BridgeEndpointsAsynchronous 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 BridgeEndpointsbridgeendpointId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public BridgeEndpoint get(java.lang.String bridgeendpointId)
BridgeEndpointsSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface BridgeEndpointsbridgeendpointId - (required)public BridgeEndpoint get(java.lang.String bridgeendpointId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
BridgeEndpointsSynchronous 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 BridgeEndpointsbridgeendpointId - (required)invocationConfig - Configuration for the method invocation.public void get(java.lang.String bridgeendpointId,
com.vmware.vapi.bindings.client.AsyncCallback<BridgeEndpoint> asyncCallback)
BridgeEndpointsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.BridgeEndpoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface BridgeEndpointsbridgeendpointId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String bridgeendpointId,
com.vmware.vapi.bindings.client.AsyncCallback<BridgeEndpoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
BridgeEndpointsAsynchronous 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.BridgeEndpoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface BridgeEndpointsbridgeendpointId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public BridgeEndpointListResult list(java.lang.String bridgeClusterId, java.lang.String bridgeEndpointProfileId, java.lang.String cursor, java.lang.String includedFields, java.lang.String logicalSwitchId, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String vlanTransportZoneId)
BridgeEndpointsSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface BridgeEndpointsbridgeClusterId - Bridge Cluster Identifier (optional)bridgeEndpointProfileId - Bridge endpoint profile used by the edge cluster (optional)cursor - 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)logicalSwitchId - Logical Switch Identifier (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)vlanTransportZoneId - VLAN transport zone id used by the edge cluster (optional)public BridgeEndpointListResult list(java.lang.String bridgeClusterId, java.lang.String bridgeEndpointProfileId, java.lang.String cursor, java.lang.String includedFields, java.lang.String logicalSwitchId, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String vlanTransportZoneId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
BridgeEndpointsSynchronous 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 BridgeEndpointsbridgeClusterId - Bridge Cluster Identifier (optional)bridgeEndpointProfileId - Bridge endpoint profile used by the edge cluster (optional)cursor - 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)logicalSwitchId - Logical Switch Identifier (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)vlanTransportZoneId - VLAN transport zone id used by the edge cluster (optional)invocationConfig - Configuration for the method invocation.public void list(java.lang.String bridgeClusterId,
java.lang.String bridgeEndpointProfileId,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.String logicalSwitchId,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String vlanTransportZoneId,
com.vmware.vapi.bindings.client.AsyncCallback<BridgeEndpointListResult> asyncCallback)
BridgeEndpointsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.BridgeEndpointListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface BridgeEndpointsbridgeClusterId - Bridge Cluster Identifier (optional)bridgeEndpointProfileId - Bridge endpoint profile used by the edge cluster (optional)cursor - 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)logicalSwitchId - Logical Switch Identifier (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)vlanTransportZoneId - VLAN transport zone id used by the edge cluster (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void list(java.lang.String bridgeClusterId,
java.lang.String bridgeEndpointProfileId,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.String logicalSwitchId,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String vlanTransportZoneId,
com.vmware.vapi.bindings.client.AsyncCallback<BridgeEndpointListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
BridgeEndpointsAsynchronous 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.BridgeEndpointListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface BridgeEndpointsbridgeClusterId - Bridge Cluster Identifier (optional)bridgeEndpointProfileId - Bridge endpoint profile used by the edge cluster (optional)cursor - 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)logicalSwitchId - Logical Switch Identifier (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)vlanTransportZoneId - VLAN transport zone id used by the edge cluster (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public BridgeEndpoint update(java.lang.String bridgeendpointId, BridgeEndpoint bridgeEndpoint)
BridgeEndpointsSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface BridgeEndpointsbridgeendpointId - (required)bridgeEndpoint - (required)public BridgeEndpoint update(java.lang.String bridgeendpointId, BridgeEndpoint bridgeEndpoint, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
BridgeEndpointsSynchronous 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 BridgeEndpointsbridgeendpointId - (required)bridgeEndpoint - (required)invocationConfig - Configuration for the method invocation.public void update(java.lang.String bridgeendpointId,
BridgeEndpoint bridgeEndpoint,
com.vmware.vapi.bindings.client.AsyncCallback<BridgeEndpoint> asyncCallback)
BridgeEndpointsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.BridgeEndpoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface BridgeEndpointsbridgeendpointId - (required)bridgeEndpoint - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(java.lang.String bridgeendpointId,
BridgeEndpoint bridgeEndpoint,
com.vmware.vapi.bindings.client.AsyncCallback<BridgeEndpoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
BridgeEndpointsAsynchronous 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.BridgeEndpoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface BridgeEndpointsbridgeendpointId - (required)bridgeEndpoint - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.