vcenter trusted infrastructure trust authority clusters: info
The
info
structure contains the data necessary for retrieving the vcenter.trusted_infrastructure.trust_authority_clusters info. This structure was added in vSphere API 7.0.0.0.Representation:
{
"cluster" : "obj-103",
"state" : "ENABLE"
}
"cluster" : "obj-103",
"state" : "ENABLE"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
cluster | string | Identifies the cluster. This attribute was added in vSphere API 7.0.0.0. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: ClusterComputeResource . When operations return a value of this structure as a result, the field will be an identifier for the resource type: ClusterComputeResource . |
state | string | The state of the cluster. This attribute was added in vSphere API 7.0.0.0. Defines the states of the vcenter.trusted_infrastructure.trust_authority_clusters. This enumeration was added in vSphere API 7.0.0.0. Value is one of: ENABLE: The vcenter.trusted_infrastructure.trust_authority_clusters is enabled. This constant was added in vSphere API 7.0.0.0. DISABLE: The vcenter.trusted_infrastructure.trust_authority_clusters is disabled. This constant was added in vSphere API 7.0.0.0. |