Uses of Class
com.vmware.nsx_policy.model.MpsSvmProperties.Builder
-
Packages that use MpsSvmProperties.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of MpsSvmProperties.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return MpsSvmProperties.Builder Modifier and Type Method Description MpsSvmProperties.Builder
MpsSvmProperties.Builder. setIpAllocationType(java.lang.String ipAllocationType)
Possible values are:MpsSvmProperties.IP_ALLOCATION_TYPE_STATIC
MpsSvmProperties.IP_ALLOCATION_TYPE_DHCP
IP allocation type with values STATIC or DHCP.MpsSvmProperties.Builder
MpsSvmProperties.Builder. setIpPoolId(java.lang.String ipPoolId)
If the nic is supposed to get IP using a static IP pool then IP Pool id should be provided here.MpsSvmProperties.Builder
MpsSvmProperties.Builder. setNetworkId(java.lang.String networkId)
Network Id to be attached to the Management NIC of the SVM.MpsSvmProperties.Builder
MpsSvmProperties.Builder. setStorageId(java.lang.String storageId)
Moref of the datastore in VC.
-