Class MachineBootConfigSettings
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.MachineBootConfigSettings
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class MachineBootConfigSettings extends Object
Machine boot config settings that will define how the provisioning will handle the boot config
script execution.
-
Constructor Summary
Constructors Constructor Description MachineBootConfigSettings()
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
Integer
getPhoneHomeTimeoutSeconds()
The period of time to wait for the phone_home module callback to occurint
hashCode()
Boolean
isPhoneHomeFailOnTimeout()
In case a timeout occurs whether the provisioning process should fail or continue.Boolean
isPhoneHomeShouldWait()
A phone_home module will be added to the Cloud Config and the provisioning will wait on a callback prior proceedingMachineBootConfigSettings
phoneHomeFailOnTimeout(Boolean phoneHomeFailOnTimeout)
MachineBootConfigSettings
phoneHomeShouldWait(Boolean phoneHomeShouldWait)
MachineBootConfigSettings
phoneHomeTimeoutSeconds(Integer phoneHomeTimeoutSeconds)
void
setPhoneHomeFailOnTimeout(Boolean phoneHomeFailOnTimeout)
void
setPhoneHomeShouldWait(Boolean phoneHomeShouldWait)
void
setPhoneHomeTimeoutSeconds(Integer phoneHomeTimeoutSeconds)
String
toString()
-
Constructor Details
-
MachineBootConfigSettings
public MachineBootConfigSettings()
-
-
Method Details
-
phoneHomeShouldWait
-
isPhoneHomeShouldWait
A phone_home module will be added to the Cloud Config and the provisioning will wait on a callback prior proceeding- Returns:
- phoneHomeShouldWait
-
setPhoneHomeShouldWait
-
phoneHomeFailOnTimeout
-
isPhoneHomeFailOnTimeout
In case a timeout occurs whether the provisioning process should fail or continue.- Returns:
- phoneHomeFailOnTimeout
-
setPhoneHomeFailOnTimeout
-
phoneHomeTimeoutSeconds
-
getPhoneHomeTimeoutSeconds
The period of time to wait for the phone_home module callback to occur- Returns:
- phoneHomeTimeoutSeconds
-
setPhoneHomeTimeoutSeconds
-
equals
-
hashCode
public int hashCode() -
toString
-