Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.42 KB

SecurityGroupGloballyEnabled.md

File metadata and controls

82 lines (45 loc) · 2.42 KB

SecurityGroupGloballyEnabled

Properties

Name Type Description Notes
Running Pointer to bool [optional]
Staging Pointer to bool [optional]

Methods

NewSecurityGroupGloballyEnabled

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

NewSecurityGroupGloballyEnabledWithDefaults

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

GetRunning

func (o *SecurityGroupGloballyEnabled) GetRunning() bool

GetRunning returns the Running field if non-nil, zero value otherwise.

GetRunningOk

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.

SetRunning

func (o *SecurityGroupGloballyEnabled) SetRunning(v bool)

SetRunning sets Running field to given value.

HasRunning

func (o *SecurityGroupGloballyEnabled) HasRunning() bool

HasRunning returns a boolean if a field has been set.

GetStaging

func (o *SecurityGroupGloballyEnabled) GetStaging() bool

GetStaging returns the Staging field if non-nil, zero value otherwise.

GetStagingOk

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.

SetStaging

func (o *SecurityGroupGloballyEnabled) SetStaging(v bool)

SetStaging sets Staging field to given value.

HasStaging

func (o *SecurityGroupGloballyEnabled) HasStaging() bool

HasStaging returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]