LocationProperties

Properties

NameTypeDescriptionNotes

name

String

A name of that resource

[optional]

features

Array<String>

List of features supported by the location

[optional][readonly]

image_aliases

Array<String>

List of image aliases available for the location

[optional][readonly]

Example

require 'ionoscloud'

instance = Ionoscloud::LocationProperties.new(
  name: My resource,
  features: [SSD],
  image_aliases: null
)

Last updated