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 UnboundedKeyValuePair
UnboundedKeyValuePair. _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 UnboundedKeyValuePair
UnboundedKeyValuePair. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.UnboundedKeyValuePair
UnboundedKeyValuePair.Builder. build()
UnboundedKeyValuePair
PolicyExtraConfig. getConfigPair()
UnboundedKeyValuePair
SegmentExtraConfig. 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.Builder
PolicyExtraConfig.Builder. setConfigPair(UnboundedKeyValuePair configPair)
void
PolicyExtraConfig. setConfigPair(UnboundedKeyValuePair configPair)
SegmentExtraConfig.Builder
SegmentExtraConfig.Builder. setConfigPair(UnboundedKeyValuePair configPair)
void
SegmentExtraConfig. setConfigPair(UnboundedKeyValuePair configPair)
Method parameters in com.vmware.nsx_policy.model with type arguments of type UnboundedKeyValuePair Modifier and Type Method Description OdsRunbookInvocation.Builder
OdsRunbookInvocation.Builder. setArguments(java.util.List<UnboundedKeyValuePair> arguments)
List of key value pairs as the arguments for an execution of an Online Diagnostic System Runbook.void
OdsRunbookInvocation. setArguments(java.util.List<UnboundedKeyValuePair> arguments)
List of key value pairs as the arguments for an execution of an Online Diagnostic System Runbook.
-