| Name | Type | Description | Notes |
|---|---|---|---|
| HarmonySaseRegionId | string | Harmony SASE region ID, Take id from GET Harmony sases regions endpoint (/networks/enhanced/harmony-sase-regions). | |
| Idle | bool | Create the gateway as disabled if true. | [default to true] |
func NewCreateRegionInNetworkPayload(harmonySaseRegionId string, idle bool, ) *CreateRegionInNetworkPayload
NewCreateRegionInNetworkPayload instantiates a new CreateRegionInNetworkPayload 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 NewCreateRegionInNetworkPayloadWithDefaults() *CreateRegionInNetworkPayload
NewCreateRegionInNetworkPayloadWithDefaults instantiates a new CreateRegionInNetworkPayload 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 *CreateRegionInNetworkPayload) GetHarmonySaseRegionId() string
GetHarmonySaseRegionId returns the HarmonySaseRegionId field if non-nil, zero value otherwise.
func (o *CreateRegionInNetworkPayload) GetHarmonySaseRegionIdOk() (*string, bool)
GetHarmonySaseRegionIdOk returns a tuple with the HarmonySaseRegionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateRegionInNetworkPayload) SetHarmonySaseRegionId(v string)
SetHarmonySaseRegionId sets HarmonySaseRegionId field to given value.
func (o *CreateRegionInNetworkPayload) GetIdle() bool
GetIdle returns the Idle field if non-nil, zero value otherwise.
func (o *CreateRegionInNetworkPayload) GetIdleOk() (*bool, bool)
GetIdleOk returns a tuple with the Idle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateRegionInNetworkPayload) SetIdle(v bool)
SetIdle sets Idle field to given value.