public class HeartbeatConfigStub extends com.vmware.vapi.internal.bindings.Stub implements HeartbeatConfig
HeartbeatConfig
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
HeartbeatConfigStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
HeartbeatConfigStub(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 |
|---|---|
AntreaHeartbeatConfig |
get(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String clusterControlPlaneId)
Read Antrea heartbeat configuration
|
void |
get(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String clusterControlPlaneId,
com.vmware.vapi.bindings.client.AsyncCallback<AntreaHeartbeatConfig> asyncCallback)
Read Antrea heartbeat configuration
|
void |
get(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String clusterControlPlaneId,
com.vmware.vapi.bindings.client.AsyncCallback<AntreaHeartbeatConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read Antrea heartbeat configuration
|
AntreaHeartbeatConfig |
get(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String clusterControlPlaneId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read Antrea heartbeat configuration
|
void |
patch(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String clusterControlPlaneId,
AntreaHeartbeatConfig antreaHeartbeatConfig)
Patch the Antrea heartbeat configuration
|
void |
patch(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String clusterControlPlaneId,
AntreaHeartbeatConfig antreaHeartbeatConfig,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Patch the Antrea heartbeat configuration
|
void |
patch(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String clusterControlPlaneId,
AntreaHeartbeatConfig antreaHeartbeatConfig,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Patch the Antrea heartbeat configuration
|
void |
patch(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String clusterControlPlaneId,
AntreaHeartbeatConfig antreaHeartbeatConfig,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Patch the Antrea heartbeat configuration
|
AntreaHeartbeatConfig |
update(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String clusterControlPlaneId,
AntreaHeartbeatConfig antreaHeartbeatConfig)
Update the Antrea heartbeat configuration
|
void |
update(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String clusterControlPlaneId,
AntreaHeartbeatConfig antreaHeartbeatConfig,
com.vmware.vapi.bindings.client.AsyncCallback<AntreaHeartbeatConfig> asyncCallback)
Update the Antrea heartbeat configuration
|
void |
update(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String clusterControlPlaneId,
AntreaHeartbeatConfig antreaHeartbeatConfig,
com.vmware.vapi.bindings.client.AsyncCallback<AntreaHeartbeatConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update the Antrea heartbeat configuration
|
AntreaHeartbeatConfig |
update(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String clusterControlPlaneId,
AntreaHeartbeatConfig antreaHeartbeatConfig,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update the Antrea heartbeat configuration
|
public HeartbeatConfigStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public HeartbeatConfigStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public AntreaHeartbeatConfig get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String clusterControlPlaneId)
HeartbeatConfigSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface HeartbeatConfigsiteId - (required)enforcementpointId - (required)clusterControlPlaneId - (required)public AntreaHeartbeatConfig get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String clusterControlPlaneId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
HeartbeatConfigSynchronous 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 HeartbeatConfigsiteId - (required)enforcementpointId - (required)clusterControlPlaneId - (required)invocationConfig - Configuration for the method invocation.public void get(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String clusterControlPlaneId,
com.vmware.vapi.bindings.client.AsyncCallback<AntreaHeartbeatConfig> asyncCallback)
HeartbeatConfigAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.AntreaHeartbeatConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface HeartbeatConfigsiteId - (required)enforcementpointId - (required)clusterControlPlaneId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String clusterControlPlaneId,
com.vmware.vapi.bindings.client.AsyncCallback<AntreaHeartbeatConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
HeartbeatConfigAsynchronous 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.AntreaHeartbeatConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface HeartbeatConfigsiteId - (required)enforcementpointId - (required)clusterControlPlaneId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void patch(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String clusterControlPlaneId,
AntreaHeartbeatConfig antreaHeartbeatConfig)
HeartbeatConfigSynchronous method overload. Result of the invocation will be reported as a method return value.
patch in interface HeartbeatConfigsiteId - (required)enforcementpointId - (required)clusterControlPlaneId - (required)antreaHeartbeatConfig - (required)public void patch(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String clusterControlPlaneId,
AntreaHeartbeatConfig antreaHeartbeatConfig,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
HeartbeatConfigSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
patch in interface HeartbeatConfigsiteId - (required)enforcementpointId - (required)clusterControlPlaneId - (required)antreaHeartbeatConfig - (required)invocationConfig - Configuration for the method invocation.public void patch(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String clusterControlPlaneId,
AntreaHeartbeatConfig antreaHeartbeatConfig,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
HeartbeatConfigAsynchronous 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
patch in interface HeartbeatConfigsiteId - (required)enforcementpointId - (required)clusterControlPlaneId - (required)antreaHeartbeatConfig - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void patch(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String clusterControlPlaneId,
AntreaHeartbeatConfig antreaHeartbeatConfig,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
HeartbeatConfigAsynchronous 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
patch in interface HeartbeatConfigsiteId - (required)enforcementpointId - (required)clusterControlPlaneId - (required)antreaHeartbeatConfig - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public AntreaHeartbeatConfig update(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String clusterControlPlaneId, AntreaHeartbeatConfig antreaHeartbeatConfig)
HeartbeatConfigSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface HeartbeatConfigsiteId - (required)enforcementpointId - (required)clusterControlPlaneId - (required)antreaHeartbeatConfig - (required)public AntreaHeartbeatConfig update(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String clusterControlPlaneId, AntreaHeartbeatConfig antreaHeartbeatConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
HeartbeatConfigSynchronous 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 HeartbeatConfigsiteId - (required)enforcementpointId - (required)clusterControlPlaneId - (required)antreaHeartbeatConfig - (required)invocationConfig - Configuration for the method invocation.public void update(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String clusterControlPlaneId,
AntreaHeartbeatConfig antreaHeartbeatConfig,
com.vmware.vapi.bindings.client.AsyncCallback<AntreaHeartbeatConfig> asyncCallback)
HeartbeatConfigAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.AntreaHeartbeatConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface HeartbeatConfigsiteId - (required)enforcementpointId - (required)clusterControlPlaneId - (required)antreaHeartbeatConfig - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String clusterControlPlaneId,
AntreaHeartbeatConfig antreaHeartbeatConfig,
com.vmware.vapi.bindings.client.AsyncCallback<AntreaHeartbeatConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
HeartbeatConfigAsynchronous 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.AntreaHeartbeatConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface HeartbeatConfigsiteId - (required)enforcementpointId - (required)clusterControlPlaneId - (required)antreaHeartbeatConfig - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.