Class MachineBootConfig
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.MachineBootConfig
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class MachineBootConfig extends Object
Machine boot config that will be passed to the instance that can be used to perform common
automated configuration tasks and even run scripts after the instance starts.
-
Constructor Summary
Constructors Constructor Description MachineBootConfig() -
Method Summary
Modifier and Type Method Description MachineBootConfigcontent(String content)booleanequals(Object o)StringgetContent()A valid cloud config data in json-escaped yaml syntaxinthashCode()voidsetContent(String content)StringtoString()
-
Constructor Details
-
MachineBootConfig
public MachineBootConfig()
-
-
Method Details