Name | Type | Description | Notes |
---|---|---|---|
Running | Pointer to bool | [optional] | |
Staging | Pointer to bool | [optional] |
func NewSecurityGroupGloballyEnabled() *SecurityGroupGloballyEnabled
NewSecurityGroupGloballyEnabled instantiates a new SecurityGroupGloballyEnabled 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 NewSecurityGroupGloballyEnabledWithDefaults() *SecurityGroupGloballyEnabled
NewSecurityGroupGloballyEnabledWithDefaults instantiates a new SecurityGroupGloballyEnabled 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 *SecurityGroupGloballyEnabled) GetRunning() bool
GetRunning returns the Running field if non-nil, zero value otherwise.
func (o *SecurityGroupGloballyEnabled) GetRunningOk() (*bool, bool)
GetRunningOk returns a tuple with the Running field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityGroupGloballyEnabled) SetRunning(v bool)
SetRunning sets Running field to given value.
func (o *SecurityGroupGloballyEnabled) HasRunning() bool
HasRunning returns a boolean if a field has been set.
func (o *SecurityGroupGloballyEnabled) GetStaging() bool
GetStaging returns the Staging field if non-nil, zero value otherwise.
func (o *SecurityGroupGloballyEnabled) GetStagingOk() (*bool, bool)
GetStagingOk returns a tuple with the Staging field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityGroupGloballyEnabled) SetStaging(v bool)
SetStaging sets Staging field to given value.
func (o *SecurityGroupGloballyEnabled) HasStaging() bool
HasStaging returns a boolean if a field has been set.