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 GlobalDfwConfigurationSecurity. get(java.lang.String siteId)Get global distributed firewall configuration for the specified site.GlobalDfwConfigurationSecurity. get(java.lang.String siteId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get global distributed firewall configuration for the specified site.GlobalDfwConfigurationSecurityStub. get(java.lang.String siteId)GlobalDfwConfigurationSecurityStub. 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 voidSecurity. get(java.lang.String siteId, com.vmware.vapi.bindings.client.AsyncCallback<GlobalDfwConfiguration> asyncCallback)Get global distributed firewall configuration for the specified site.voidSecurity. 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.voidSecurityStub. get(java.lang.String siteId, com.vmware.vapi.bindings.client.AsyncCallback<GlobalDfwConfiguration> asyncCallback)voidSecurityStub. 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 GlobalDfwConfigurationSecurity. get(java.lang.String siteId)Get global distributed firewall configuration for the specified site.GlobalDfwConfigurationSecurity. get(java.lang.String siteId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get global distributed firewall configuration for the specified site.GlobalDfwConfigurationSecurityStub. get(java.lang.String siteId)GlobalDfwConfigurationSecurityStub. 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 voidSecurity. get(java.lang.String siteId, com.vmware.vapi.bindings.client.AsyncCallback<GlobalDfwConfiguration> asyncCallback)Get global distributed firewall configuration for the specified site.voidSecurity. 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.voidSecurityStub. get(java.lang.String siteId, com.vmware.vapi.bindings.client.AsyncCallback<GlobalDfwConfiguration> asyncCallback)voidSecurityStub. 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 GlobalDfwConfigurationGlobalDfwConfiguration. _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 GlobalDfwConfigurationGlobalDfwConfiguration. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.GlobalDfwConfigurationGlobalDfwConfiguration.Builder. build()GlobalDfwConfigurationChildGlobalDfwConfiguration. 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.BuilderChildGlobalDfwConfiguration.Builder. setGlobalDfwConfiguration(GlobalDfwConfiguration globalDfwConfiguration)voidChildGlobalDfwConfiguration. setGlobalDfwConfiguration(GlobalDfwConfiguration globalDfwConfiguration)Method parameters in com.vmware.nsx_policy.model with type arguments of type GlobalDfwConfiguration Modifier and Type Method Description GlobalDfwConfigurationListResult.BuilderGlobalDfwConfigurationListResult.Builder. setResults(java.util.List<GlobalDfwConfiguration> results)Global distributed firewall configuration list results.voidGlobalDfwConfigurationListResult. setResults(java.util.List<GlobalDfwConfiguration> results)Global distributed firewall configuration list results.
-