Name | Type | Description | Notes |
---|---|---|---|
Region | Pointer to string | The unique identifier for the core compute region where this image is stored. | [optional] |
Status | Pointer to string | The status of the image in this `region`. Possible values are `available`, `creating`, `pending`, `pending deletion`, `pending replication`, or `replicating`. | [optional] |
func NewGetImages200ResponseDataInnerRegionsInner() *GetImages200ResponseDataInnerRegionsInner
NewGetImages200ResponseDataInnerRegionsInner instantiates a new GetImages200ResponseDataInnerRegionsInner 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 NewGetImages200ResponseDataInnerRegionsInnerWithDefaults() *GetImages200ResponseDataInnerRegionsInner
NewGetImages200ResponseDataInnerRegionsInnerWithDefaults instantiates a new GetImages200ResponseDataInnerRegionsInner 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 *GetImages200ResponseDataInnerRegionsInner) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *GetImages200ResponseDataInnerRegionsInner) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetImages200ResponseDataInnerRegionsInner) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *GetImages200ResponseDataInnerRegionsInner) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (o *GetImages200ResponseDataInnerRegionsInner) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *GetImages200ResponseDataInnerRegionsInner) 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 *GetImages200ResponseDataInnerRegionsInner) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *GetImages200ResponseDataInnerRegionsInner) HasStatus() bool
HasStatus returns a boolean if a field has been set.