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 RealizedEnforcementPointEnforcementPoints. get(java.lang.String enforcementPointName)Read a Enforcement Point and the complete tree underneath.RealizedEnforcementPointEnforcementPoints. get(java.lang.String enforcementPointName, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read a Enforcement Point and the complete tree underneath.RealizedEnforcementPointEnforcementPointsStub. get(java.lang.String enforcementPointName)RealizedEnforcementPointEnforcementPointsStub. 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 voidEnforcementPoints. get(java.lang.String enforcementPointName, com.vmware.vapi.bindings.client.AsyncCallback<RealizedEnforcementPoint> asyncCallback)Read a Enforcement Point and the complete tree underneath.voidEnforcementPoints. 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.voidEnforcementPointsStub. get(java.lang.String enforcementPointName, com.vmware.vapi.bindings.client.AsyncCallback<RealizedEnforcementPoint> asyncCallback)voidEnforcementPointsStub. 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 RealizedEnforcementPointRealizedEnforcementPoint. _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 RealizedEnforcementPointRealizedEnforcementPoint. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.RealizedEnforcementPointRealizedEnforcementPoint.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.BuilderRealizedEnforcementPointListResult.Builder. setResults(java.util.List<RealizedEnforcementPoint> results)Paged Collection of Enforcement Point'svoidRealizedEnforcementPointListResult. setResults(java.util.List<RealizedEnforcementPoint> results)Paged Collection of Enforcement Point's
-