The published service component resource defaults for Chef.
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| chefOrganization | string | element | 0/1 | Gets the chef organization name. | |
| environment | string | element | 0/1 | Gets the environment. | |
| |
|
|
|
|
|
| |
|
|
|
|
|
| runList | list of string | element | 0/unbounded | the runList | |
| serverId | long | element | 1/1 | Gets the server id. | |
Properties inherited from PublishedResource |
|||||
| managementServerType | managementServerType | element | 0/1 | Used in a multi-cloud scenario to distinguish between overlapping resource configuration items. For example the CPU resource configuration for VMware and SCVMM. Ignored in a single cloud scenario. | |
| resourceType | PublishedResourceType | element | 0/1 | the WSPublishedResourceType of the specific resource instance | |
Properties inherited from supportTemplating |
|||||
| xsitype | string | attribute | 0/1 | ||
Example
<ChefResource xsitype="..."> <chefOrganization>...</chefOrganization> <environment>...</environment> <serverId>...</serverId> <runList>...</runList> <resourceType>...</resourceType> <managementServerType>...</managementServerType> </ChefResource>