GroupResource
Last updated
Was this helpful?
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]
require 'ionoscloud-vm-autoscaling'
instance = IonoscloudVmAutoscaling::GroupResource.new(
id: 954f32fd-5ed5-4b2d-8b66-3981e6c105dd,
type: autoscaling-group,
href: https://api.ionos.com/cloudapi/autoscaling/groups/954f32fd-5ed5-4b2d-8b66-3981e6c105dd
)Last updated
Was this helpful?
Was this helpful?