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 ComputeClusterIdfwConfigurationListResultCluster. 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 configurationComputeClusterIdfwConfigurationListResultCluster. 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 configurationComputeClusterIdfwConfigurationListResultClusterStub. list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)ComputeClusterIdfwConfigurationListResultClusterStub. 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 voidCluster. 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 configurationvoidCluster. 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 configurationvoidClusterStub. 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)voidClusterStub. 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 ComputeClusterIdfwConfigurationListResultComputeClusterIdfwConfigurationListResult. _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 ComputeClusterIdfwConfigurationListResultComputeClusterIdfwConfigurationListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ComputeClusterIdfwConfigurationListResultComputeClusterIdfwConfigurationListResult.Builder. build()
-