arrow-left

All pages
1 of 1

Loading...

Datacenter

hashtag
Properties

Name
Type
Description
Notes

Id

Pointer to string

hashtag
Methods

hashtag
NewDatacenter

func NewDatacenter(properties DatacenterProperties, ) *Datacenter

NewDatacenter instantiates a new Datacenter 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
NewDatacenterWithDefaults

func NewDatacenterWithDefaults() *Datacenter

NewDatacenterWithDefaults instantiates a new Datacenter 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
GetId

func (o *Datacenter) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

hashtag
GetIdOk

func (o *Datacenter) GetIdOk() (*string, bool)

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

hashtag
SetId

func (o *Datacenter) SetId(v string)

SetId sets Id field to given value.

hashtag
HasId

func (o *Datacenter) HasId() bool

HasId returns a boolean if a field has been set.

hashtag
GetType

func (o *Datacenter) GetType() Type

GetType returns the Type field if non-nil, zero value otherwise.

hashtag
GetTypeOk

func (o *Datacenter) GetTypeOk() (*Type, bool)

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

hashtag
SetType

func (o *Datacenter) SetType(v Type)

SetType sets Type field to given value.

hashtag
HasType

func (o *Datacenter) HasType() bool

HasType returns a boolean if a field has been set.

hashtag
GetHref

func (o *Datacenter) GetHref() string

GetHref returns the Href field if non-nil, zero value otherwise.

hashtag
GetHrefOk

func (o *Datacenter) GetHrefOk() (*string, bool)

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

hashtag
SetHref

func (o *Datacenter) SetHref(v string)

SetHref sets Href field to given value.

hashtag
HasHref

func (o *Datacenter) HasHref() bool

HasHref returns a boolean if a field has been set.

hashtag
GetMetadata

func (o *Datacenter) GetMetadata() DatacenterElementMetadata

GetMetadata returns the Metadata field if non-nil, zero value otherwise.

hashtag
GetMetadataOk

func (o *Datacenter) GetMetadataOk() (*DatacenterElementMetadata, bool)

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

hashtag
SetMetadata

func (o *Datacenter) SetMetadata(v DatacenterElementMetadata)

SetMetadata sets Metadata field to given value.

hashtag
HasMetadata

func (o *Datacenter) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

hashtag
GetProperties

func (o *Datacenter) GetProperties() DatacenterProperties

GetProperties returns the Properties field if non-nil, zero value otherwise.

hashtag
GetPropertiesOk

func (o *Datacenter) GetPropertiesOk() (*DatacenterProperties, bool)

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

hashtag
SetProperties

func (o *Datacenter) SetProperties(v DatacenterProperties)

SetProperties sets Properties field to given value.

hashtag
GetEntities

func (o *Datacenter) GetEntities() DataCenterEntities

GetEntities returns the Entities field if non-nil, zero value otherwise.

hashtag
GetEntitiesOk

func (o *Datacenter) GetEntitiesOk() (*DataCenterEntities, bool)

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

hashtag
SetEntities

func (o *Datacenter) SetEntities(v DataCenterEntities)

SetEntities sets Entities field to given value.

hashtag
HasEntities

func (o *Datacenter) HasEntities() bool

HasEntities returns a boolean if a field has been set.

The resource's unique identifier.

[optional] [readonly]

Type

Pointer to

The type of object that has been created.

[optional]

Href

Pointer to string

URL to the object representation (absolute path).

[optional] [readonly]

Metadata

Pointer to

[optional]

Properties

Entities

Pointer to

[optional]

Type
DatacenterElementMetadata
DatacenterProperties
DataCenterEntities