Uses of Class
com.vmware.nsx_policy.model.UnboundedKeyValuePair
-
Packages that use UnboundedKeyValuePair Package Description com.vmware.nsx_policy.model -
-
Uses of UnboundedKeyValuePair in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return UnboundedKeyValuePair Modifier and Type Method Description static UnboundedKeyValuePairUnboundedKeyValuePair. _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 UnboundedKeyValuePairUnboundedKeyValuePair. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.UnboundedKeyValuePairUnboundedKeyValuePair.Builder. build()UnboundedKeyValuePairPolicyExtraConfig. getConfigPair()UnboundedKeyValuePairSegmentExtraConfig. getConfigPair()Methods in com.vmware.nsx_policy.model that return types with arguments of type UnboundedKeyValuePair Modifier and Type Method Description java.util.List<UnboundedKeyValuePair>OdsRunbookInvocation. getArguments()List of key value pairs as the arguments for an execution of an Online Diagnostic System Runbook.Methods in com.vmware.nsx_policy.model with parameters of type UnboundedKeyValuePair Modifier and Type Method Description PolicyExtraConfig.BuilderPolicyExtraConfig.Builder. setConfigPair(UnboundedKeyValuePair configPair)voidPolicyExtraConfig. setConfigPair(UnboundedKeyValuePair configPair)SegmentExtraConfig.BuilderSegmentExtraConfig.Builder. setConfigPair(UnboundedKeyValuePair configPair)voidSegmentExtraConfig. setConfigPair(UnboundedKeyValuePair configPair)Method parameters in com.vmware.nsx_policy.model with type arguments of type UnboundedKeyValuePair Modifier and Type Method Description OdsRunbookInvocation.BuilderOdsRunbookInvocation.Builder. setArguments(java.util.List<UnboundedKeyValuePair> arguments)List of key value pairs as the arguments for an execution of an Online Diagnostic System Runbook.voidOdsRunbookInvocation. setArguments(java.util.List<UnboundedKeyValuePair> arguments)List of key value pairs as the arguments for an execution of an Online Diagnostic System Runbook.
-