Name | Type | Description | Notes |
---|---|---|---|
DiskInMb | Pointer to int32 | [optional] | |
Instances | Pointer to int32 | [optional] | |
LogRateLimitInBytesPerSecond | Pointer to int32 | [optional] | |
MemoryInMb | Pointer to int32 | [optional] |
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
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
func (o *ProcessScale) GetDiskInMb() int32
GetDiskInMb returns the DiskInMb field if non-nil, zero value otherwise.
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.
func (o *ProcessScale) SetDiskInMb(v int32)
SetDiskInMb sets DiskInMb field to given value.
func (o *ProcessScale) HasDiskInMb() bool
HasDiskInMb returns a boolean if a field has been set.
func (o *ProcessScale) GetInstances() int32
GetInstances returns the Instances field if non-nil, zero value otherwise.
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.
func (o *ProcessScale) SetInstances(v int32)
SetInstances sets Instances field to given value.
func (o *ProcessScale) HasInstances() bool
HasInstances returns a boolean if a field has been set.
func (o *ProcessScale) GetLogRateLimitInBytesPerSecond() int32
GetLogRateLimitInBytesPerSecond returns the LogRateLimitInBytesPerSecond field if non-nil, zero value otherwise.
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.
func (o *ProcessScale) SetLogRateLimitInBytesPerSecond(v int32)
SetLogRateLimitInBytesPerSecond sets LogRateLimitInBytesPerSecond field to given value.
func (o *ProcessScale) HasLogRateLimitInBytesPerSecond() bool
HasLogRateLimitInBytesPerSecond returns a boolean if a field has been set.
func (o *ProcessScale) GetMemoryInMb() int32
GetMemoryInMb returns the MemoryInMb field if non-nil, zero value otherwise.
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.
func (o *ProcessScale) SetMemoryInMb(v int32)
SetMemoryInMb sets MemoryInMb field to given value.
func (o *ProcessScale) HasMemoryInMb() bool
HasMemoryInMb returns a boolean if a field has been set.