Uses of Class
com.vmware.nsx_policy.model.IdfwComputeCollectionListResult
-
Packages that use IdfwComputeCollectionListResult Package Description com.vmware.nsx_policy.infra.settings.firewall.idfw.compute_collections com.vmware.nsx_policy.model -
-
Uses of IdfwComputeCollectionListResult 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 IdfwComputeCollectionListResult Modifier and Type Method Description IdfwComputeCollectionListResult
Status. list(java.lang.String enforcementPointPath)
Get IDFW status for all Compute CollectionsIdfwComputeCollectionListResult
Status. list(java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get IDFW status for all Compute CollectionsIdfwComputeCollectionListResult
StatusStub. list(java.lang.String enforcementPointPath)
IdfwComputeCollectionListResult
StatusStub. list(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 IdfwComputeCollectionListResult Modifier and Type Method Description void
Status. list(java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<IdfwComputeCollectionListResult> asyncCallback)
Get IDFW status for all Compute Collectionsvoid
Status. list(java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<IdfwComputeCollectionListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get IDFW status for all Compute Collectionsvoid
StatusStub. list(java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<IdfwComputeCollectionListResult> asyncCallback)
void
StatusStub. list(java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<IdfwComputeCollectionListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of IdfwComputeCollectionListResult in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return IdfwComputeCollectionListResult Modifier and Type Method Description static IdfwComputeCollectionListResult
IdfwComputeCollectionListResult. _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 IdfwComputeCollectionListResult
IdfwComputeCollectionListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.IdfwComputeCollectionListResult
IdfwComputeCollectionListResult.Builder. build()
-