public class RelayProfilesStub extends com.vmware.vapi.internal.bindings.Stub implements RelayProfiles
RelayProfiles
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
RelayProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
RelayProfilesStub(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 |
|---|---|
DhcpRelayProfile |
create(DhcpRelayProfile dhcpRelayProfile)
Creates a dhcp relay profile.
|
void |
create(DhcpRelayProfile dhcpRelayProfile,
com.vmware.vapi.bindings.client.AsyncCallback<DhcpRelayProfile> asyncCallback)
Creates a dhcp relay profile.
|
void |
create(DhcpRelayProfile dhcpRelayProfile,
com.vmware.vapi.bindings.client.AsyncCallback<DhcpRelayProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Creates a dhcp relay profile.
|
DhcpRelayProfile |
create(DhcpRelayProfile dhcpRelayProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Creates a dhcp relay profile.
|
void |
delete(java.lang.String relayProfileId)
Deletes the specified dhcp relay profile.
|
void |
delete(java.lang.String relayProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Deletes the specified dhcp relay profile.
|
void |
delete(java.lang.String relayProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deletes the specified dhcp relay profile.
|
void |
delete(java.lang.String relayProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deletes the specified dhcp relay profile.
|
DhcpRelayProfile |
get(java.lang.String relayProfileId)
Returns information about the specified dhcp relay profile.
|
void |
get(java.lang.String relayProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<DhcpRelayProfile> asyncCallback)
Returns information about the specified dhcp relay profile.
|
void |
get(java.lang.String relayProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<DhcpRelayProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about the specified dhcp relay profile.
|
DhcpRelayProfile |
get(java.lang.String relayProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about the specified dhcp relay profile.
|
DhcpRelayProfileListResult |
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 dhcp relay 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<DhcpRelayProfileListResult> asyncCallback)
Returns information about all dhcp relay 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<DhcpRelayProfileListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about all dhcp relay profiles.
|
DhcpRelayProfileListResult |
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 dhcp relay profiles.
|
DhcpRelayProfile |
update(java.lang.String relayProfileId,
DhcpRelayProfile dhcpRelayProfile)
Modifies the specified dhcp relay profile.
|
void |
update(java.lang.String relayProfileId,
DhcpRelayProfile dhcpRelayProfile,
com.vmware.vapi.bindings.client.AsyncCallback<DhcpRelayProfile> asyncCallback)
Modifies the specified dhcp relay profile.
|
void |
update(java.lang.String relayProfileId,
DhcpRelayProfile dhcpRelayProfile,
com.vmware.vapi.bindings.client.AsyncCallback<DhcpRelayProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Modifies the specified dhcp relay profile.
|
DhcpRelayProfile |
update(java.lang.String relayProfileId,
DhcpRelayProfile dhcpRelayProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Modifies the specified dhcp relay profile.
|
public RelayProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public RelayProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public DhcpRelayProfile create(DhcpRelayProfile dhcpRelayProfile)
RelayProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
create in interface RelayProfilesdhcpRelayProfile - (required)public DhcpRelayProfile create(DhcpRelayProfile dhcpRelayProfile, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RelayProfilesSynchronous 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 RelayProfilesdhcpRelayProfile - (required)invocationConfig - Configuration for the method invocation.public void create(DhcpRelayProfile dhcpRelayProfile, com.vmware.vapi.bindings.client.AsyncCallback<DhcpRelayProfile> asyncCallback)
RelayProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.DhcpRelayProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface RelayProfilesdhcpRelayProfile - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void create(DhcpRelayProfile dhcpRelayProfile, com.vmware.vapi.bindings.client.AsyncCallback<DhcpRelayProfile> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RelayProfilesAsynchronous 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.DhcpRelayProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface RelayProfilesdhcpRelayProfile - (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 relayProfileId)
RelayProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
delete in interface RelayProfilesrelayProfileId - (required)public void delete(java.lang.String relayProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RelayProfilesSynchronous 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 RelayProfilesrelayProfileId - (required)invocationConfig - Configuration for the method invocation.public void delete(java.lang.String relayProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
RelayProfilesAsynchronous 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 RelayProfilesrelayProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void delete(java.lang.String relayProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RelayProfilesAsynchronous 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 RelayProfilesrelayProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public DhcpRelayProfile get(java.lang.String relayProfileId)
RelayProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface RelayProfilesrelayProfileId - (required)public DhcpRelayProfile get(java.lang.String relayProfileId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RelayProfilesSynchronous 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 RelayProfilesrelayProfileId - (required)invocationConfig - Configuration for the method invocation.public void get(java.lang.String relayProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<DhcpRelayProfile> asyncCallback)
RelayProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.DhcpRelayProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface RelayProfilesrelayProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String relayProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<DhcpRelayProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RelayProfilesAsynchronous 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.DhcpRelayProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface RelayProfilesrelayProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public DhcpRelayProfileListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
RelayProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface RelayProfilescursor - 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 DhcpRelayProfileListResult 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)
RelayProfilesSynchronous 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 RelayProfilescursor - 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<DhcpRelayProfileListResult> asyncCallback)
RelayProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.DhcpRelayProfileListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface RelayProfilescursor - 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<DhcpRelayProfileListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RelayProfilesAsynchronous 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.DhcpRelayProfileListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface RelayProfilescursor - 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 DhcpRelayProfile update(java.lang.String relayProfileId, DhcpRelayProfile dhcpRelayProfile)
RelayProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface RelayProfilesrelayProfileId - (required)dhcpRelayProfile - (required)public DhcpRelayProfile update(java.lang.String relayProfileId, DhcpRelayProfile dhcpRelayProfile, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RelayProfilesSynchronous 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 RelayProfilesrelayProfileId - (required)dhcpRelayProfile - (required)invocationConfig - Configuration for the method invocation.public void update(java.lang.String relayProfileId,
DhcpRelayProfile dhcpRelayProfile,
com.vmware.vapi.bindings.client.AsyncCallback<DhcpRelayProfile> asyncCallback)
RelayProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.DhcpRelayProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface RelayProfilesrelayProfileId - (required)dhcpRelayProfile - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(java.lang.String relayProfileId,
DhcpRelayProfile dhcpRelayProfile,
com.vmware.vapi.bindings.client.AsyncCallback<DhcpRelayProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RelayProfilesAsynchronous 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.DhcpRelayProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface RelayProfilesrelayProfileId - (required)dhcpRelayProfile - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.