Uses of Class
com.vmware.nsx_policy.model.RealizedFirewallSection
-
Packages that use RealizedFirewallSection Package Description com.vmware.nsx_policy.infra.realized_state.enforcement_points.firewalls com.vmware.nsx_policy.model -
-
Uses of RealizedFirewallSection in com.vmware.nsx_policy.infra.realized_state.enforcement_points.firewalls
Methods in com.vmware.nsx_policy.infra.realized_state.enforcement_points.firewalls that return RealizedFirewallSection Modifier and Type Method Description RealizedFirewallSectionFirewallSections. get(java.lang.String enforcementPointName, java.lang.String firewallSectionId)Deprecated.RealizedFirewallSectionFirewallSections. get(java.lang.String enforcementPointName, java.lang.String firewallSectionId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Deprecated.RealizedFirewallSectionFirewallSectionsStub. get(java.lang.String enforcementPointName, java.lang.String firewallSectionId)RealizedFirewallSectionFirewallSectionsStub. get(java.lang.String enforcementPointName, java.lang.String firewallSectionId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.infra.realized_state.enforcement_points.firewalls with type arguments of type RealizedFirewallSection Modifier and Type Method Description voidFirewallSections. get(java.lang.String enforcementPointName, java.lang.String firewallSectionId, com.vmware.vapi.bindings.client.AsyncCallback<RealizedFirewallSection> asyncCallback)Deprecated.voidFirewallSections. get(java.lang.String enforcementPointName, java.lang.String firewallSectionId, com.vmware.vapi.bindings.client.AsyncCallback<RealizedFirewallSection> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Deprecated.voidFirewallSectionsStub. get(java.lang.String enforcementPointName, java.lang.String firewallSectionId, com.vmware.vapi.bindings.client.AsyncCallback<RealizedFirewallSection> asyncCallback)voidFirewallSectionsStub. get(java.lang.String enforcementPointName, java.lang.String firewallSectionId, com.vmware.vapi.bindings.client.AsyncCallback<RealizedFirewallSection> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of RealizedFirewallSection in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return RealizedFirewallSection Modifier and Type Method Description static RealizedFirewallSectionRealizedFirewallSection. _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 RealizedFirewallSectionRealizedFirewallSection. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.RealizedFirewallSectionRealizedFirewallSection.Builder. build()Methods in com.vmware.nsx_policy.model that return types with arguments of type RealizedFirewallSection Modifier and Type Method Description java.util.List<RealizedFirewallSection>RealizedFirewallSectionListResult. getResults()Paged Collection of firewall sections This property may be present in responses from the server, but if it is present in a request to server it will be ignored.Method parameters in com.vmware.nsx_policy.model with type arguments of type RealizedFirewallSection Modifier and Type Method Description RealizedFirewallSectionListResult.BuilderRealizedFirewallSectionListResult.Builder. setResults(java.util.List<RealizedFirewallSection> results)Paged Collection of firewall sections This property may be present in responses from the server, but if it is present in a request to server it will be ignored.voidRealizedFirewallSectionListResult. setResults(java.util.List<RealizedFirewallSection> results)Paged Collection of firewall sections This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
-