Class HostTransportNodesAggstatusStub
- java.lang.Object
-
- com.vmware.vapi.internal.bindings.Stub
-
- com.vmware.nsx_policy.infra.sites.enforcement_points.HostTransportNodesAggstatusStub
-
- All Implemented Interfaces:
HostTransportNodesAggstatus,HostTransportNodesAggstatusTypes,com.vmware.vapi.bindings.Service
public class HostTransportNodesAggstatusStub extends com.vmware.vapi.internal.bindings.Stub implements HostTransportNodesAggstatus
Remote stub implementation of theHostTransportNodesAggstatusAPI service.WARNING: Internal class, subject to change in future versions.
-
-
Field Summary
-
Fields inherited from class com.vmware.vapi.internal.bindings.Stub
apiProvider, converter, ifaceId, retryPolicy, securityContext
-
Fields inherited from interface com.vmware.nsx_policy.infra.sites.enforcement_points.HostTransportNodesAggstatusTypes
_VAPI_SERVICE_ID, GET_NODE_TYPE_EDGE, GET_NODE_TYPE_HOST
-
-
Constructor Summary
Constructors Constructor Description HostTransportNodesAggstatusStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)HostTransportNodesAggstatusStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HeatMapTransportZoneStatusget(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeType)Get high-level summary of all transport nodes.voidget(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeType, com.vmware.vapi.bindings.client.AsyncCallback<HeatMapTransportZoneStatus> asyncCallback)Get high-level summary of all transport nodes.voidget(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeType, com.vmware.vapi.bindings.client.AsyncCallback<HeatMapTransportZoneStatus> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get high-level summary of all transport nodes.HeatMapTransportZoneStatusget(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeType, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get high-level summary of all transport nodes.
-
-
-
Constructor Detail
-
HostTransportNodesAggstatusStub
public HostTransportNodesAggstatusStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
-
HostTransportNodesAggstatusStub
public HostTransportNodesAggstatusStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
-
-
Method Detail
-
get
public HeatMapTransportZoneStatus get(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeType)
Description copied from interface:HostTransportNodesAggstatusGet high-level summary of all transport nodes. The service layer does not support source = realtime or cached.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Specified by:
getin interfaceHostTransportNodesAggstatus- Parameters:
siteId- site ID (required)enforcementPointId- enforcement point ID (required)nodeType- Transport node type (optional)- Returns:
- com.vmware.nsx_policy.model.HeatMapTransportZoneStatus
-
get
public HeatMapTransportZoneStatus get(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeType, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:HostTransportNodesAggstatusGet high-level summary of all transport nodes. The service layer does not support source = realtime or cached.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Specified by:
getin interfaceHostTransportNodesAggstatus- Parameters:
siteId- site ID (required)enforcementPointId- enforcement point ID (required)nodeType- Transport node type (optional)invocationConfig- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.HeatMapTransportZoneStatus
-
get
public void get(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeType, com.vmware.vapi.bindings.client.AsyncCallback<HeatMapTransportZoneStatus> asyncCallback)Description copied from interface:HostTransportNodesAggstatusGet high-level summary of all transport nodes. The service layer does not support source = realtime or cached.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx_policy.model.HeatMapTransportZoneStatusOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
getin interfaceHostTransportNodesAggstatus- Parameters:
siteId- site ID (required)enforcementPointId- enforcement point ID (required)nodeType- Transport node type (optional)asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
get
public void get(java.lang.String siteId, java.lang.String enforcementPointId, java.lang.String nodeType, com.vmware.vapi.bindings.client.AsyncCallback<HeatMapTransportZoneStatus> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Description copied from interface:HostTransportNodesAggstatusGet high-level summary of all transport nodes. The service layer does not support source = realtime or cached.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback. UseinvocationConfigto specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.HeatMapTransportZoneStatusOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Specified by:
getin interfaceHostTransportNodesAggstatus- Parameters:
siteId- site ID (required)enforcementPointId- enforcement point ID (required)nodeType- Transport node type (optional)asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
-