Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.44 KB

ApiAtlasFreeProviderSettingsViewManualAllOfAutoScalingCompute.md

File metadata and controls

82 lines (45 loc) · 3.44 KB

ApiAtlasFreeProviderSettingsViewManualAllOfAutoScalingCompute

Properties

Name Type Description Notes
MaxInstanceSize Pointer to string Maximum instance size to which your cluster can automatically scale. [optional]
MinInstanceSize Pointer to string Minimum instance size to which your cluster can automatically scale. [optional]

Methods

NewApiAtlasFreeProviderSettingsViewManualAllOfAutoScalingCompute

func NewApiAtlasFreeProviderSettingsViewManualAllOfAutoScalingCompute() *ApiAtlasFreeProviderSettingsViewManualAllOfAutoScalingCompute

NewApiAtlasFreeProviderSettingsViewManualAllOfAutoScalingCompute instantiates a new ApiAtlasFreeProviderSettingsViewManualAllOfAutoScalingCompute 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

NewApiAtlasFreeProviderSettingsViewManualAllOfAutoScalingComputeWithDefaults

func NewApiAtlasFreeProviderSettingsViewManualAllOfAutoScalingComputeWithDefaults() *ApiAtlasFreeProviderSettingsViewManualAllOfAutoScalingCompute

NewApiAtlasFreeProviderSettingsViewManualAllOfAutoScalingComputeWithDefaults instantiates a new ApiAtlasFreeProviderSettingsViewManualAllOfAutoScalingCompute 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

GetMaxInstanceSize

func (o *ApiAtlasFreeProviderSettingsViewManualAllOfAutoScalingCompute) GetMaxInstanceSize() string

GetMaxInstanceSize returns the MaxInstanceSize field if non-nil, zero value otherwise.

GetMaxInstanceSizeOk

func (o *ApiAtlasFreeProviderSettingsViewManualAllOfAutoScalingCompute) GetMaxInstanceSizeOk() (*string, bool)

GetMaxInstanceSizeOk returns a tuple with the MaxInstanceSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMaxInstanceSize

func (o *ApiAtlasFreeProviderSettingsViewManualAllOfAutoScalingCompute) SetMaxInstanceSize(v string)

SetMaxInstanceSize sets MaxInstanceSize field to given value.

HasMaxInstanceSize

func (o *ApiAtlasFreeProviderSettingsViewManualAllOfAutoScalingCompute) HasMaxInstanceSize() bool

HasMaxInstanceSize returns a boolean if a field has been set.

GetMinInstanceSize

func (o *ApiAtlasFreeProviderSettingsViewManualAllOfAutoScalingCompute) GetMinInstanceSize() string

GetMinInstanceSize returns the MinInstanceSize field if non-nil, zero value otherwise.

GetMinInstanceSizeOk

func (o *ApiAtlasFreeProviderSettingsViewManualAllOfAutoScalingCompute) GetMinInstanceSizeOk() (*string, bool)

GetMinInstanceSizeOk returns a tuple with the MinInstanceSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMinInstanceSize

func (o *ApiAtlasFreeProviderSettingsViewManualAllOfAutoScalingCompute) SetMinInstanceSize(v string)

SetMinInstanceSize sets MinInstanceSize field to given value.

HasMinInstanceSize

func (o *ApiAtlasFreeProviderSettingsViewManualAllOfAutoScalingCompute) HasMinInstanceSize() bool

HasMinInstanceSize returns a boolean if a field has been set.

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