Uses of Class
com.vmware.nsx_policy.model.IdfwComputeCollectionStatus
-
Packages that use IdfwComputeCollectionStatus Package Description com.vmware.nsx_policy.infra.settings.firewall.idfw.compute_collections com.vmware.nsx_policy.model -
-
Uses of IdfwComputeCollectionStatus in com.vmware.nsx_policy.infra.settings.firewall.idfw.compute_collections
Methods in com.vmware.nsx_policy.infra.settings.firewall.idfw.compute_collections that return IdfwComputeCollectionStatus Modifier and Type Method Description IdfwComputeCollectionStatusStatus. get(java.lang.String computeCollectionId, java.lang.String enforcementPointPath)Get IDFW status for a specific Compute CollectionIdfwComputeCollectionStatusStatus. get(java.lang.String computeCollectionId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get IDFW status for a specific Compute CollectionIdfwComputeCollectionStatusStatusStub. get(java.lang.String computeCollectionId, java.lang.String enforcementPointPath)IdfwComputeCollectionStatusStatusStub. get(java.lang.String computeCollectionId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.infra.settings.firewall.idfw.compute_collections with type arguments of type IdfwComputeCollectionStatus Modifier and Type Method Description voidStatus. get(java.lang.String computeCollectionId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<IdfwComputeCollectionStatus> asyncCallback)Get IDFW status for a specific Compute CollectionvoidStatus. get(java.lang.String computeCollectionId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<IdfwComputeCollectionStatus> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get IDFW status for a specific Compute CollectionvoidStatusStub. get(java.lang.String computeCollectionId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<IdfwComputeCollectionStatus> asyncCallback)voidStatusStub. get(java.lang.String computeCollectionId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<IdfwComputeCollectionStatus> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of IdfwComputeCollectionStatus in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return IdfwComputeCollectionStatus Modifier and Type Method Description static IdfwComputeCollectionStatusIdfwComputeCollectionStatus. _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 IdfwComputeCollectionStatusIdfwComputeCollectionStatus. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.IdfwComputeCollectionStatusIdfwComputeCollectionStatus.Builder. build()Methods in com.vmware.nsx_policy.model that return types with arguments of type IdfwComputeCollectionStatus Modifier and Type Method Description java.util.List<IdfwComputeCollectionStatus>IdfwComputeCollectionListResult. getResults()Array of IDFW compute collection Ids and status connected to VC.Method parameters in com.vmware.nsx_policy.model with type arguments of type IdfwComputeCollectionStatus Modifier and Type Method Description IdfwComputeCollectionListResult.BuilderIdfwComputeCollectionListResult.Builder. setResults(java.util.List<IdfwComputeCollectionStatus> results)Array of IDFW compute collection Ids and status connected to VC.voidIdfwComputeCollectionListResult. setResults(java.util.List<IdfwComputeCollectionStatus> results)Array of IDFW compute collection Ids and status connected to VC.
-