Package com.vmware.nsx_policy.model
Class MpsSvmNewApplianceSpec.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.MpsSvmNewApplianceSpec.Builder
-
- Enclosing class:
- MpsSvmNewApplianceSpec
public static final class MpsSvmNewApplianceSpec.Builder extends java.lang.Object
Builder class forMpsSvmNewApplianceSpec
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofMpsSvmNewApplianceSpec
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MpsSvmNewApplianceSpec
build()
MpsSvmNewApplianceSpec.Builder
setDeploymentSpecName(java.lang.String deploymentSpecName)
Name of the OVF specification to be used for deployment, which specifies the OVF of the Malware Prevention Service appliance for a particular release.MpsSvmNewApplianceSpec.Builder
setStorageId(java.lang.String storageId)
Moref of the datastore in VC.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofMpsSvmNewApplianceSpec
.
-
-
Method Detail
-
setDeploymentSpecName
public MpsSvmNewApplianceSpec.Builder setDeploymentSpecName(java.lang.String deploymentSpecName)
Name of the OVF specification to be used for deployment, which specifies the OVF of the Malware Prevention Service appliance for a particular release.- Parameters:
deploymentSpecName
- New value for the property.
-
setStorageId
public MpsSvmNewApplianceSpec.Builder setStorageId(java.lang.String storageId)
Moref of the datastore in VC.- Parameters:
storageId
- New value for the property.
-
build
public MpsSvmNewApplianceSpec build()
-
-