Sha256: 20af3ca74b8312a8dd8723102bc3bf8a5c185ae97a42bac06d5e93ed26eed590
Contents?: true
Size: 1.07 KB
Versions: 8
Compression:
Stored size: 1.07 KB
Contents
# KubernetesNodeMetadata ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **etag** | **String** | Resource's Entity Tag as defined in http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.11 . Entity Tag is also added as an 'ETag response header to requests which don't use 'depth' parameter. | [optional][readonly] | | **created_date** | **Time** | The last time the resource was created | [optional][readonly] | | **last_modified_date** | **Time** | The last time the resource has been modified | [optional][readonly] | | **state** | **String** | State of the resource. | [optional][readonly] | | **last_software_updated_date** | **Time** | The last time the software updated on node. | [optional][readonly] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::KubernetesNodeMetadata.new( etag: 45480eb3fbfc31f1d916c1eaa4abdcc3, created_date: 2015-12-04T14:34:09.809Z, last_modified_date: 2015-12-04T14:34:09.809Z, state: AVAILABLE, last_software_updated_date: 2015-12-04T14:34:09.809Z ) ```
Version data entries
8 entries across 8 versions & 1 rubygems