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.BuilderMpsSvmProperties.Builder. setIpAllocationType(java.lang.String ipAllocationType)Possible values are:MpsSvmProperties.IP_ALLOCATION_TYPE_STATICMpsSvmProperties.IP_ALLOCATION_TYPE_DHCPIP allocation type with values STATIC or DHCP.MpsSvmProperties.BuilderMpsSvmProperties.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.BuilderMpsSvmProperties.Builder. setNetworkId(java.lang.String networkId)Network Id to be attached to the Management NIC of the SVM.MpsSvmProperties.BuilderMpsSvmProperties.Builder. setStorageId(java.lang.String storageId)Moref of the datastore in VC.
-