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 IdfwComputeCollectionStatus
Status. get(java.lang.String computeCollectionId, java.lang.String enforcementPointPath)
Get IDFW status for a specific Compute CollectionIdfwComputeCollectionStatus
Status. get(java.lang.String computeCollectionId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get IDFW status for a specific Compute CollectionIdfwComputeCollectionStatus
StatusStub. get(java.lang.String computeCollectionId, java.lang.String enforcementPointPath)
IdfwComputeCollectionStatus
StatusStub. 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 void
Status. get(java.lang.String computeCollectionId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<IdfwComputeCollectionStatus> asyncCallback)
Get IDFW status for a specific Compute Collectionvoid
Status. 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 Collectionvoid
StatusStub. get(java.lang.String computeCollectionId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<IdfwComputeCollectionStatus> asyncCallback)
void
StatusStub. 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 IdfwComputeCollectionStatus
IdfwComputeCollectionStatus. _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 IdfwComputeCollectionStatus
IdfwComputeCollectionStatus. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.IdfwComputeCollectionStatus
IdfwComputeCollectionStatus.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.Builder
IdfwComputeCollectionListResult.Builder. setResults(java.util.List<IdfwComputeCollectionStatus> results)
Array of IDFW compute collection Ids and status connected to VC.void
IdfwComputeCollectionListResult. setResults(java.util.List<IdfwComputeCollectionStatus> results)
Array of IDFW compute collection Ids and status connected to VC.
-