| Package | Description |
|---|---|
| com.vmware.nsx.firewall.sections | |
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
FirewallSectionsSummaryList |
SummaryStub.get(java.lang.String source) |
FirewallSectionsSummaryList |
Summary.get(java.lang.String source)
List the summary of number of sections and number of rules for each firewall
category (L2DFW, L3DFW).
|
FirewallSectionsSummaryList |
SummaryStub.get(java.lang.String source,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
FirewallSectionsSummaryList |
Summary.get(java.lang.String source,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List the summary of number of sections and number of rules for each firewall
category (L2DFW, L3DFW).
|
| Modifier and Type | Method and Description |
|---|---|
void |
SummaryStub.get(java.lang.String source,
com.vmware.vapi.bindings.client.AsyncCallback<FirewallSectionsSummaryList> asyncCallback) |
void |
Summary.get(java.lang.String source,
com.vmware.vapi.bindings.client.AsyncCallback<FirewallSectionsSummaryList> asyncCallback)
List the summary of number of sections and number of rules for each firewall
category (L2DFW, L3DFW).
|
void |
SummaryStub.get(java.lang.String source,
com.vmware.vapi.bindings.client.AsyncCallback<FirewallSectionsSummaryList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Summary.get(java.lang.String source,
com.vmware.vapi.bindings.client.AsyncCallback<FirewallSectionsSummaryList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List the summary of number of sections and number of rules for each firewall
category (L2DFW, L3DFW).
|
| Modifier and Type | Method and Description |
|---|---|
static FirewallSectionsSummaryList |
FirewallSectionsSummaryList._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 FirewallSectionsSummaryList |
FirewallSectionsSummaryList._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
FirewallSectionsSummaryList |
FirewallSectionsSummaryList.Builder.build() |