DatacenterServer

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::DatacenterServer.new(
  id: 84f3d7c9-9a12-4334-8add-dcacd3f867a5,
  type: server,
  href: https://api.ionos.com/cloudapi/v6/datacenters/fc5965df-f38d-4a3e-baaa-770b917e40eb/servers/84f3d7c9-9a12-4334-8add-dcacd3f867a5
)

Last updated

Was this helpful?