Name | Type | Description | Notes |
---|---|---|---|
MaximumLinodesPerPg | Pointer to int32 | The maximum number of compute instances you can include in a single placement group in this region. | [optional] [readonly] |
MaximumPgsPerCustomer | Pointer to NullableInt32 | The maximum number of placement groups you can have in this region. Displayed as `null` if you don't have a limit. | [optional] [readonly] |
func NewGetRegions200ResponseDataInnerPlacementGroupLimits() *GetRegions200ResponseDataInnerPlacementGroupLimits
NewGetRegions200ResponseDataInnerPlacementGroupLimits instantiates a new GetRegions200ResponseDataInnerPlacementGroupLimits 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 NewGetRegions200ResponseDataInnerPlacementGroupLimitsWithDefaults() *GetRegions200ResponseDataInnerPlacementGroupLimits
NewGetRegions200ResponseDataInnerPlacementGroupLimitsWithDefaults instantiates a new GetRegions200ResponseDataInnerPlacementGroupLimits 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 *GetRegions200ResponseDataInnerPlacementGroupLimits) GetMaximumLinodesPerPg() int32
GetMaximumLinodesPerPg returns the MaximumLinodesPerPg field if non-nil, zero value otherwise.
func (o *GetRegions200ResponseDataInnerPlacementGroupLimits) GetMaximumLinodesPerPgOk() (*int32, bool)
GetMaximumLinodesPerPgOk returns a tuple with the MaximumLinodesPerPg field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetRegions200ResponseDataInnerPlacementGroupLimits) SetMaximumLinodesPerPg(v int32)
SetMaximumLinodesPerPg sets MaximumLinodesPerPg field to given value.
func (o *GetRegions200ResponseDataInnerPlacementGroupLimits) HasMaximumLinodesPerPg() bool
HasMaximumLinodesPerPg returns a boolean if a field has been set.
func (o *GetRegions200ResponseDataInnerPlacementGroupLimits) GetMaximumPgsPerCustomer() int32
GetMaximumPgsPerCustomer returns the MaximumPgsPerCustomer field if non-nil, zero value otherwise.
func (o *GetRegions200ResponseDataInnerPlacementGroupLimits) GetMaximumPgsPerCustomerOk() (*int32, bool)
GetMaximumPgsPerCustomerOk returns a tuple with the MaximumPgsPerCustomer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetRegions200ResponseDataInnerPlacementGroupLimits) SetMaximumPgsPerCustomer(v int32)
SetMaximumPgsPerCustomer sets MaximumPgsPerCustomer field to given value.
func (o *GetRegions200ResponseDataInnerPlacementGroupLimits) HasMaximumPgsPerCustomer() bool
HasMaximumPgsPerCustomer returns a boolean if a field has been set.
func (o *GetRegions200ResponseDataInnerPlacementGroupLimits) SetMaximumPgsPerCustomerNil(b bool)
SetMaximumPgsPerCustomerNil sets the value for MaximumPgsPerCustomer to be an explicit nil
func (o *GetRegions200ResponseDataInnerPlacementGroupLimits) UnsetMaximumPgsPerCustomer()
UnsetMaximumPgsPerCustomer ensures that no value is present for MaximumPgsPerCustomer, not even an explicit nil