Package | Description |
---|---|
com.vmware.nsx_policy.infra.livetraces | |
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
LiveTraceListResult |
StatusesStub.list(java.lang.String enforcementPointPath) |
LiveTraceListResult |
Statuses.list(java.lang.String enforcementPointPath)
Get a list of all livetrace status entities.
|
LiveTraceListResult |
StatusesStub.list(java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
LiveTraceListResult |
Statuses.list(java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get a list of all livetrace status entities.
|
Modifier and Type | Method and Description |
---|---|
void |
StatusesStub.list(java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.AsyncCallback<LiveTraceListResult> asyncCallback) |
void |
Statuses.list(java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.AsyncCallback<LiveTraceListResult> asyncCallback)
Get a list of all livetrace status entities.
|
void |
StatusesStub.list(java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.AsyncCallback<LiveTraceListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Statuses.list(java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.AsyncCallback<LiveTraceListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get a list of all livetrace status entities.
|
Modifier and Type | Method and Description |
---|---|
static LiveTraceListResult |
LiveTraceListResult._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 LiveTraceListResult |
LiveTraceListResult._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
LiveTraceListResult |
LiveTraceListResult.Builder.build() |