Skip to content

Latest commit

 

History

History
210 lines (117 loc) · 7.22 KB

V3SpaceQuotasPostRequestApps.md

File metadata and controls

210 lines (117 loc) · 7.22 KB

V3SpaceQuotasPostRequestApps

Properties

Name Type Description Notes
LogRateLimitInBytesPerSecond Pointer to NullableInt32 [optional]
PerAppTasks Pointer to NullableInt32 [optional]
PerProcessMemoryInMb Pointer to NullableInt32 [optional]
TotalInstances Pointer to NullableInt32 [optional]
TotalMemoryInMb Pointer to NullableInt32 [optional]

Methods

NewV3SpaceQuotasPostRequestApps

func NewV3SpaceQuotasPostRequestApps() *V3SpaceQuotasPostRequestApps

NewV3SpaceQuotasPostRequestApps instantiates a new V3SpaceQuotasPostRequestApps 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

NewV3SpaceQuotasPostRequestAppsWithDefaults

func NewV3SpaceQuotasPostRequestAppsWithDefaults() *V3SpaceQuotasPostRequestApps

NewV3SpaceQuotasPostRequestAppsWithDefaults instantiates a new V3SpaceQuotasPostRequestApps 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

GetLogRateLimitInBytesPerSecond

func (o *V3SpaceQuotasPostRequestApps) GetLogRateLimitInBytesPerSecond() int32

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

GetLogRateLimitInBytesPerSecondOk

func (o *V3SpaceQuotasPostRequestApps) 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 *V3SpaceQuotasPostRequestApps) SetLogRateLimitInBytesPerSecond(v int32)

SetLogRateLimitInBytesPerSecond sets LogRateLimitInBytesPerSecond field to given value.

HasLogRateLimitInBytesPerSecond

func (o *V3SpaceQuotasPostRequestApps) HasLogRateLimitInBytesPerSecond() bool

HasLogRateLimitInBytesPerSecond returns a boolean if a field has been set.

SetLogRateLimitInBytesPerSecondNil

func (o *V3SpaceQuotasPostRequestApps) SetLogRateLimitInBytesPerSecondNil(b bool)

SetLogRateLimitInBytesPerSecondNil sets the value for LogRateLimitInBytesPerSecond to be an explicit nil

UnsetLogRateLimitInBytesPerSecond

func (o *V3SpaceQuotasPostRequestApps) UnsetLogRateLimitInBytesPerSecond()

UnsetLogRateLimitInBytesPerSecond ensures that no value is present for LogRateLimitInBytesPerSecond, not even an explicit nil

GetPerAppTasks

func (o *V3SpaceQuotasPostRequestApps) GetPerAppTasks() int32

GetPerAppTasks returns the PerAppTasks field if non-nil, zero value otherwise.

GetPerAppTasksOk

func (o *V3SpaceQuotasPostRequestApps) GetPerAppTasksOk() (*int32, bool)

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

SetPerAppTasks

func (o *V3SpaceQuotasPostRequestApps) SetPerAppTasks(v int32)

SetPerAppTasks sets PerAppTasks field to given value.

HasPerAppTasks

func (o *V3SpaceQuotasPostRequestApps) HasPerAppTasks() bool

HasPerAppTasks returns a boolean if a field has been set.

SetPerAppTasksNil

func (o *V3SpaceQuotasPostRequestApps) SetPerAppTasksNil(b bool)

SetPerAppTasksNil sets the value for PerAppTasks to be an explicit nil

UnsetPerAppTasks

func (o *V3SpaceQuotasPostRequestApps) UnsetPerAppTasks()

UnsetPerAppTasks ensures that no value is present for PerAppTasks, not even an explicit nil

GetPerProcessMemoryInMb

func (o *V3SpaceQuotasPostRequestApps) GetPerProcessMemoryInMb() int32

GetPerProcessMemoryInMb returns the PerProcessMemoryInMb field if non-nil, zero value otherwise.

GetPerProcessMemoryInMbOk

func (o *V3SpaceQuotasPostRequestApps) GetPerProcessMemoryInMbOk() (*int32, bool)

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

SetPerProcessMemoryInMb

func (o *V3SpaceQuotasPostRequestApps) SetPerProcessMemoryInMb(v int32)

SetPerProcessMemoryInMb sets PerProcessMemoryInMb field to given value.

HasPerProcessMemoryInMb

func (o *V3SpaceQuotasPostRequestApps) HasPerProcessMemoryInMb() bool

HasPerProcessMemoryInMb returns a boolean if a field has been set.

SetPerProcessMemoryInMbNil

func (o *V3SpaceQuotasPostRequestApps) SetPerProcessMemoryInMbNil(b bool)

SetPerProcessMemoryInMbNil sets the value for PerProcessMemoryInMb to be an explicit nil

UnsetPerProcessMemoryInMb

func (o *V3SpaceQuotasPostRequestApps) UnsetPerProcessMemoryInMb()

UnsetPerProcessMemoryInMb ensures that no value is present for PerProcessMemoryInMb, not even an explicit nil

GetTotalInstances

func (o *V3SpaceQuotasPostRequestApps) GetTotalInstances() int32

GetTotalInstances returns the TotalInstances field if non-nil, zero value otherwise.

GetTotalInstancesOk

func (o *V3SpaceQuotasPostRequestApps) GetTotalInstancesOk() (*int32, bool)

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

SetTotalInstances

func (o *V3SpaceQuotasPostRequestApps) SetTotalInstances(v int32)

SetTotalInstances sets TotalInstances field to given value.

HasTotalInstances

func (o *V3SpaceQuotasPostRequestApps) HasTotalInstances() bool

HasTotalInstances returns a boolean if a field has been set.

SetTotalInstancesNil

func (o *V3SpaceQuotasPostRequestApps) SetTotalInstancesNil(b bool)

SetTotalInstancesNil sets the value for TotalInstances to be an explicit nil

UnsetTotalInstances

func (o *V3SpaceQuotasPostRequestApps) UnsetTotalInstances()

UnsetTotalInstances ensures that no value is present for TotalInstances, not even an explicit nil

GetTotalMemoryInMb

func (o *V3SpaceQuotasPostRequestApps) GetTotalMemoryInMb() int32

GetTotalMemoryInMb returns the TotalMemoryInMb field if non-nil, zero value otherwise.

GetTotalMemoryInMbOk

func (o *V3SpaceQuotasPostRequestApps) GetTotalMemoryInMbOk() (*int32, bool)

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

SetTotalMemoryInMb

func (o *V3SpaceQuotasPostRequestApps) SetTotalMemoryInMb(v int32)

SetTotalMemoryInMb sets TotalMemoryInMb field to given value.

HasTotalMemoryInMb

func (o *V3SpaceQuotasPostRequestApps) HasTotalMemoryInMb() bool

HasTotalMemoryInMb returns a boolean if a field has been set.

SetTotalMemoryInMbNil

func (o *V3SpaceQuotasPostRequestApps) SetTotalMemoryInMbNil(b bool)

SetTotalMemoryInMbNil sets the value for TotalMemoryInMb to be an explicit nil

UnsetTotalMemoryInMb

func (o *V3SpaceQuotasPostRequestApps) UnsetTotalMemoryInMb()

UnsetTotalMemoryInMb ensures that no value is present for TotalMemoryInMb, not even an explicit nil

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