| Name | Type | Description | Notes |
|---|---|---|---|
| GflagGroups | Pointer to []string | YbaApi Internal. GFlag groups to be applied | [optional] |
| InheritFromPrimary | Pointer to bool | [optional] | |
| PerAZ | Pointer to map[string]PerProcessFlags | Overrides for gflags per availability zone | [optional] |
| PerProcessFlags | Pointer to PerProcessFlags | [optional] |
func NewSpecificGFlags() *SpecificGFlags
NewSpecificGFlags instantiates a new SpecificGFlags 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 NewSpecificGFlagsWithDefaults() *SpecificGFlags
NewSpecificGFlagsWithDefaults instantiates a new SpecificGFlags 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 *SpecificGFlags) GetGflagGroups() []string
GetGflagGroups returns the GflagGroups field if non-nil, zero value otherwise.
func (o *SpecificGFlags) GetGflagGroupsOk() (*[]string, bool)
GetGflagGroupsOk returns a tuple with the GflagGroups field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SpecificGFlags) SetGflagGroups(v []string)
SetGflagGroups sets GflagGroups field to given value.
func (o *SpecificGFlags) HasGflagGroups() bool
HasGflagGroups returns a boolean if a field has been set.
func (o *SpecificGFlags) GetInheritFromPrimary() bool
GetInheritFromPrimary returns the InheritFromPrimary field if non-nil, zero value otherwise.
func (o *SpecificGFlags) GetInheritFromPrimaryOk() (*bool, bool)
GetInheritFromPrimaryOk returns a tuple with the InheritFromPrimary field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SpecificGFlags) SetInheritFromPrimary(v bool)
SetInheritFromPrimary sets InheritFromPrimary field to given value.
func (o *SpecificGFlags) HasInheritFromPrimary() bool
HasInheritFromPrimary returns a boolean if a field has been set.
func (o *SpecificGFlags) GetPerAZ() map[string]PerProcessFlags
GetPerAZ returns the PerAZ field if non-nil, zero value otherwise.
func (o *SpecificGFlags) GetPerAZOk() (*map[string]PerProcessFlags, bool)
GetPerAZOk returns a tuple with the PerAZ field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SpecificGFlags) SetPerAZ(v map[string]PerProcessFlags)
SetPerAZ sets PerAZ field to given value.
func (o *SpecificGFlags) HasPerAZ() bool
HasPerAZ returns a boolean if a field has been set.
func (o *SpecificGFlags) GetPerProcessFlags() PerProcessFlags
GetPerProcessFlags returns the PerProcessFlags field if non-nil, zero value otherwise.
func (o *SpecificGFlags) GetPerProcessFlagsOk() (*PerProcessFlags, bool)
GetPerProcessFlagsOk returns a tuple with the PerProcessFlags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SpecificGFlags) SetPerProcessFlags(v PerProcessFlags)
SetPerProcessFlags sets PerProcessFlags field to given value.
func (o *SpecificGFlags) HasPerProcessFlags() bool
HasPerProcessFlags returns a boolean if a field has been set.