Package com.vmware.nsx_policy.model
Class MpsOvfSpec.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.MpsOvfSpec.Builder
-
- Enclosing class:
- MpsOvfSpec
public static final class MpsOvfSpec.Builder extends java.lang.Object
Builder class forMpsOvfSpec
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofMpsOvfSpec
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MpsOvfSpec
build()
MpsOvfSpec.Builder
setName(java.lang.String name)
MPS OVF specification name.MpsOvfSpec.Builder
setOvfUrl(java.lang.String ovfUrl)
Location of the hosted MPS SVM OVF.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofMpsOvfSpec
.
-
-
Method Detail
-
setName
public MpsOvfSpec.Builder setName(java.lang.String name)
MPS OVF specification name.- Parameters:
name
- New value for the property.
-
setOvfUrl
public MpsOvfSpec.Builder setOvfUrl(java.lang.String ovfUrl)
Location of the hosted MPS SVM OVF.- Parameters:
ovfUrl
- New value for the property.
-
build
public MpsOvfSpec build()
-
-