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 MachineBootConfig
content(String content)
boolean
equals(Object o)
String
getContent()
A valid cloud config data in json-escaped yaml syntaxint
hashCode()
void
setContent(String content)
String
toString()
-
Constructor Details
-
MachineBootConfig
public MachineBootConfig()
-
-
Method Details