Uses of Class
com.vmware.nsx_policy.model.RealizedFirewallSectionListResult
-
Packages that use RealizedFirewallSectionListResult Package Description com.vmware.nsx_policy.infra.realized_state.enforcement_points.firewalls com.vmware.nsx_policy.model -
-
Uses of RealizedFirewallSectionListResult 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 RealizedFirewallSectionListResult Modifier and Type Method Description RealizedFirewallSectionListResult
FirewallSections. list(java.lang.String enforcementPointName, java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
Deprecated.RealizedFirewallSectionListResult
FirewallSections. list(java.lang.String enforcementPointName, java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.RealizedFirewallSectionListResult
FirewallSectionsStub. list(java.lang.String enforcementPointName, java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
RealizedFirewallSectionListResult
FirewallSectionsStub. list(java.lang.String enforcementPointName, java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, 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 RealizedFirewallSectionListResult Modifier and Type Method Description void
FirewallSections. list(java.lang.String enforcementPointName, java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<RealizedFirewallSectionListResult> asyncCallback)
Deprecated.void
FirewallSections. list(java.lang.String enforcementPointName, java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<RealizedFirewallSectionListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.void
FirewallSectionsStub. list(java.lang.String enforcementPointName, java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<RealizedFirewallSectionListResult> asyncCallback)
void
FirewallSectionsStub. list(java.lang.String enforcementPointName, java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.AsyncCallback<RealizedFirewallSectionListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of RealizedFirewallSectionListResult in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return RealizedFirewallSectionListResult Modifier and Type Method Description static RealizedFirewallSectionListResult
RealizedFirewallSectionListResult. _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 RealizedFirewallSectionListResult
RealizedFirewallSectionListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.RealizedFirewallSectionListResult
RealizedFirewallSectionListResult.Builder. build()
-