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 RealizedFirewallSection
FirewallSections. get(java.lang.String enforcementPointName, java.lang.String firewallSectionId)
Deprecated.RealizedFirewallSection
FirewallSections. get(java.lang.String enforcementPointName, java.lang.String firewallSectionId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.RealizedFirewallSection
FirewallSectionsStub. get(java.lang.String enforcementPointName, java.lang.String firewallSectionId)
RealizedFirewallSection
FirewallSectionsStub. 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 void
FirewallSections. get(java.lang.String enforcementPointName, java.lang.String firewallSectionId, com.vmware.vapi.bindings.client.AsyncCallback<RealizedFirewallSection> asyncCallback)
Deprecated.void
FirewallSections. 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.void
FirewallSectionsStub. get(java.lang.String enforcementPointName, java.lang.String firewallSectionId, com.vmware.vapi.bindings.client.AsyncCallback<RealizedFirewallSection> asyncCallback)
void
FirewallSectionsStub. 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 RealizedFirewallSection
RealizedFirewallSection. _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 RealizedFirewallSection
RealizedFirewallSection. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.RealizedFirewallSection
RealizedFirewallSection.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.Builder
RealizedFirewallSectionListResult.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.void
RealizedFirewallSectionListResult. 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.
-