Sha256: f0e47a4e0fb329400bb4ee347caf8f3e18a4af19e7683bf300259e40d0ec3558
Contents?: true
Size: 1.66 KB
Versions: 2
Compression:
Stored size: 1.66 KB
Contents
# RancherApi::Cluster ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | (Read-only) The Cluster identifier. | [optional][readonly] | | **name** | **String** | Cluster name. This field is autogenerated if not provided. | [optional] | | **description** | **String** | Cluster description. | [optional] | | **location** | **String** | Deployment location. Cannot be changed once a cluster is created. Currently this field should be set to `PHX`, `ASH`, `SGP`, `NLD`, `CHI`, `SEA` or `AUS`. | | | **initial_cluster_version** | **String** | (Read-only) The Rancher version that was installed on the cluster during the first creation process. | [optional][readonly] | | **node_pools** | [**Array<NodePool>**](NodePool.md) | The node pools associated with the cluster. | [optional] | | **configuration** | [**RancherClusterConfig**](RancherClusterConfig.md) | | [optional] | | **metadata** | [**RancherServerMetadata**](RancherServerMetadata.md) | | [optional][readonly] | | **workload_configuration** | [**WorkloadClusterConfig**](WorkloadClusterConfig.md) | | [optional] | | **status_description** | **String** | (Read-Only) The cluster status | [optional][readonly] | ## Example ```ruby require 'pnap_rancher_api' instance = RancherApi::Cluster.new( id: 6047127fed34ecc3ba8402d2, name: Rancher Management Cluster, description: My first Rancher Server Cluster., location: PHX, initial_cluster_version: v2.5.9, node_pools: null, configuration: null, metadata: null, workload_configuration: null, status_description: Creating ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pnap_rancher_api-2.0.1 | docs/Cluster.md |
pnap_rancher_api-2.0.0 | docs/Cluster.md |