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 IdfwTransportNodeStatusListResultStatus. 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.IdfwTransportNodeStatusListResultStatus. 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.IdfwTransportNodeStatusListResultStatusStub. list(java.lang.String computeCollectionId, java.lang.String enforcementPointPath)IdfwTransportNodeStatusListResultStatusStub. 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 voidStatus. 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.voidStatus. 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.voidStatusStub. list(java.lang.String computeCollectionId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<IdfwTransportNodeStatusListResult> asyncCallback)voidStatusStub. 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 IdfwTransportNodeStatusListResultIdfwTransportNodeStatusListResult. _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 IdfwTransportNodeStatusListResultIdfwTransportNodeStatusListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.IdfwTransportNodeStatusListResultIdfwTransportNodeStatusListResult.Builder. build()
-