public class StateStub extends com.vmware.vapi.internal.bindings.Stub implements State
State
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
StateStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
StateStub(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 |
---|---|
DhcpStaticBindingState |
get(java.lang.String segmentId,
java.lang.String bindingId)
Read DHCP static binding state
|
void |
get(java.lang.String segmentId,
java.lang.String bindingId,
com.vmware.vapi.bindings.client.AsyncCallback<DhcpStaticBindingState> asyncCallback)
Read DHCP static binding state
|
void |
get(java.lang.String segmentId,
java.lang.String bindingId,
com.vmware.vapi.bindings.client.AsyncCallback<DhcpStaticBindingState> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read DHCP static binding state
|
DhcpStaticBindingState |
get(java.lang.String segmentId,
java.lang.String bindingId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read DHCP static binding state
|
public StateStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
public StateStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
public DhcpStaticBindingState get(java.lang.String segmentId, java.lang.String bindingId)
State
Synchronous method overload. Result of the invocation will be reported as a method return value.
public DhcpStaticBindingState get(java.lang.String segmentId, java.lang.String bindingId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
State
Synchronous 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 segmentId, java.lang.String bindingId, com.vmware.vapi.bindings.client.AsyncCallback<DhcpStaticBindingState> asyncCallback)
State
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
com.vmware.nsx_policy.model.DhcpStaticBindingState
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 segmentId, java.lang.String bindingId, com.vmware.vapi.bindings.client.AsyncCallback<DhcpStaticBindingState> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
State
Asynchronous 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_policy.model.DhcpStaticBindingState
Operation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found