appliance configuration: component info
The
component_info
structure defines the information about component. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.Representation:
{
"component" : "obj-103",
"info" : "string"
}
"component" : "obj-103",
"info" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
component | string | Name of the component which is also a component identifier. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.appliance.configuration.component . When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.appliance.configuration.component . |
info | string | Description of the component. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |