Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 3.69 KB

CreateOrganizationQuotaRequestRoutes.md

File metadata and controls

102 lines (57 loc) · 3.69 KB

CreateOrganizationQuotaRequestRoutes

Properties

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]

Methods

NewCreateOrganizationQuotaRequestRoutes

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

NewCreateOrganizationQuotaRequestRoutesWithDefaults

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

GetTotalReservedPorts

func (o *CreateOrganizationQuotaRequestRoutes) GetTotalReservedPorts() int32

GetTotalReservedPorts returns the TotalReservedPorts field if non-nil, zero value otherwise.

GetTotalReservedPortsOk

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.

SetTotalReservedPorts

func (o *CreateOrganizationQuotaRequestRoutes) SetTotalReservedPorts(v int32)

SetTotalReservedPorts sets TotalReservedPorts field to given value.

HasTotalReservedPorts

func (o *CreateOrganizationQuotaRequestRoutes) HasTotalReservedPorts() bool

HasTotalReservedPorts returns a boolean if a field has been set.

SetTotalReservedPortsNil

func (o *CreateOrganizationQuotaRequestRoutes) SetTotalReservedPortsNil(b bool)

SetTotalReservedPortsNil sets the value for TotalReservedPorts to be an explicit nil

UnsetTotalReservedPorts

func (o *CreateOrganizationQuotaRequestRoutes) UnsetTotalReservedPorts()

UnsetTotalReservedPorts ensures that no value is present for TotalReservedPorts, not even an explicit nil

GetTotalRoutes

func (o *CreateOrganizationQuotaRequestRoutes) GetTotalRoutes() int32

GetTotalRoutes returns the TotalRoutes field if non-nil, zero value otherwise.

GetTotalRoutesOk

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.

SetTotalRoutes

func (o *CreateOrganizationQuotaRequestRoutes) SetTotalRoutes(v int32)

SetTotalRoutes sets TotalRoutes field to given value.

HasTotalRoutes

func (o *CreateOrganizationQuotaRequestRoutes) HasTotalRoutes() bool

HasTotalRoutes returns a boolean if a field has been set.

SetTotalRoutesNil

func (o *CreateOrganizationQuotaRequestRoutes) SetTotalRoutesNil(b bool)

SetTotalRoutesNil sets the value for TotalRoutes to be an explicit nil

UnsetTotalRoutes

func (o *CreateOrganizationQuotaRequestRoutes) UnsetTotalRoutes()

UnsetTotalRoutes ensures that no value is present for TotalRoutes, not even an explicit nil

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