| Id |
String |
ManagedCluster ID |
[required] |
| Name |
String |
ManagedCluster name |
[optional] |
| Pod |
String |
ManagedCluster pod |
[optional] |
| Org |
String |
ManagedCluster org |
[optional] |
| Type |
ManagedClusterTypes |
|
[optional] |
| Configuration |
map[string]String |
ManagedProcess configuration map |
[optional] |
| KeyPair |
ManagedClusterKeyPair |
|
[optional] |
| Attributes |
ManagedClusterAttributes |
|
[optional] |
| Description |
String |
ManagedCluster description |
[optional] [default to "q"] |
| Redis |
ManagedClusterRedis |
|
[optional] |
| ClientType |
ManagedClientType |
|
[required] |
| CcgVersion |
String |
CCG version used by the ManagedCluster |
[required] |
| PinnedConfig |
Boolean |
boolean flag indicating whether or not the cluster configuration is pinned |
[optional] [default to $false] |
| LogConfiguration |
ClientLogConfiguration |
|
[optional] |
| Operational |
Boolean |
Whether or not the cluster is operational or not |
[optional] [default to $false] |
| Status |
Enum [ "CONFIGURING", "FAILED", "NO_CLIENTS", "NORMAL", "WARNING" ] |
Cluster status |
[optional] |
| PublicKeyCertificate |
String |
Public key certificate |
[optional] |
| PublicKeyThumbprint |
String |
Public key thumbprint |
[optional] |
| PublicKey |
String |
Public key |
[optional] |
| EncryptionConfiguration |
ManagedClusterEncryptionConfig |
|
[optional] |
| AlertKey |
String |
Key describing any immediate cluster alerts |
[optional] |
| ClientIds |
[]String |
List of clients in a cluster |
[optional] |
| ServiceCount |
Int32 |
Number of services bound to a cluster |
[optional] [default to 0] |
| CcId |
String |
CC ID only used in calling CC, will be removed without notice when Migration to CEGS is finished |
[optional] [default to "0"] |
| CreatedAt |
System.DateTime |
The date/time this cluster was created |
[optional] |
| UpdatedAt |
System.DateTime |
The date/time this cluster was last updated |
[optional] |
| LastReleaseNotifiedAt |
System.DateTime |
The date/time this cluster was notified for the last release |
[optional] |
| UpdatePreferences |
ManagedClusterUpdatePreferences |
|
[optional] |
| CurrentInstalledReleaseVersion |
String |
The current installed release on the Managed cluster |
[optional] |
| UpdatePackage |
String |
New available updates for the Managed cluster |
[optional] |
| IsOutOfDateNotifiedAt |
System.DateTime |
The time at which out of date notification was sent for the Managed cluster |
[optional] |
| ConsolidatedHealthIndicatorsStatus |
Enum [ "NORMAL", "WARNING", "ERROR" ] |
The consolidated Health Status for the Managed cluster |
[optional] |