arrow-left

All pages
1 of 1

Loading...

LocationProperties

hashtag
Properties

Name
Type
Description
Notes

Name

Pointer to string

hashtag
Methods

hashtag
NewLocationProperties

func NewLocationProperties() *LocationProperties

NewLocationProperties instantiates a new LocationProperties object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

hashtag
NewLocationPropertiesWithDefaults

func NewLocationPropertiesWithDefaults() *LocationProperties

NewLocationPropertiesWithDefaults instantiates a new LocationProperties object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

hashtag
GetName

func (o *LocationProperties) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

hashtag
GetNameOk

func (o *LocationProperties) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

hashtag
SetName

func (o *LocationProperties) SetName(v string)

SetName sets Name field to given value.

hashtag
HasName

func (o *LocationProperties) HasName() bool

HasName returns a boolean if a field has been set.

hashtag
GetFeatures

func (o *LocationProperties) GetFeatures() []string

GetFeatures returns the Features field if non-nil, zero value otherwise.

hashtag
GetFeaturesOk

func (o *LocationProperties) GetFeaturesOk() (*[]string, bool)

GetFeaturesOk returns a tuple with the Features field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

hashtag
SetFeatures

func (o *LocationProperties) SetFeatures(v []string)

SetFeatures sets Features field to given value.

hashtag
HasFeatures

func (o *LocationProperties) HasFeatures() bool

HasFeatures returns a boolean if a field has been set.

hashtag
GetImageAliases

func (o *LocationProperties) GetImageAliases() []string

GetImageAliases returns the ImageAliases field if non-nil, zero value otherwise.

hashtag
GetImageAliasesOk

func (o *LocationProperties) GetImageAliasesOk() (*[]string, bool)

GetImageAliasesOk returns a tuple with the ImageAliases field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

hashtag
SetImageAliases

func (o *LocationProperties) SetImageAliases(v []string)

SetImageAliases sets ImageAliases field to given value.

hashtag
HasImageAliases

func (o *LocationProperties) HasImageAliases() bool

HasImageAliases returns a boolean if a field has been set.

hashtag
GetCpuArchitecture

func (o *LocationProperties) GetCpuArchitecture() []CpuArchitectureProperties

GetCpuArchitecture returns the CpuArchitecture field if non-nil, zero value otherwise.

hashtag
GetCpuArchitectureOk

func (o *LocationProperties) GetCpuArchitectureOk() (*[]CpuArchitectureProperties, bool)

GetCpuArchitectureOk returns a tuple with the CpuArchitecture field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

hashtag
SetCpuArchitecture

func (o *LocationProperties) SetCpuArchitecture(v []CpuArchitectureProperties)

SetCpuArchitecture sets CpuArchitecture field to given value.

hashtag
HasCpuArchitecture

func (o *LocationProperties) HasCpuArchitecture() bool

HasCpuArchitecture returns a boolean if a field has been set.

The location name.

[optional]

Features

Pointer to []string

A list of available features in the location.

[optional] [readonly]

ImageAliases

Pointer to []string

A list of image aliases available in the location.

[optional] [readonly]

CpuArchitecture

Pointer to

A list of available CPU types and related resources available in the location.

[optional] [readonly]

[]CpuArchitectureProperties