Uses of Class
com.vmware.nsx_policy.model.RealizedEnforcementPoint
-
Packages that use RealizedEnforcementPoint Package Description com.vmware.nsx_policy.infra.realized_state com.vmware.nsx_policy.model -
-
Uses of RealizedEnforcementPoint in com.vmware.nsx_policy.infra.realized_state
Methods in com.vmware.nsx_policy.infra.realized_state that return RealizedEnforcementPoint Modifier and Type Method Description RealizedEnforcementPoint
EnforcementPoints. get(java.lang.String enforcementPointName)
Read a Enforcement Point and the complete tree underneath.RealizedEnforcementPoint
EnforcementPoints. get(java.lang.String enforcementPointName, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read a Enforcement Point and the complete tree underneath.RealizedEnforcementPoint
EnforcementPointsStub. get(java.lang.String enforcementPointName)
RealizedEnforcementPoint
EnforcementPointsStub. get(java.lang.String enforcementPointName, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.infra.realized_state with type arguments of type RealizedEnforcementPoint Modifier and Type Method Description 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
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.void
EnforcementPointsStub. get(java.lang.String enforcementPointName, com.vmware.vapi.bindings.client.AsyncCallback<RealizedEnforcementPoint> asyncCallback)
void
EnforcementPointsStub. get(java.lang.String enforcementPointName, com.vmware.vapi.bindings.client.AsyncCallback<RealizedEnforcementPoint> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of RealizedEnforcementPoint in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return RealizedEnforcementPoint Modifier and Type Method 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()
Methods in com.vmware.nsx_policy.model that return types with arguments of type RealizedEnforcementPoint Modifier and Type Method Description java.util.List<RealizedEnforcementPoint>
RealizedEnforcementPointListResult. getResults()
Paged Collection of Enforcement Point'sMethod parameters in com.vmware.nsx_policy.model with type arguments of type RealizedEnforcementPoint Modifier and Type Method Description RealizedEnforcementPointListResult.Builder
RealizedEnforcementPointListResult.Builder. setResults(java.util.List<RealizedEnforcementPoint> results)
Paged Collection of Enforcement Point'svoid
RealizedEnforcementPointListResult. setResults(java.util.List<RealizedEnforcementPoint> results)
Paged Collection of Enforcement Point's
-