public class DadProfilesStub extends com.vmware.vapi.internal.bindings.Stub implements DadProfiles
DadProfiles
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
DadProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
DadProfilesStub(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 |
|---|---|
DADProfile |
create(DADProfile dADProfile)
Adds a new DADProfile
Please use below Policy APIs. |
void |
create(DADProfile dADProfile,
com.vmware.vapi.bindings.client.AsyncCallback<DADProfile> asyncCallback)
Adds a new DADProfile
Please use below Policy APIs. |
void |
create(DADProfile dADProfile,
com.vmware.vapi.bindings.client.AsyncCallback<DADProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Adds a new DADProfile
Please use below Policy APIs. |
DADProfile |
create(DADProfile dADProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Adds a new DADProfile
Please use below Policy APIs. |
void |
delete(java.lang.String dadProfileId)
Delete DADProfile
Please use below Policy APIs. |
void |
delete(java.lang.String dadProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete DADProfile
Please use below Policy APIs. |
void |
delete(java.lang.String dadProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete DADProfile
Please use below Policy APIs. |
void |
delete(java.lang.String dadProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete DADProfile
Please use below Policy APIs. |
DADProfile |
get(java.lang.String dadProfileId)
Returns information about specified IPv6 DADProfile.
|
void |
get(java.lang.String dadProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<DADProfile> asyncCallback)
Returns information about specified IPv6 DADProfile.
|
void |
get(java.lang.String dadProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<DADProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about specified IPv6 DADProfile.
|
DADProfile |
get(java.lang.String dadProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about specified IPv6 DADProfile.
|
DADProfileListResult |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy)
Returns all IPv6 DADProfiles.
|
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<DADProfileListResult> asyncCallback)
Returns all IPv6 DADProfiles.
|
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<DADProfileListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns all IPv6 DADProfiles.
|
DADProfileListResult |
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 all IPv6 DADProfiles.
|
DADProfile |
update(java.lang.String dadProfileId,
DADProfile dADProfile)
Update DADProfile.
|
void |
update(java.lang.String dadProfileId,
DADProfile dADProfile,
com.vmware.vapi.bindings.client.AsyncCallback<DADProfile> asyncCallback)
Update DADProfile.
|
void |
update(java.lang.String dadProfileId,
DADProfile dADProfile,
com.vmware.vapi.bindings.client.AsyncCallback<DADProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update DADProfile.
|
DADProfile |
update(java.lang.String dadProfileId,
DADProfile dADProfile,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update DADProfile.
|
public DadProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public DadProfilesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public DADProfile create(DADProfile dADProfile)
DadProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
create in interface DadProfilesdADProfile - (required)public DADProfile create(DADProfile dADProfile, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
DadProfilesSynchronous 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 DadProfilesdADProfile - (required)invocationConfig - Configuration for the method invocation.public void create(DADProfile dADProfile, com.vmware.vapi.bindings.client.AsyncCallback<DADProfile> asyncCallback)
DadProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.DADProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface DadProfilesdADProfile - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void create(DADProfile dADProfile, com.vmware.vapi.bindings.client.AsyncCallback<DADProfile> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
DadProfilesAsynchronous 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.DADProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface DadProfilesdADProfile - (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 dadProfileId)
DadProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
delete in interface DadProfilesdadProfileId - (required)public void delete(java.lang.String dadProfileId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
DadProfilesSynchronous 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 DadProfilesdadProfileId - (required)invocationConfig - Configuration for the method invocation.public void delete(java.lang.String dadProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
DadProfilesAsynchronous 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 DadProfilesdadProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void delete(java.lang.String dadProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
DadProfilesAsynchronous 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 DadProfilesdadProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public DADProfile get(java.lang.String dadProfileId)
DadProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface DadProfilesdadProfileId - (required)public DADProfile get(java.lang.String dadProfileId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
DadProfilesSynchronous 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 DadProfilesdadProfileId - (required)invocationConfig - Configuration for the method invocation.public void get(java.lang.String dadProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<DADProfile> asyncCallback)
DadProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.DADProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface DadProfilesdadProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String dadProfileId,
com.vmware.vapi.bindings.client.AsyncCallback<DADProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
DadProfilesAsynchronous 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.DADProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface DadProfilesdadProfileId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public DADProfileListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
DadProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface DadProfilescursor - 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 DADProfileListResult 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)
DadProfilesSynchronous 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 DadProfilescursor - 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<DADProfileListResult> asyncCallback)
DadProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.DADProfileListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface DadProfilescursor - 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<DADProfileListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
DadProfilesAsynchronous 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.DADProfileListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface DadProfilescursor - 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 DADProfile update(java.lang.String dadProfileId, DADProfile dADProfile)
DadProfilesSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface DadProfilesdadProfileId - (required)dADProfile - (required)public DADProfile update(java.lang.String dadProfileId, DADProfile dADProfile, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
DadProfilesSynchronous 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 DadProfilesdadProfileId - (required)dADProfile - (required)invocationConfig - Configuration for the method invocation.public void update(java.lang.String dadProfileId,
DADProfile dADProfile,
com.vmware.vapi.bindings.client.AsyncCallback<DADProfile> asyncCallback)
DadProfilesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.DADProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface DadProfilesdadProfileId - (required)dADProfile - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(java.lang.String dadProfileId,
DADProfile dADProfile,
com.vmware.vapi.bindings.client.AsyncCallback<DADProfile> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
DadProfilesAsynchronous 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.DADProfile
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface DadProfilesdadProfileId - (required)dADProfile - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.