Name | Type | Description | Notes |
---|---|---|---|
Capabilities | Pointer to []string | A list of capabilities of this region. | [optional] [readonly] |
Country | Pointer to string | The country where this Region resides. | [optional] [readonly] |
Id | Pointer to string | The unique ID of this Region. | [optional] [readonly] |
Label | Pointer to string | Detailed location information for this Region, including city, state or region, and country. | [optional] [readonly] |
PlacementGroupLimits | Pointer to GetRegions200ResponseDataInnerPlacementGroupLimits | [optional] | |
Resolvers | Pointer to GetRegions200ResponseDataInnerResolvers | [optional] | |
SiteType | Pointer to string | This region's site type. A `core` region indicates a traditional cloud computing region that offers all compute services. A `distributed` region indicates sites that are globally dispersed to be closer to end users and workloads. These regions offer limited services. | [optional] [readonly] |
Status | Pointer to string | This region's current operational status. | [optional] [readonly] |
func NewGetRegions200ResponseDataInner() *GetRegions200ResponseDataInner
NewGetRegions200ResponseDataInner instantiates a new GetRegions200ResponseDataInner 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 NewGetRegions200ResponseDataInnerWithDefaults() *GetRegions200ResponseDataInner
NewGetRegions200ResponseDataInnerWithDefaults instantiates a new GetRegions200ResponseDataInner 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 *GetRegions200ResponseDataInner) GetCapabilities() []string
GetCapabilities returns the Capabilities field if non-nil, zero value otherwise.
func (o *GetRegions200ResponseDataInner) GetCapabilitiesOk() (*[]string, bool)
GetCapabilitiesOk returns a tuple with the Capabilities field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetRegions200ResponseDataInner) SetCapabilities(v []string)
SetCapabilities sets Capabilities field to given value.
func (o *GetRegions200ResponseDataInner) HasCapabilities() bool
HasCapabilities returns a boolean if a field has been set.
func (o *GetRegions200ResponseDataInner) GetCountry() string
GetCountry returns the Country field if non-nil, zero value otherwise.
func (o *GetRegions200ResponseDataInner) GetCountryOk() (*string, bool)
GetCountryOk returns a tuple with the Country field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetRegions200ResponseDataInner) SetCountry(v string)
SetCountry sets Country field to given value.
func (o *GetRegions200ResponseDataInner) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (o *GetRegions200ResponseDataInner) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *GetRegions200ResponseDataInner) 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.
func (o *GetRegions200ResponseDataInner) SetId(v string)
SetId sets Id field to given value.
func (o *GetRegions200ResponseDataInner) HasId() bool
HasId returns a boolean if a field has been set.
func (o *GetRegions200ResponseDataInner) GetLabel() string
GetLabel returns the Label field if non-nil, zero value otherwise.
func (o *GetRegions200ResponseDataInner) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetRegions200ResponseDataInner) SetLabel(v string)
SetLabel sets Label field to given value.
func (o *GetRegions200ResponseDataInner) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (o *GetRegions200ResponseDataInner) GetPlacementGroupLimits() GetRegions200ResponseDataInnerPlacementGroupLimits
GetPlacementGroupLimits returns the PlacementGroupLimits field if non-nil, zero value otherwise.
func (o *GetRegions200ResponseDataInner) GetPlacementGroupLimitsOk() (*GetRegions200ResponseDataInnerPlacementGroupLimits, bool)
GetPlacementGroupLimitsOk returns a tuple with the PlacementGroupLimits field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetRegions200ResponseDataInner) SetPlacementGroupLimits(v GetRegions200ResponseDataInnerPlacementGroupLimits)
SetPlacementGroupLimits sets PlacementGroupLimits field to given value.
func (o *GetRegions200ResponseDataInner) HasPlacementGroupLimits() bool
HasPlacementGroupLimits returns a boolean if a field has been set.
func (o *GetRegions200ResponseDataInner) GetResolvers() GetRegions200ResponseDataInnerResolvers
GetResolvers returns the Resolvers field if non-nil, zero value otherwise.
func (o *GetRegions200ResponseDataInner) GetResolversOk() (*GetRegions200ResponseDataInnerResolvers, bool)
GetResolversOk returns a tuple with the Resolvers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetRegions200ResponseDataInner) SetResolvers(v GetRegions200ResponseDataInnerResolvers)
SetResolvers sets Resolvers field to given value.
func (o *GetRegions200ResponseDataInner) HasResolvers() bool
HasResolvers returns a boolean if a field has been set.
func (o *GetRegions200ResponseDataInner) GetSiteType() string
GetSiteType returns the SiteType field if non-nil, zero value otherwise.
func (o *GetRegions200ResponseDataInner) GetSiteTypeOk() (*string, bool)
GetSiteTypeOk returns a tuple with the SiteType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetRegions200ResponseDataInner) SetSiteType(v string)
SetSiteType sets SiteType field to given value.
func (o *GetRegions200ResponseDataInner) HasSiteType() bool
HasSiteType returns a boolean if a field has been set.
func (o *GetRegions200ResponseDataInner) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *GetRegions200ResponseDataInner) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetRegions200ResponseDataInner) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *GetRegions200ResponseDataInner) HasStatus() bool
HasStatus returns a boolean if a field has been set.