MetadataBasic

Properties

Name
Type
Description
Notes

created_date

Time

The date the resource was created.

etag

String

The resource etag.

last_modified_date

Time

The date the resource was last modified.

state

String

The resource state.

Example

require 'ionoscloud-vm-autoscaling'

instance = IonoscloudVmAutoscaling::MetadataBasic.new(
  created_date: 2021-06-21T08:46:01.249829Z,
  etag: null,
  last_modified_date: 2021-07-26T09:30:39.562006Z,
  state: AVAILABLE
)

Last updated

Was this helpful?