ActionResource

Properties

Name
Type
Description
Notes

id

String

The unique resource identifier.

[readonly]

type

String

The resource type.

[optional][readonly]

href

String

The absolute URL to the resource's representation.

[optional][readonly]

Example

require 'ionoscloud-vm-autoscaling'

instance = IonoscloudVmAutoscaling::ActionResource.new(
  id: d8df1964-e923-4e63-af45-4c25d6687674,
  type: autoscaling-action,
  href: https://api.ionos.com/cloudapi/autoscaling/groups/1d67ca27-d4c0-419d-9a64-9ea42dfdd036/actions/d8df1964-e923-4e63-af45-4c25d6687674
)

Last updated

Was this helpful?