public static class BootstrapDto.ChefBootstrap extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
BootstrapDto.ChefBootstrap.RunlistDto
The Class RunlistDto.
|
| Constructor and Description |
|---|
BootstrapDto.ChefBootstrap() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributes()
JSON attrobutes to apply to the node.
|
String |
getChefServerURL()
URL of the Chef server.
|
BootstrapDto.ChefBootstrap.RunlistDto |
getRunlist()
Chef list of items to run.
|
String |
getValidationCertificate()
Chef validation certificate.
|
String |
getValidatorName()
Validation of the Chef client name.
|
void |
setAttributes(String attributes)
Sets the JSON attributes to apply to the node.
|
void |
setChefServerURL(String chefServerURL)
Sets the chef server url.
|
void |
setRunlist(BootstrapDto.ChefBootstrap.RunlistDto runlist)
Sets the runlist.
|
void |
setValidationCertificate(String validationCertificate)
Sets the validation certificate.
|
void |
setValidatorName(String validatorName)
Sets the validator name.
|
public String getChefServerURL()
public void setChefServerURL(String chefServerURL)
chefServerURL - the new chef server urlpublic String getValidatorName()
public void setValidatorName(String validatorName)
validatorName - the new validator namepublic String getValidationCertificate()
public void setValidationCertificate(String validationCertificate)
validationCertificate - the new validation certificatepublic BootstrapDto.ChefBootstrap.RunlistDto getRunlist()
public void setRunlist(BootstrapDto.ChefBootstrap.RunlistDto runlist)
runlist - the new runlistpublic String getAttributes()
public void setAttributes(String attributes)
attributes - The JSON attributes to be applied to the node.Copyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.