Uses of Class
com.vmware.nsx_policy.model.DependentServices
-
Packages that use DependentServices Package Description com.vmware.nsx_policy.infra.settings.firewall.gateway com.vmware.nsx_policy.infra.settings.firewall.security com.vmware.nsx_policy.model -
-
Uses of DependentServices in com.vmware.nsx_policy.infra.settings.firewall.gateway
Methods in com.vmware.nsx_policy.infra.settings.firewall.gateway that return DependentServices Modifier and Type Method Description DependentServices
DependentServices. get()
Get the list of gateway firewall dependent servicesDependentServices
DependentServices. get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get the list of gateway firewall dependent servicesDependentServices
DependentServicesStub. get()
DependentServices
DependentServicesStub. get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.infra.settings.firewall.gateway with type arguments of type DependentServices Modifier and Type Method Description void
DependentServices. get(com.vmware.vapi.bindings.client.AsyncCallback<DependentServices> asyncCallback)
Get the list of gateway firewall dependent servicesvoid
DependentServices. get(com.vmware.vapi.bindings.client.AsyncCallback<DependentServices> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get the list of gateway firewall dependent servicesvoid
DependentServicesStub. get(com.vmware.vapi.bindings.client.AsyncCallback<DependentServices> asyncCallback)
void
DependentServicesStub. get(com.vmware.vapi.bindings.client.AsyncCallback<DependentServices> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of DependentServices in com.vmware.nsx_policy.infra.settings.firewall.security
Methods in com.vmware.nsx_policy.infra.settings.firewall.security that return DependentServices Modifier and Type Method Description DependentServices
DependentServices. get()
Get the list of distributed firewall dependent servicesDependentServices
DependentServices. get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get the list of distributed firewall dependent servicesDependentServices
DependentServicesStub. get()
DependentServices
DependentServicesStub. get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.infra.settings.firewall.security with type arguments of type DependentServices Modifier and Type Method Description void
DependentServices. get(com.vmware.vapi.bindings.client.AsyncCallback<DependentServices> asyncCallback)
Get the list of distributed firewall dependent servicesvoid
DependentServices. get(com.vmware.vapi.bindings.client.AsyncCallback<DependentServices> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get the list of distributed firewall dependent servicesvoid
DependentServicesStub. get(com.vmware.vapi.bindings.client.AsyncCallback<DependentServices> asyncCallback)
void
DependentServicesStub. get(com.vmware.vapi.bindings.client.AsyncCallback<DependentServices> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of DependentServices in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return DependentServices Modifier and Type Method Description static DependentServices
DependentServices. _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 DependentServices
DependentServices. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.DependentServices
DependentServices.Builder. build()
-