vcenter settings namespaces: info
Info class describing a namespace in the Settings Store. 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:
{
"write_privilege" : "string",
"is_syncable" : true,
"name" : "string",
"description" : "string",
"read_privilege" : "string"
}
"write_privilege" : "string",
"is_syncable" : true,
"name" : "string",
"description" : "string",
"read_privilege" : "string"
}
Attributes:
| Name | Type | Description |
|---|---|---|
| Required | ||
| name | string | The name given to the namespace. 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. |
| description | string | A description of this namespace. 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. |
| read_privilege | string | The privilege that is required for reading into this namespace. 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. |
| write_privilege | string | The privilege that is required for writing into this namespace. 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. |
| is_syncable | boolean | The flag for enable sync. 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. |