vcenter namespace management supervisor services: summary
The
summary
structure contains the basic information about a supervisor service version. 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:
{
"display_name" : "string",
"supervisor_service" : "obj-103"
}
"display_name" : "string",
"supervisor_service" : "obj-103"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
supervisor_service | string | The identifier of the supervisor service. 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.vcenter.namespace_management.SupervisorService . When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.namespace_management.SupervisorService . |
display_name | string | The human readable name of the supervisor service. 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. |