public class VmStatsStub extends com.vmware.vapi.internal.bindings.Stub implements VmStats
VmStats
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
VmStatsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
VmStatsStub(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 |
|---|---|
IdfwVmStats |
get(java.lang.String vmId,
java.lang.String enforcementPointPath)
It will get IDFW user login events for a given VM (all active plus up to 5 most
recent archived entries).
|
void |
get(java.lang.String vmId,
java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.AsyncCallback<IdfwVmStats> asyncCallback)
It will get IDFW user login events for a given VM (all active plus up to 5 most
recent archived entries).
|
void |
get(java.lang.String vmId,
java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.AsyncCallback<IdfwVmStats> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
It will get IDFW user login events for a given VM (all active plus up to 5 most
recent archived entries).
|
IdfwVmStats |
get(java.lang.String vmId,
java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
It will get IDFW user login events for a given VM (all active plus up to 5 most
recent archived entries).
|
public VmStatsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public VmStatsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public IdfwVmStats get(java.lang.String vmId, java.lang.String enforcementPointPath)
VmStatsSynchronous method overload. Result of the invocation will be reported as a method return value.
public IdfwVmStats get(java.lang.String vmId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
VmStatsSynchronous 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 vmId,
java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.AsyncCallback<IdfwVmStats> asyncCallback)
VmStatsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.IdfwVmStats
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 vmId,
java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.AsyncCallback<IdfwVmStats> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
VmStatsAsynchronous 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.IdfwVmStats
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found