Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.78 KB

ProcessScale.md

File metadata and controls

134 lines (73 loc) · 3.78 KB

ProcessScale

Properties

Name Type Description Notes
DiskInMb Pointer to int32 [optional]
Instances Pointer to int32 [optional]
LogRateLimitInBytesPerSecond Pointer to int32 [optional]
MemoryInMb Pointer to int32 [optional]

Methods

NewProcessScale

func NewProcessScale() *ProcessScale

NewProcessScale instantiates a new ProcessScale 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

NewProcessScaleWithDefaults

func NewProcessScaleWithDefaults() *ProcessScale

NewProcessScaleWithDefaults instantiates a new ProcessScale 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

GetDiskInMb

func (o *ProcessScale) GetDiskInMb() int32

GetDiskInMb returns the DiskInMb field if non-nil, zero value otherwise.

GetDiskInMbOk

func (o *ProcessScale) GetDiskInMbOk() (*int32, bool)

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

SetDiskInMb

func (o *ProcessScale) SetDiskInMb(v int32)

SetDiskInMb sets DiskInMb field to given value.

HasDiskInMb

func (o *ProcessScale) HasDiskInMb() bool

HasDiskInMb returns a boolean if a field has been set.

GetInstances

func (o *ProcessScale) GetInstances() int32

GetInstances returns the Instances field if non-nil, zero value otherwise.

GetInstancesOk

func (o *ProcessScale) GetInstancesOk() (*int32, bool)

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

SetInstances

func (o *ProcessScale) SetInstances(v int32)

SetInstances sets Instances field to given value.

HasInstances

func (o *ProcessScale) HasInstances() bool

HasInstances returns a boolean if a field has been set.

GetLogRateLimitInBytesPerSecond

func (o *ProcessScale) GetLogRateLimitInBytesPerSecond() int32

GetLogRateLimitInBytesPerSecond returns the LogRateLimitInBytesPerSecond field if non-nil, zero value otherwise.

GetLogRateLimitInBytesPerSecondOk

func (o *ProcessScale) GetLogRateLimitInBytesPerSecondOk() (*int32, bool)

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

SetLogRateLimitInBytesPerSecond

func (o *ProcessScale) SetLogRateLimitInBytesPerSecond(v int32)

SetLogRateLimitInBytesPerSecond sets LogRateLimitInBytesPerSecond field to given value.

HasLogRateLimitInBytesPerSecond

func (o *ProcessScale) HasLogRateLimitInBytesPerSecond() bool

HasLogRateLimitInBytesPerSecond returns a boolean if a field has been set.

GetMemoryInMb

func (o *ProcessScale) GetMemoryInMb() int32

GetMemoryInMb returns the MemoryInMb field if non-nil, zero value otherwise.

GetMemoryInMbOk

func (o *ProcessScale) GetMemoryInMbOk() (*int32, bool)

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

SetMemoryInMb

func (o *ProcessScale) SetMemoryInMb(v int32)

SetMemoryInMb sets MemoryInMb field to given value.

HasMemoryInMb

func (o *ProcessScale) HasMemoryInMb() bool

HasMemoryInMb returns a boolean if a field has been set.

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