Uses of Class
com.vmware.nsx_policy.model.GlobalDfwConfiguration
-
Packages that use GlobalDfwConfiguration Package Description com.vmware.nsx_policy.global_infra.sites.settings.firewall com.vmware.nsx_policy.infra.sites.settings.firewall com.vmware.nsx_policy.model -
-
Uses of GlobalDfwConfiguration in com.vmware.nsx_policy.global_infra.sites.settings.firewall
Methods in com.vmware.nsx_policy.global_infra.sites.settings.firewall that return GlobalDfwConfiguration Modifier and Type Method Description GlobalDfwConfiguration
Security. get(java.lang.String siteId)
Get global distributed firewall configuration for the specified site.GlobalDfwConfiguration
Security. get(java.lang.String siteId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get global distributed firewall configuration for the specified site.GlobalDfwConfiguration
SecurityStub. get(java.lang.String siteId)
GlobalDfwConfiguration
SecurityStub. get(java.lang.String siteId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.global_infra.sites.settings.firewall with type arguments of type GlobalDfwConfiguration Modifier and Type Method Description void
Security. get(java.lang.String siteId, com.vmware.vapi.bindings.client.AsyncCallback<GlobalDfwConfiguration> asyncCallback)
Get global distributed firewall configuration for the specified site.void
Security. get(java.lang.String siteId, com.vmware.vapi.bindings.client.AsyncCallback<GlobalDfwConfiguration> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get global distributed firewall configuration for the specified site.void
SecurityStub. get(java.lang.String siteId, com.vmware.vapi.bindings.client.AsyncCallback<GlobalDfwConfiguration> asyncCallback)
void
SecurityStub. get(java.lang.String siteId, com.vmware.vapi.bindings.client.AsyncCallback<GlobalDfwConfiguration> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of GlobalDfwConfiguration in com.vmware.nsx_policy.infra.sites.settings.firewall
Methods in com.vmware.nsx_policy.infra.sites.settings.firewall that return GlobalDfwConfiguration Modifier and Type Method Description GlobalDfwConfiguration
Security. get(java.lang.String siteId)
Get global distributed firewall configuration for the specified site.GlobalDfwConfiguration
Security. get(java.lang.String siteId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get global distributed firewall configuration for the specified site.GlobalDfwConfiguration
SecurityStub. get(java.lang.String siteId)
GlobalDfwConfiguration
SecurityStub. get(java.lang.String siteId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.infra.sites.settings.firewall with type arguments of type GlobalDfwConfiguration Modifier and Type Method Description void
Security. get(java.lang.String siteId, com.vmware.vapi.bindings.client.AsyncCallback<GlobalDfwConfiguration> asyncCallback)
Get global distributed firewall configuration for the specified site.void
Security. get(java.lang.String siteId, com.vmware.vapi.bindings.client.AsyncCallback<GlobalDfwConfiguration> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get global distributed firewall configuration for the specified site.void
SecurityStub. get(java.lang.String siteId, com.vmware.vapi.bindings.client.AsyncCallback<GlobalDfwConfiguration> asyncCallback)
void
SecurityStub. get(java.lang.String siteId, com.vmware.vapi.bindings.client.AsyncCallback<GlobalDfwConfiguration> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of GlobalDfwConfiguration in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return GlobalDfwConfiguration Modifier and Type Method Description static GlobalDfwConfiguration
GlobalDfwConfiguration. _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 GlobalDfwConfiguration
GlobalDfwConfiguration. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.GlobalDfwConfiguration
GlobalDfwConfiguration.Builder. build()
GlobalDfwConfiguration
ChildGlobalDfwConfiguration. getGlobalDfwConfiguration()
Methods in com.vmware.nsx_policy.model that return types with arguments of type GlobalDfwConfiguration Modifier and Type Method Description java.util.List<GlobalDfwConfiguration>
GlobalDfwConfigurationListResult. getResults()
Global distributed firewall configuration list results.Methods in com.vmware.nsx_policy.model with parameters of type GlobalDfwConfiguration Modifier and Type Method Description ChildGlobalDfwConfiguration.Builder
ChildGlobalDfwConfiguration.Builder. setGlobalDfwConfiguration(GlobalDfwConfiguration globalDfwConfiguration)
void
ChildGlobalDfwConfiguration. setGlobalDfwConfiguration(GlobalDfwConfiguration globalDfwConfiguration)
Method parameters in com.vmware.nsx_policy.model with type arguments of type GlobalDfwConfiguration Modifier and Type Method Description GlobalDfwConfigurationListResult.Builder
GlobalDfwConfigurationListResult.Builder. setResults(java.util.List<GlobalDfwConfiguration> results)
Global distributed firewall configuration list results.void
GlobalDfwConfigurationListResult. setResults(java.util.List<GlobalDfwConfiguration> results)
Global distributed firewall configuration list results.
-