Uses of Class
com.vmware.nsx_policy.model.ComputeClusterIdfwConfigurationListResult
-
Packages that use ComputeClusterIdfwConfigurationListResult Package Description com.vmware.nsx_policy.infra.settings.firewall.idfw com.vmware.nsx_policy.model -
-
Uses of ComputeClusterIdfwConfigurationListResult in com.vmware.nsx_policy.infra.settings.firewall.idfw
Methods in com.vmware.nsx_policy.infra.settings.firewall.idfw that return ComputeClusterIdfwConfigurationListResult Modifier and Type Method Description ComputeClusterIdfwConfigurationListResult
Cluster. list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
API will list all compute cluster wise identity firewall configurationComputeClusterIdfwConfigurationListResult
Cluster. list(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)
API will list all compute cluster wise identity firewall configurationComputeClusterIdfwConfigurationListResult
ClusterStub. list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
ComputeClusterIdfwConfigurationListResult
ClusterStub. list(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.settings.firewall.idfw with type arguments of type ComputeClusterIdfwConfigurationListResult Modifier and Type Method Description void
Cluster. list(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<ComputeClusterIdfwConfigurationListResult> asyncCallback)
API will list all compute cluster wise identity firewall configurationvoid
Cluster. list(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<ComputeClusterIdfwConfigurationListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
API will list all compute cluster wise identity firewall configurationvoid
ClusterStub. list(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<ComputeClusterIdfwConfigurationListResult> asyncCallback)
void
ClusterStub. list(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<ComputeClusterIdfwConfigurationListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of ComputeClusterIdfwConfigurationListResult in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return ComputeClusterIdfwConfigurationListResult Modifier and Type Method Description static ComputeClusterIdfwConfigurationListResult
ComputeClusterIdfwConfigurationListResult. _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 ComputeClusterIdfwConfigurationListResult
ComputeClusterIdfwConfigurationListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ComputeClusterIdfwConfigurationListResult
ComputeClusterIdfwConfigurationListResult.Builder. build()
-