Update to powershell SDK docs: 13123805130

This commit is contained in:
developer-relations-sp
2025-02-03 22:09:17 +00:00
parent bdb088c15d
commit 3e9d359da1
2608 changed files with 14669 additions and 14876 deletions

View File

@@ -16,31 +16,31 @@ tags: ['SDK', 'Software Development Kit', 'ManagedCluster', 'BetaManagedCluster'
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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**](managed-cluster-types) | | [optional]
**Configuration** | Pointer to **map[string]String** | ManagedProcess configuration map | [optional]
**KeyPair** | Pointer to [**ManagedClusterKeyPair**](managed-cluster-key-pair) | | [optional]
**Attributes** | Pointer to [**ManagedClusterAttributes**](managed-cluster-attributes) | | [optional]
**Description** | Pointer to **String** | ManagedCluster description | [optional]
**Redis** | Pointer to [**ManagedClusterRedis**](managed-cluster-redis) | | [optional]
**ClientType** | [**ManagedClientType**](managed-client-type) | | [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**](client-log-configuration) | | [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]
**Id** | **String** | ManagedCluster ID | [required]
**Name** | **String** | ManagedCluster name | [optional]
**Pod** | **String** | ManagedCluster pod | [optional]
**Org** | **String** | ManagedCluster org | [optional]
**Type** | [**ManagedClusterTypes**](managed-cluster-types) | | [optional]
**Configuration** | **map[string]String** | ManagedProcess configuration map | [optional]
**KeyPair** | [**ManagedClusterKeyPair**](managed-cluster-key-pair) | | [optional]
**Attributes** | [**ManagedClusterAttributes**](managed-cluster-attributes) | | [optional]
**Description** | **String** | ManagedCluster description | [optional]
**Redis** | [**ManagedClusterRedis**](managed-cluster-redis) | | [optional]
**ClientType** | [**ManagedClientType**](managed-client-type) | | [required]
**CcgVersion** | **String** | CCG version used by the ManagedCluster | [required]
**PinnedConfig** | **Boolean** | boolean flag indiacting whether or not the cluster configuration is pinned | [optional] [default to $false]
**LogConfiguration** | [**ClientLogConfiguration**](client-log-configuration) | | [optional]
**Operational** | **Boolean** | Whether or not the cluster is operational or not | [optional] [default to $false]
**Status** | **String** | Cluster status | [optional]
**PublicKeyCertificate** | **String** | Public key certificate | [optional]
**PublicKeyThumbprint** | **String** | Public key thumbprint | [optional]
**PublicKey** | **String** | Public key | [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]
## Examples