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