Sha256: e14ba96923de9909d322697fef5f41689a969066a177f7da85856cdc1263a915

Contents?: true

Size: 917 Bytes

Versions: 7

Compression:

Stored size: 917 Bytes

Contents

# KubernetesClusterForPost

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | The resource's unique identifier. | [optional][readonly] |
| **type** | **String** | The type of object | [optional][readonly] |
| **href** | **String** | URL to the object representation (absolute path) | [optional][readonly] |
| **metadata** | [**DatacenterElementMetadata**](DatacenterElementMetadata.md) |  | [optional] |
| **properties** | [**KubernetesClusterPropertiesForPost**](KubernetesClusterPropertiesForPost.md) |  |  |
| **entities** | [**KubernetesClusterEntities**](KubernetesClusterEntities.md) |  | [optional] |

## Example

```ruby
require 'ionoscloud'

instance = Ionoscloud::KubernetesClusterForPost.new(
  id: 1e072e52-2ed3-492f-b6b6-c6b116907527,
  type: null,
  href: <RESOURCE-URI>,
  metadata: null,
  properties: null,
  entities: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ionoscloud-5.1.2 docs/models/KubernetesClusterForPost.md
ionoscloud-6.0.0.beta.4 docs/models/KubernetesClusterForPost.md
ionoscloud-5.1.1 docs/models/KubernetesClusterForPost.md
ionoscloud-6.0.0.beta.3 docs/KubernetesClusterForPost.md
ionoscloud-5.1.0 docs/KubernetesClusterForPost.md
ionoscloud-6.0.0.beta.2 docs/KubernetesClusterForPost.md
ionoscloud-6.0.0.beta.1 docs/KubernetesClusterForPost.md