| Id |
String |
ManagedCluster ID |
[required] |
| Name |
Pointer to String |
ManagedCluster name |
[optional] |
| Pod |
Pointer to String |
ManagedCluster pod |
[optional] |
| Org |
Pointer to String |
ManagedCluster org |
[optional] |
| Type |
Pointer to ManagedClusterTypes |
|
[optional] |
| Configuration |
Pointer to map[string]String |
ManagedProcess configuration map |
[optional] |
| KeyPair |
Pointer to ManagedClusterKeyPair |
|
[optional] |
| Attributes |
Pointer to ManagedClusterAttributes |
|
[optional] |
| Description |
Pointer to String |
ManagedCluster description |
[optional] |
| Redis |
Pointer to ManagedClusterRedis |
|
[optional] |
| ClientType |
ManagedClientType |
|
[required] |
| CcgVersion |
String |
CCG version used by the ManagedCluster |
[required] |
| PinnedConfig |
Pointer to Boolean |
boolean flag indiacting whether or not the cluster configuration is pinned |
[optional] [default to $false] |
| LogConfiguration |
Pointer to ClientLogConfiguration |
|
[optional] |
| Operational |
Pointer to Boolean |
Whether or not the cluster is operational or not |
[optional] [default to $false] |
| Status |
Pointer to String |
Cluster status |
[optional] |
| PublicKeyCertificate |
Pointer to String |
Public key certificate |
[optional] |
| PublicKeyThumbprint |
Pointer to String |
Public key thumbprint |
[optional] |
| PublicKey |
Pointer to String |
Public key |
[optional] |
| AlertKey |
Pointer to String |
Key describing any immediate cluster alerts |
[optional] |
| ClientIds |
Pointer to []String |
List of clients in a cluster |
[optional] |
| ServiceCount |
Pointer to Int32 |
Number of services bound to a cluster |
[optional] [default to 0] |
| CcId |
Pointer to String |
CC ID only used in calling CC, will be removed without notice when Migration to CEGS is finished |
[optional] [default to "0"] |
| CreatedAt |
Pointer to System.DateTime |
The date/time this cluster was created |
[optional] |
| UpdatedAt |
Pointer to System.DateTime |
The date/time this cluster was last updated |
[optional] |