| Name | Type | Description | Notes |
|---|---|---|---|
| RunningMode | Pointer to EnhancedRegionAttributesRunningMode | [optional] | |
| Edge | Pointer to EnhancedRegionAttributesEdge | [optional] |
func NewEnhancedRegionAttributes() *EnhancedRegionAttributes
NewEnhancedRegionAttributes instantiates a new EnhancedRegionAttributes 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 NewEnhancedRegionAttributesWithDefaults() *EnhancedRegionAttributes
NewEnhancedRegionAttributesWithDefaults instantiates a new EnhancedRegionAttributes 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 *EnhancedRegionAttributes) GetRunningMode() EnhancedRegionAttributesRunningMode
GetRunningMode returns the RunningMode field if non-nil, zero value otherwise.
func (o *EnhancedRegionAttributes) GetRunningModeOk() (*EnhancedRegionAttributesRunningMode, bool)
GetRunningModeOk returns a tuple with the RunningMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnhancedRegionAttributes) SetRunningMode(v EnhancedRegionAttributesRunningMode)
SetRunningMode sets RunningMode field to given value.
func (o *EnhancedRegionAttributes) HasRunningMode() bool
HasRunningMode returns a boolean if a field has been set.
func (o *EnhancedRegionAttributes) GetEdge() EnhancedRegionAttributesEdge
GetEdge returns the Edge field if non-nil, zero value otherwise.
func (o *EnhancedRegionAttributes) GetEdgeOk() (*EnhancedRegionAttributesEdge, bool)
GetEdgeOk returns a tuple with the Edge field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnhancedRegionAttributes) SetEdge(v EnhancedRegionAttributesEdge)
SetEdge sets Edge field to given value.
func (o *EnhancedRegionAttributes) HasEdge() bool
HasEdge returns a boolean if a field has been set.