Name | Type | Description | Notes |
---|---|---|---|
TotalReservedPorts | Pointer to NullableInt32 | Total number of ports that are reservable by routes in an organization | [optional] |
TotalRoutes | Pointer to NullableInt32 | Total number of routes allowed in an organization | [optional] |
func NewCreateOrganizationQuotaRequestRoutes() *CreateOrganizationQuotaRequestRoutes
NewCreateOrganizationQuotaRequestRoutes instantiates a new CreateOrganizationQuotaRequestRoutes 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 NewCreateOrganizationQuotaRequestRoutesWithDefaults() *CreateOrganizationQuotaRequestRoutes
NewCreateOrganizationQuotaRequestRoutesWithDefaults instantiates a new CreateOrganizationQuotaRequestRoutes 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 *CreateOrganizationQuotaRequestRoutes) GetTotalReservedPorts() int32
GetTotalReservedPorts returns the TotalReservedPorts field if non-nil, zero value otherwise.
func (o *CreateOrganizationQuotaRequestRoutes) GetTotalReservedPortsOk() (*int32, bool)
GetTotalReservedPortsOk returns a tuple with the TotalReservedPorts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateOrganizationQuotaRequestRoutes) SetTotalReservedPorts(v int32)
SetTotalReservedPorts sets TotalReservedPorts field to given value.
func (o *CreateOrganizationQuotaRequestRoutes) HasTotalReservedPorts() bool
HasTotalReservedPorts returns a boolean if a field has been set.
func (o *CreateOrganizationQuotaRequestRoutes) SetTotalReservedPortsNil(b bool)
SetTotalReservedPortsNil sets the value for TotalReservedPorts to be an explicit nil
func (o *CreateOrganizationQuotaRequestRoutes) UnsetTotalReservedPorts()
UnsetTotalReservedPorts ensures that no value is present for TotalReservedPorts, not even an explicit nil
func (o *CreateOrganizationQuotaRequestRoutes) GetTotalRoutes() int32
GetTotalRoutes returns the TotalRoutes field if non-nil, zero value otherwise.
func (o *CreateOrganizationQuotaRequestRoutes) GetTotalRoutesOk() (*int32, bool)
GetTotalRoutesOk returns a tuple with the TotalRoutes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateOrganizationQuotaRequestRoutes) SetTotalRoutes(v int32)
SetTotalRoutes sets TotalRoutes field to given value.
func (o *CreateOrganizationQuotaRequestRoutes) HasTotalRoutes() bool
HasTotalRoutes returns a boolean if a field has been set.
func (o *CreateOrganizationQuotaRequestRoutes) SetTotalRoutesNil(b bool)
SetTotalRoutesNil sets the value for TotalRoutes to be an explicit nil
func (o *CreateOrganizationQuotaRequestRoutes) UnsetTotalRoutes()
UnsetTotalRoutes ensures that no value is present for TotalRoutes, not even an explicit nil