public static final class WitnessEsx.Builder
extends java.lang.Object
WitnessEsx
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
WitnessEsx . |
Modifier and Type | Method and Description |
---|---|
WitnessEsx |
build() |
WitnessEsx.Builder |
setEnumState(java.lang.String enumState)
Possible values are:
WitnessEsx.ENUM_STATE_DEPLOYING WitnessEsx.ENUM_STATE_PROVISIONED WitnessEsx.ENUM_STATE_DELETING WitnessEsx.ENUM_STATE_READY WitnessEsx.ENUM_STATE_FAILED The state of the
witness Esx Host |
WitnessEsx.Builder |
setEsxId(java.lang.String esxId)
The unique identifier for the witness esx host format: uuid
|
WitnessEsx.Builder |
setHostname(java.lang.String hostname)
Host name
|
WitnessEsx.Builder |
setMacAddress(java.lang.String macAddress)
Mac Address for witness Esx Host
|
WitnessEsx.Builder |
setName(java.lang.String name)
Name of the witness Esx Host
|
public Builder()
WitnessEsx
.public WitnessEsx.Builder setEnumState(java.lang.String enumState)
enumState
- New value for the property.public WitnessEsx.Builder setName(java.lang.String name)
name
- New value for the property.public WitnessEsx.Builder setMacAddress(java.lang.String macAddress)
macAddress
- New value for the property.public WitnessEsx.Builder setEsxId(java.lang.String esxId)
esxId
- New value for the property.public WitnessEsx.Builder setHostname(java.lang.String hostname)
hostname
- New value for the property.public WitnessEsx build()