Package | Description |
---|---|
com.vmware.nsx_policy.infra.settings.firewall.idfw | |
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
IdfwSystemStats |
SystemStatsStub.get(java.lang.String enforcementPointPath) |
IdfwSystemStats |
SystemStats.get(java.lang.String enforcementPointPath)
It will get IDFW system statistics data.
|
IdfwSystemStats |
SystemStatsStub.get(java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
IdfwSystemStats |
SystemStats.get(java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
It will get IDFW system statistics data.
|
Modifier and Type | Method and Description |
---|---|
void |
SystemStatsStub.get(java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.AsyncCallback<IdfwSystemStats> asyncCallback) |
void |
SystemStats.get(java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.AsyncCallback<IdfwSystemStats> asyncCallback)
It will get IDFW system statistics data.
|
void |
SystemStatsStub.get(java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.AsyncCallback<IdfwSystemStats> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
SystemStats.get(java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.AsyncCallback<IdfwSystemStats> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
It will get IDFW system statistics data.
|
Modifier and Type | Method and Description |
---|---|
static IdfwSystemStats |
IdfwSystemStats._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static IdfwSystemStats |
IdfwSystemStats._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
IdfwSystemStats |
IdfwSystemStats.Builder.build() |