Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.12 KB

File metadata and controls

108 lines (59 loc) · 3.12 KB

FlyMachineServiceConcurrency

Properties

Name Type Description Notes
HardLimit Pointer to int64 [optional]
SoftLimit Pointer to int64 [optional]
Type Pointer to string [optional]

Methods

NewFlyMachineServiceConcurrency

func NewFlyMachineServiceConcurrency() *FlyMachineServiceConcurrency

NewFlyMachineServiceConcurrency instantiates a new FlyMachineServiceConcurrency 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

NewFlyMachineServiceConcurrencyWithDefaults

func NewFlyMachineServiceConcurrencyWithDefaults() *FlyMachineServiceConcurrency

NewFlyMachineServiceConcurrencyWithDefaults instantiates a new FlyMachineServiceConcurrency 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

GetHardLimit

func (o *FlyMachineServiceConcurrency) GetHardLimit() int64

GetHardLimit returns the HardLimit field if non-nil, zero value otherwise.

GetHardLimitOk

func (o *FlyMachineServiceConcurrency) GetHardLimitOk() (*int64, bool)

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

SetHardLimit

func (o *FlyMachineServiceConcurrency) SetHardLimit(v int64)

SetHardLimit sets HardLimit field to given value.

HasHardLimit

func (o *FlyMachineServiceConcurrency) HasHardLimit() bool

HasHardLimit returns a boolean if a field has been set.

GetSoftLimit

func (o *FlyMachineServiceConcurrency) GetSoftLimit() int64

GetSoftLimit returns the SoftLimit field if non-nil, zero value otherwise.

GetSoftLimitOk

func (o *FlyMachineServiceConcurrency) GetSoftLimitOk() (*int64, bool)

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

SetSoftLimit

func (o *FlyMachineServiceConcurrency) SetSoftLimit(v int64)

SetSoftLimit sets SoftLimit field to given value.

HasSoftLimit

func (o *FlyMachineServiceConcurrency) HasSoftLimit() bool

HasSoftLimit returns a boolean if a field has been set.

GetType

func (o *FlyMachineServiceConcurrency) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *FlyMachineServiceConcurrency) GetTypeOk() (*string, bool)

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

SetType

func (o *FlyMachineServiceConcurrency) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *FlyMachineServiceConcurrency) HasType() bool

HasType returns a boolean if a field has been set.

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