DatacenterProperties
Last updated
Last updated
Name | Type | Description | Notes |
---|---|---|---|
func NewDatacenterProperties(location string, ) *DatacenterProperties
NewDatacenterProperties instantiates a new DatacenterProperties 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
func NewDatacenterPropertiesWithDefaults() *DatacenterProperties
NewDatacenterPropertiesWithDefaults instantiates a new DatacenterProperties 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
func (o *DatacenterProperties) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *DatacenterProperties) 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.
func (o *DatacenterProperties) SetName(v string)
SetName sets Name field to given value.
func (o *DatacenterProperties) HasName() bool
HasName returns a boolean if a field has been set.
func (o *DatacenterProperties) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *DatacenterProperties) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatacenterProperties) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *DatacenterProperties) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *DatacenterProperties) GetLocation() string
GetLocation returns the Location field if non-nil, zero value otherwise.
func (o *DatacenterProperties) GetLocationOk() (*string, bool)
GetLocationOk returns a tuple with the Location field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatacenterProperties) SetLocation(v string)
SetLocation sets Location field to given value.
func (o *DatacenterProperties) GetVersion() int32
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *DatacenterProperties) GetVersionOk() (*int32, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatacenterProperties) SetVersion(v int32)
SetVersion sets Version field to given value.
func (o *DatacenterProperties) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *DatacenterProperties) GetFeatures() []string
GetFeatures returns the Features field if non-nil, zero value otherwise.
func (o *DatacenterProperties) 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.
func (o *DatacenterProperties) SetFeatures(v []string)
SetFeatures sets Features field to given value.
func (o *DatacenterProperties) HasFeatures() bool
HasFeatures returns a boolean if a field has been set.
func (o *DatacenterProperties) GetSecAuthProtection() bool
GetSecAuthProtection returns the SecAuthProtection field if non-nil, zero value otherwise.
func (o *DatacenterProperties) GetSecAuthProtectionOk() (*bool, bool)
GetSecAuthProtectionOk returns a tuple with the SecAuthProtection field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DatacenterProperties) SetSecAuthProtection(v bool)
SetSecAuthProtection sets SecAuthProtection field to given value.
func (o *DatacenterProperties) HasSecAuthProtection() bool
HasSecAuthProtection returns a boolean if a field has been set.
Name
Pointer to string
A name of that resource
[optional]
Description
Pointer to string
A description for the datacenter, e.g. staging, production
[optional]
Location
string
The physical location where the datacenter will be created. This will be where all of your servers live. Property cannot be modified after datacenter creation (disallowed in update requests)
Version
Pointer to int32
The version of that Data Center. Gets incremented with every change
[optional] [readonly]
Features
Pointer to []string
List of features supported by the location this data center is part of
[optional] [readonly]
SecAuthProtection
Pointer to bool
Boolean value representing if the data center requires extra protection e.g. two factor protection
[optional]