public class CloudInit extends Object
Java class for CloudInit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CloudInit"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}host" minOccurs="0"/> <element ref="{}authorized_keys" minOccurs="0"/> <element ref="{}network_configuration" minOccurs="0"/> <element name="regenerate_ssh_keys" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="timezone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{}users" minOccurs="0"/> <element ref="{}files" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
CloudInit() |
Modifier and Type | Method and Description |
---|---|
AuthorizedKeys |
getAuthorizedKeys()
Gets the value of the authorizedKeys property.
|
Files |
getFiles()
Gets the value of the files property.
|
Host |
getHost()
Gets the value of the host property.
|
NetworkConfiguration |
getNetworkConfiguration()
Gets the value of the networkConfiguration property.
|
Boolean |
getRegenerateSshKeys()
Gets the value of the regenerateSshKeys property.
|
String |
getTimezone()
Gets the value of the timezone property.
|
Users |
getUsers()
Gets the value of the users property.
|
boolean |
isSetAuthorizedKeys() |
boolean |
isSetFiles() |
boolean |
isSetHost() |
boolean |
isSetNetworkConfiguration() |
boolean |
isSetRegenerateSshKeys() |
boolean |
isSetTimezone() |
boolean |
isSetUsers() |
void |
setAuthorizedKeys(AuthorizedKeys value)
Sets the value of the authorizedKeys property.
|
void |
setFiles(Files value)
Sets the value of the files property.
|
void |
setHost(Host value)
Sets the value of the host property.
|
void |
setNetworkConfiguration(NetworkConfiguration value)
Sets the value of the networkConfiguration property.
|
void |
setRegenerateSshKeys(Boolean value)
Sets the value of the regenerateSshKeys property.
|
void |
setTimezone(String value)
Sets the value of the timezone property.
|
void |
setUsers(Users value)
Sets the value of the users property.
|
public void setHost(Host value)
value
- allowed object is
Host
public boolean isSetHost()
public AuthorizedKeys getAuthorizedKeys()
AuthorizedKeys
public void setAuthorizedKeys(AuthorizedKeys value)
value
- allowed object is
AuthorizedKeys
public boolean isSetAuthorizedKeys()
public NetworkConfiguration getNetworkConfiguration()
NetworkConfiguration
public void setNetworkConfiguration(NetworkConfiguration value)
value
- allowed object is
NetworkConfiguration
public boolean isSetNetworkConfiguration()
public Boolean getRegenerateSshKeys()
Boolean
public void setRegenerateSshKeys(Boolean value)
value
- allowed object is
Boolean
public boolean isSetRegenerateSshKeys()
public String getTimezone()
String
public void setTimezone(String value)
value
- allowed object is
String
public boolean isSetTimezone()
public Users getUsers()
Users
public void setUsers(Users value)
value
- allowed object is
Users
public boolean isSetUsers()
public Files getFiles()
Files
public void setFiles(Files value)
value
- allowed object is
Files
public boolean isSetFiles()
Copyright © 2010 Red Hat, Inc - released under the Apache License Version 2.0