Uses of Class
com.vmware.nsx_policy.model.CountActionArgument
-
Packages that use CountActionArgument Package Description com.vmware.nsx_policy.model -
-
Uses of CountActionArgument in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return CountActionArgument Modifier and Type Method Description static CountActionArgument
CountActionArgument. _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 CountActionArgument
CountActionArgument. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.CountActionArgument
CountActionArgument.Builder. build()
CountActionArgument
CountActionConfig. getActionArgument()
Methods in com.vmware.nsx_policy.model with parameters of type CountActionArgument Modifier and Type Method Description CountActionConfig.Builder
CountActionConfig.Builder. setActionArgument(CountActionArgument actionArgument)
void
CountActionConfig. setActionArgument(CountActionArgument actionArgument)
-