public class IpSetsStub extends com.vmware.vapi.internal.bindings.Stub implements IpSets
IpSets
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID, CREATE_0_ACTION_ADD_IP, CREATE_0_ACTION_REMOVE_IP| Constructor and Description |
|---|
IpSetsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
IpSetsStub(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 |
|---|---|
IPSet |
create(IPSet ipSet)
Synchronous method overload.
|
void |
create(IPSet ipSet,
com.vmware.vapi.bindings.client.AsyncCallback<IPSet> asyncCallback)
Asynchronous method overload.
|
void |
create(IPSet ipSet,
com.vmware.vapi.bindings.client.AsyncCallback<IPSet> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload.
|
IPSet |
create(IPSet ipSet,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload.
|
IPAddressElement |
create0(java.lang.String ipSetId,
IPAddressElement ipAddressElement,
java.lang.String action)
Synchronous method overload.
|
void |
create0(java.lang.String ipSetId,
IPAddressElement ipAddressElement,
java.lang.String action,
com.vmware.vapi.bindings.client.AsyncCallback<IPAddressElement> asyncCallback)
Asynchronous method overload.
|
void |
create0(java.lang.String ipSetId,
IPAddressElement ipAddressElement,
java.lang.String action,
com.vmware.vapi.bindings.client.AsyncCallback<IPAddressElement> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload.
|
IPAddressElement |
create0(java.lang.String ipSetId,
IPAddressElement ipAddressElement,
java.lang.String action,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload.
|
void |
delete(java.lang.String ipSetId,
java.lang.Boolean force)
Synchronous method overload.
|
void |
delete(java.lang.String ipSetId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous method overload.
|
void |
delete(java.lang.String ipSetId,
java.lang.Boolean force,
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 ipSetId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload.
|
IPSet |
get(java.lang.String ipSetId)
Synchronous method overload.
|
void |
get(java.lang.String ipSetId,
com.vmware.vapi.bindings.client.AsyncCallback<IPSet> asyncCallback)
Asynchronous method overload.
|
void |
get(java.lang.String ipSetId,
com.vmware.vapi.bindings.client.AsyncCallback<IPSet> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload.
|
IPSet |
get(java.lang.String ipSetId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload.
|
IPSetListResult |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy)
Synchronous method overload.
|
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<IPSetListResult> asyncCallback)
Asynchronous method overload.
|
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<IPSetListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload.
|
IPSetListResult |
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)
Synchronous method overload.
|
IPSet |
update(java.lang.String ipSetId,
IPSet ipSet)
Synchronous method overload.
|
void |
update(java.lang.String ipSetId,
IPSet ipSet,
com.vmware.vapi.bindings.client.AsyncCallback<IPSet> asyncCallback)
Asynchronous method overload.
|
void |
update(java.lang.String ipSetId,
IPSet ipSet,
com.vmware.vapi.bindings.client.AsyncCallback<IPSet> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload.
|
IPSet |
update(java.lang.String ipSetId,
IPSet ipSet,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload.
|
public IpSetsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public IpSetsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public IPSet create(IPSet ipSet)
IpSetsSynchronous method overload. Result of the invocation will be reported as a method return value.
public IPSet create(IPSet ipSet, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IpSetsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void create(IPSet ipSet, com.vmware.vapi.bindings.client.AsyncCallback<IPSet> asyncCallback)
IpSetsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.IPSet
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void create(IPSet ipSet, com.vmware.vapi.bindings.client.AsyncCallback<IPSet> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IpSetsAsynchronous 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.IPSet
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public IPAddressElement create0(java.lang.String ipSetId, IPAddressElement ipAddressElement, java.lang.String action)
IpSetsSynchronous method overload. Result of the invocation will be reported as a method return value.
public IPAddressElement create0(java.lang.String ipSetId, IPAddressElement ipAddressElement, java.lang.String action, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IpSetsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void create0(java.lang.String ipSetId,
IPAddressElement ipAddressElement,
java.lang.String action,
com.vmware.vapi.bindings.client.AsyncCallback<IPAddressElement> asyncCallback)
IpSetsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.IPAddressElement
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void create0(java.lang.String ipSetId,
IPAddressElement ipAddressElement,
java.lang.String action,
com.vmware.vapi.bindings.client.AsyncCallback<IPAddressElement> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IpSetsAsynchronous 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.IPAddressElement
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create0 in interface IpSetsipSetId - IP Set Id (required)ipAddressElement - (required)action - Specifies addition or removal action (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 ipSetId,
java.lang.Boolean force)
IpSetsSynchronous method overload. Result of the invocation will be reported as a method return value.
public void delete(java.lang.String ipSetId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IpSetsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void delete(java.lang.String ipSetId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
IpSetsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void delete(java.lang.String ipSetId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IpSetsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
delete in interface IpSetsipSetId - IPSet Id (required)force - Force delete the resource even if it is being used somewhere (optional, default
to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public IPSet get(java.lang.String ipSetId)
IpSetsSynchronous method overload. Result of the invocation will be reported as a method return value.
public IPSet get(java.lang.String ipSetId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IpSetsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void get(java.lang.String ipSetId,
com.vmware.vapi.bindings.client.AsyncCallback<IPSet> asyncCallback)
IpSetsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.IPSet
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void get(java.lang.String ipSetId,
com.vmware.vapi.bindings.client.AsyncCallback<IPSet> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IpSetsAsynchronous 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.IPSet
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public IPSetListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
IpSetsSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface IpSetscursor - 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 IPSetListResult 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)
IpSetsSynchronous 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 IpSetscursor - 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<IPSetListResult> asyncCallback)
IpSetsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.IPSetListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface IpSetscursor - 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<IPSetListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IpSetsAsynchronous 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.IPSetListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface IpSetscursor - 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 IPSet update(java.lang.String ipSetId, IPSet ipSet)
IpSetsSynchronous method overload. Result of the invocation will be reported as a method return value.
public IPSet update(java.lang.String ipSetId, IPSet ipSet, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IpSetsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void update(java.lang.String ipSetId,
IPSet ipSet,
com.vmware.vapi.bindings.client.AsyncCallback<IPSet> asyncCallback)
IpSetsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.IPSet
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void update(java.lang.String ipSetId,
IPSet ipSet,
com.vmware.vapi.bindings.client.AsyncCallback<IPSet> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IpSetsAsynchronous 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.IPSet
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found