public class AgreementStub extends com.vmware.vapi.internal.bindings.Stub implements Agreement
Agreement
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
AgreementStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
AgreementStub(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 |
|---|---|
TelemetryAgreement |
get()
Returns telemetry agreement information.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<TelemetryAgreement> asyncCallback)
Returns telemetry agreement information.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<TelemetryAgreement> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns telemetry agreement information.
|
TelemetryAgreement |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns telemetry agreement information.
|
TelemetryAgreement |
update(TelemetryAgreement telemetryAgreement)
Set telemetry agreement information.
|
void |
update(TelemetryAgreement telemetryAgreement,
com.vmware.vapi.bindings.client.AsyncCallback<TelemetryAgreement> asyncCallback)
Set telemetry agreement information.
|
void |
update(TelemetryAgreement telemetryAgreement,
com.vmware.vapi.bindings.client.AsyncCallback<TelemetryAgreement> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Set telemetry agreement information.
|
TelemetryAgreement |
update(TelemetryAgreement telemetryAgreement,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Set telemetry agreement information.
|
public AgreementStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public AgreementStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public TelemetryAgreement get()
AgreementSynchronous method overload. Result of the invocation will be reported as a method return value.
public TelemetryAgreement get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
AgreementSynchronous 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(com.vmware.vapi.bindings.client.AsyncCallback<TelemetryAgreement> asyncCallback)
AgreementAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.TelemetryAgreement
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void get(com.vmware.vapi.bindings.client.AsyncCallback<TelemetryAgreement> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
AgreementAsynchronous 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.TelemetryAgreement
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public TelemetryAgreement update(TelemetryAgreement telemetryAgreement)
AgreementSynchronous method overload. Result of the invocation will be reported as a method return value.
public TelemetryAgreement update(TelemetryAgreement telemetryAgreement, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
AgreementSynchronous 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(TelemetryAgreement telemetryAgreement, com.vmware.vapi.bindings.client.AsyncCallback<TelemetryAgreement> asyncCallback)
AgreementAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.TelemetryAgreement
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void update(TelemetryAgreement telemetryAgreement, com.vmware.vapi.bindings.client.AsyncCallback<TelemetryAgreement> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
AgreementAsynchronous 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.TelemetryAgreement
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found