| Package | Description |
|---|---|
| com.vmware.nsx_policy.infra.realized_state | |
| com.vmware.nsx_policy.model |
| Modifier and Type | Method and Description |
|---|---|
RealizedEnforcementPoint |
EnforcementPointsStub.get(java.lang.String enforcementPointName) |
RealizedEnforcementPoint |
EnforcementPoints.get(java.lang.String enforcementPointName)
Read a Enforcement Point and the complete tree underneath.
|
RealizedEnforcementPoint |
EnforcementPointsStub.get(java.lang.String enforcementPointName,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
RealizedEnforcementPoint |
EnforcementPoints.get(java.lang.String enforcementPointName,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read a Enforcement Point and the complete tree underneath.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnforcementPointsStub.get(java.lang.String enforcementPointName,
com.vmware.vapi.bindings.client.AsyncCallback<RealizedEnforcementPoint> asyncCallback) |
void |
EnforcementPoints.get(java.lang.String enforcementPointName,
com.vmware.vapi.bindings.client.AsyncCallback<RealizedEnforcementPoint> asyncCallback)
Read a Enforcement Point and the complete tree underneath.
|
void |
EnforcementPointsStub.get(java.lang.String enforcementPointName,
com.vmware.vapi.bindings.client.AsyncCallback<RealizedEnforcementPoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
EnforcementPoints.get(java.lang.String enforcementPointName,
com.vmware.vapi.bindings.client.AsyncCallback<RealizedEnforcementPoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read a Enforcement Point and the complete tree underneath.
|
| Modifier and Type | Method and Description |
|---|---|
static RealizedEnforcementPoint |
RealizedEnforcementPoint._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 RealizedEnforcementPoint |
RealizedEnforcementPoint._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
RealizedEnforcementPoint |
RealizedEnforcementPoint.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RealizedEnforcementPoint> |
RealizedEnforcementPointListResult.getResults()
Paged Collection of Enforcement Point's
|
| Modifier and Type | Method and Description |
|---|---|
void |
RealizedEnforcementPointListResult.setResults(java.util.List<RealizedEnforcementPoint> results)
Paged Collection of Enforcement Point's
|
RealizedEnforcementPointListResult.Builder |
RealizedEnforcementPointListResult.Builder.setResults(java.util.List<RealizedEnforcementPoint> results)
Paged Collection of Enforcement Point's
|