Uses of Class
com.vmware.nsx_policy.model.MpsSubClusterSvmPropertiesPair
-
Packages that use MpsSubClusterSvmPropertiesPair Package Description com.vmware.nsx_policy.model -
-
Uses of MpsSubClusterSvmPropertiesPair in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return MpsSubClusterSvmPropertiesPair Modifier and Type Method Description static MpsSubClusterSvmPropertiesPair
MpsSubClusterSvmPropertiesPair. _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 MpsSubClusterSvmPropertiesPair
MpsSubClusterSvmPropertiesPair. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.MpsSubClusterSvmPropertiesPair
MpsSubClusterSvmPropertiesPair.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type MpsSubClusterSvmPropertiesPair Modifier and Type Method Description java.util.List<MpsSubClusterSvmPropertiesPair>
MpsSvmDeploymentSpec. getSubClusterSvmPropertyList()
Sub-Cluster SVM Property list contains the Pair of sub cluster id and deployment specification that is to be used on the sub-cluster.Method parameters in com.vmware.nsx_policy.model with type arguments of type MpsSubClusterSvmPropertiesPair Modifier and Type Method Description MpsSvmDeploymentSpec.Builder
MpsSvmDeploymentSpec.Builder. setSubClusterSvmPropertyList(java.util.List<MpsSubClusterSvmPropertiesPair> subClusterSvmPropertyList)
Sub-Cluster SVM Property list contains the Pair of sub cluster id and deployment specification that is to be used on the sub-cluster.void
MpsSvmDeploymentSpec. setSubClusterSvmPropertyList(java.util.List<MpsSubClusterSvmPropertiesPair> subClusterSvmPropertyList)
Sub-Cluster SVM Property list contains the Pair of sub cluster id and deployment specification that is to be used on the sub-cluster.
-