TrustedInfrastructureTrustAuthorityClustersFilterSpec

The TrustAuthorityClusters.FilterSpec structure contains the data necessary for identifying a TrustAuthorityClusters.


Properties

array of string
cluster Optional

Identifies the cluster. cluster If {@term.unset} return all Trust Authority Clusters. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: ClusterComputeResource. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: ClusterComputeResource.


state Optional

The TrustAuthorityClusters.State enumerated type defines the states of the TrustAuthorityClusters.
ENABLE : The TrustAuthorityClusters is enabled.
DISABLE : The TrustAuthorityClusters is disabled.

Possible values are: ENABLEDISABLE

JSON Example

{
	"cluster": [
		"string"
	],
	"state": "ENABLE"
}

Feedback

Was this page helpful?