Uses of Class
com.vmware.nsx_policy.model.IdfwTransportNodeStatusListResult
-
Packages that use IdfwTransportNodeStatusListResult Package Description com.vmware.nsx_policy.infra.settings.firewall.idfw.compute_collections.transport_nodes com.vmware.nsx_policy.model -
-
Uses of IdfwTransportNodeStatusListResult in com.vmware.nsx_policy.infra.settings.firewall.idfw.compute_collections.transport_nodes
Methods in com.vmware.nsx_policy.infra.settings.firewall.idfw.compute_collections.transport_nodes that return IdfwTransportNodeStatusListResult Modifier and Type Method Description IdfwTransportNodeStatusListResult
Status. list(java.lang.String computeCollectionId, java.lang.String enforcementPointPath)
This API will list all transport node and statuses based on idfw enabled compute collection ID.IdfwTransportNodeStatusListResult
Status. list(java.lang.String computeCollectionId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This API will list all transport node and statuses based on idfw enabled compute collection ID.IdfwTransportNodeStatusListResult
StatusStub. list(java.lang.String computeCollectionId, java.lang.String enforcementPointPath)
IdfwTransportNodeStatusListResult
StatusStub. list(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.transport_nodes with type arguments of type IdfwTransportNodeStatusListResult Modifier and Type Method Description void
Status. list(java.lang.String computeCollectionId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<IdfwTransportNodeStatusListResult> asyncCallback)
This API will list all transport node and statuses based on idfw enabled compute collection ID.void
Status. list(java.lang.String computeCollectionId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<IdfwTransportNodeStatusListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This API will list all transport node and statuses based on idfw enabled compute collection ID.void
StatusStub. list(java.lang.String computeCollectionId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<IdfwTransportNodeStatusListResult> asyncCallback)
void
StatusStub. list(java.lang.String computeCollectionId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<IdfwTransportNodeStatusListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of IdfwTransportNodeStatusListResult in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return IdfwTransportNodeStatusListResult Modifier and Type Method Description static IdfwTransportNodeStatusListResult
IdfwTransportNodeStatusListResult. _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 IdfwTransportNodeStatusListResult
IdfwTransportNodeStatusListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.IdfwTransportNodeStatusListResult
IdfwTransportNodeStatusListResult.Builder. build()
-