Package com.vmware.nsx_policy.model
Class MpsSvmConfig.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.MpsSvmConfig.Builder
-
- Enclosing class:
- MpsSvmConfig
public static final class MpsSvmConfig.Builder extends java.lang.Object
Builder class forMpsSvmConfig
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofMpsSvmConfig
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MpsSvmConfig
build()
MpsSvmConfig.Builder
setSshKey(java.lang.String sshKey)
This SSH Key can be used by admin user to ssh into the SVM appliance.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofMpsSvmConfig
.
-
-
Method Detail
-
setSshKey
public MpsSvmConfig.Builder setSshKey(java.lang.String sshKey)
This SSH Key can be used by admin user to ssh into the SVM appliance.- Parameters:
sshKey
- New value for the property.
-
build
public MpsSvmConfig build()
-
-