| Package | Description |
|---|---|
| com.vmware.nsx_policy.infra.realized_state.enforcement_points.firewalls | |
| com.vmware.nsx_policy.model |
| Modifier and Type | Method and Description |
|---|---|
RealizedFirewallSection |
FirewallSectionsStub.get(java.lang.String enforcementPointName,
java.lang.String firewallSectionId) |
RealizedFirewallSection |
FirewallSections.get(java.lang.String enforcementPointName,
java.lang.String firewallSectionId)
Deprecated.
|
RealizedFirewallSection |
FirewallSectionsStub.get(java.lang.String enforcementPointName,
java.lang.String firewallSectionId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
RealizedFirewallSection |
FirewallSections.get(java.lang.String enforcementPointName,
java.lang.String firewallSectionId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FirewallSectionsStub.get(java.lang.String enforcementPointName,
java.lang.String firewallSectionId,
com.vmware.vapi.bindings.client.AsyncCallback<RealizedFirewallSection> asyncCallback) |
void |
FirewallSections.get(java.lang.String enforcementPointName,
java.lang.String firewallSectionId,
com.vmware.vapi.bindings.client.AsyncCallback<RealizedFirewallSection> asyncCallback)
Deprecated.
|
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) |
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.
|
| Modifier and Type | Method and 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() |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|