Links

ResourceLimits

Properties

Name
Type
Description
Notes
CoresPerContract
int32
The maximum number of CPU cores per contract.
CoresPerServer
int32
The maximum number of CPU cores per server.
CoresProvisioned
int32
The number of CPU cores provisioned.
DasVolumeProvisioned
int64
The amount of DAS disk space (in MB) in a Cube server that is currently provisioned.
HddLimitPerContract
int64
The maximum amount of disk space (in MB) that can be provided under this contract.
HddLimitPerVolume
int64
The maximum size (in MB) of an idividual hard disk volume.
HddVolumeProvisioned
int64
The amount of hard disk space (in MB) that is currently provisioned.
K8sClusterLimitTotal
int32
The maximum number of Kubernetes clusters that can be created under this contract.
K8sClustersProvisioned
int32
The amount of Kubernetes clusters that is currently provisioned.
NatGatewayLimitTotal
int32
The NAT Gateway total limit.
NatGatewayProvisioned
int32
The NAT Gateways provisioned.
NlbLimitTotal
int32
The NLB total limit.
NlbProvisioned
int32
The NLBs provisioned.
RamPerContract
int32
The maximum amount of RAM (in MB) that can be provisioned under this contract.
RamPerServer
int32
The maximum amount of RAM (in MB) that can be provisioned for a particular server under this contract.
RamProvisioned
int32
The amount of RAM (in MB) provisioned under this contract.
ReservableIps
int32
The maximum number of static public IP addresses that can be reserved by this customer across contracts.
ReservedIpsInUse
int32
The number of static public IP addresses in use.
ReservedIpsOnContract
int32
The maximum number of static public IP addresses that can be reserved for this contract.
SsdLimitPerContract
int64
The maximum amount of solid state disk space (in MB) that can be provisioned under this contract.
SsdLimitPerVolume
int64
The maximum size (in MB) of an individual solid state disk volume.
SsdVolumeProvisioned
int64
The amount of solid state disk space (in MB) that is currently provisioned.

Methods

NewResourceLimits

func NewResourceLimits(coresPerContract int32, coresPerServer int32, coresProvisioned int32, dasVolumeProvisioned int64, hddLimitPerContract int64, hddLimitPerVolume int64, hddVolumeProvisioned int64, k8sClusterLimitTotal int32, k8sClustersProvisioned int32, natGatewayLimitTotal int32, natGatewayProvisioned int32, nlbLimitTotal int32, nlbProvisioned int32, ramPerContract int32, ramPerServer int32, ramProvisioned int32, reservableIps int32, reservedIpsInUse int32, reservedIpsOnContract int32, ssdLimitPerContract int64, ssdLimitPerVolume int64, ssdVolumeProvisioned int64, ) *ResourceLimits
NewResourceLimits instantiates a new ResourceLimits 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

NewResourceLimitsWithDefaults

func NewResourceLimitsWithDefaults() *ResourceLimits
NewResourceLimitsWithDefaults instantiates a new ResourceLimits 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

GetCoresPerContract

func (o *ResourceLimits) GetCoresPerContract() int32
GetCoresPerContract returns the CoresPerContract field if non-nil, zero value otherwise.

GetCoresPerContractOk

func (o *ResourceLimits) GetCoresPerContractOk() (*int32, bool)
GetCoresPerContractOk returns a tuple with the CoresPerContract field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCoresPerContract

func (o *ResourceLimits) SetCoresPerContract(v int32)
SetCoresPerContract sets CoresPerContract field to given value.

GetCoresPerServer

func (o *ResourceLimits) GetCoresPerServer() int32
GetCoresPerServer returns the CoresPerServer field if non-nil, zero value otherwise.

GetCoresPerServerOk

func (o *ResourceLimits) GetCoresPerServerOk() (*int32, bool)
GetCoresPerServerOk returns a tuple with the CoresPerServer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCoresPerServer

func (o *ResourceLimits) SetCoresPerServer(v int32)
SetCoresPerServer sets CoresPerServer field to given value.

GetCoresProvisioned

func (o *ResourceLimits) GetCoresProvisioned() int32
GetCoresProvisioned returns the CoresProvisioned field if non-nil, zero value otherwise.

GetCoresProvisionedOk

func (o *ResourceLimits) GetCoresProvisionedOk() (*int32, bool)
GetCoresProvisionedOk returns a tuple with the CoresProvisioned field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCoresProvisioned

func (o *ResourceLimits) SetCoresProvisioned(v int32)
SetCoresProvisioned sets CoresProvisioned field to given value.

GetDasVolumeProvisioned

func (o *ResourceLimits) GetDasVolumeProvisioned() int64
GetDasVolumeProvisioned returns the DasVolumeProvisioned field if non-nil, zero value otherwise.

GetDasVolumeProvisionedOk

func (o *ResourceLimits) GetDasVolumeProvisionedOk() (*int64, bool)
GetDasVolumeProvisionedOk returns a tuple with the DasVolumeProvisioned field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDasVolumeProvisioned

func (o *ResourceLimits) SetDasVolumeProvisioned(v int64)
SetDasVolumeProvisioned sets DasVolumeProvisioned field to given value.

GetHddLimitPerContract

func (o *ResourceLimits) GetHddLimitPerContract() int64
GetHddLimitPerContract returns the HddLimitPerContract field if non-nil, zero value otherwise.

GetHddLimitPerContractOk

func (o *ResourceLimits) GetHddLimitPerContractOk() (*int64, bool)
GetHddLimitPerContractOk returns a tuple with the HddLimitPerContract field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetHddLimitPerContract

func (o *ResourceLimits) SetHddLimitPerContract(v int64)
SetHddLimitPerContract sets HddLimitPerContract field to given value.

GetHddLimitPerVolume

func (o *ResourceLimits) GetHddLimitPerVolume() int64
GetHddLimitPerVolume returns the HddLimitPerVolume field if non-nil, zero value otherwise.

GetHddLimitPerVolumeOk

func (o *ResourceLimits) GetHddLimitPerVolumeOk() (*int64, bool)
GetHddLimitPerVolumeOk returns a tuple with the HddLimitPerVolume field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetHddLimitPerVolume

func (o *ResourceLimits) SetHddLimitPerVolume(v int64)
SetHddLimitPerVolume sets HddLimitPerVolume field to given value.

GetHddVolumeProvisioned

func (o *ResourceLimits) GetHddVolumeProvisioned() int64
GetHddVolumeProvisioned returns the HddVolumeProvisioned field if non-nil, zero value otherwise.

GetHddVolumeProvisionedOk

func (o *ResourceLimits) GetHddVolumeProvisionedOk() (*int64, bool)
GetHddVolumeProvisionedOk returns a tuple with the HddVolumeProvisioned field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetHddVolumeProvisioned

func (o *ResourceLimits) SetHddVolumeProvisioned(v int64)
SetHddVolumeProvisioned sets HddVolumeProvisioned field to given value.

GetK8sClusterLimitTotal

func (o *ResourceLimits) GetK8sClusterLimitTotal() int32
GetK8sClusterLimitTotal returns the K8sClusterLimitTotal field if non-nil, zero value otherwise.

GetK8sClusterLimitTotalOk

func (o *ResourceLimits) GetK8sClusterLimitTotalOk() (*int32, bool)
GetK8sClusterLimitTotalOk returns a tuple with the K8sClusterLimitTotal field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetK8sClusterLimitTotal

func (o *ResourceLimits) SetK8sClusterLimitTotal(v int32)
SetK8sClusterLimitTotal sets K8sClusterLimitTotal field to given value.

GetK8sClustersProvisioned

func (o *ResourceLimits) GetK8sClustersProvisioned() int32
GetK8sClustersProvisioned returns the K8sClustersProvisioned field if non-nil, zero value otherwise.

GetK8sClustersProvisionedOk

func (o *ResourceLimits) GetK8sClustersProvisionedOk() (*int32, bool)
GetK8sClustersProvisionedOk returns a tuple with the K8sClustersProvisioned field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetK8sClustersProvisioned

func (o *ResourceLimits) SetK8sClustersProvisioned(v int32)
SetK8sClustersProvisioned sets K8sClustersProvisioned field to given value.

GetNatGatewayLimitTotal

func (o *ResourceLimits) GetNatGatewayLimitTotal() int32
GetNatGatewayLimitTotal returns the NatGatewayLimitTotal field if non-nil, zero value otherwise.

GetNatGatewayLimitTotalOk

func (o *ResourceLimits) GetNatGatewayLimitTotalOk() (*int32, bool)
GetNatGatewayLimitTotalOk returns a tuple with the NatGatewayLimitTotal field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNatGatewayLimitTotal

func (o *ResourceLimits) SetNatGatewayLimitTotal(v int32)
SetNatGatewayLimitTotal sets NatGatewayLimitTotal field to given value.

GetNatGatewayProvisioned

func (o *ResourceLimits) GetNatGatewayProvisioned() int32
GetNatGatewayProvisioned returns the NatGatewayProvisioned field if non-nil, zero value otherwise.

GetNatGatewayProvisionedOk

func (o *ResourceLimits) GetNatGatewayProvisionedOk() (*int32, bool)
GetNatGatewayProvisionedOk returns a tuple with the NatGatewayProvisioned field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNatGatewayProvisioned

func (o *ResourceLimits) SetNatGatewayProvisioned(v int32)
SetNatGatewayProvisioned sets NatGatewayProvisioned field to given value.

GetNlbLimitTotal

func (o *ResourceLimits) GetNlbLimitTotal() int32
GetNlbLimitTotal returns the NlbLimitTotal field if non-nil, zero value otherwise.

GetNlbLimitTotalOk

func (o *ResourceLimits) GetNlbLimitTotalOk() (*int32, bool)
GetNlbLimitTotalOk returns a tuple with the NlbLimitTotal field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNlbLimitTotal

func (o *ResourceLimits) SetNlbLimitTotal(v int32)
SetNlbLimitTotal sets NlbLimitTotal field to given value.

GetNlbProvisioned

func (o *ResourceLimits) GetNlbProvisioned() int32
GetNlbProvisioned returns the NlbProvisioned field if non-nil, zero value otherwise.

GetNlbProvisionedOk

func (o *ResourceLimits) GetNlbProvisionedOk() (*int32, bool)
GetNlbProvisionedOk returns a tuple with the NlbProvisioned field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNlbProvisioned

func (o *ResourceLimits) SetNlbProvisioned(v int32)
SetNlbProvisioned sets NlbProvisioned field to given value.

GetRamPerContract

func (o *ResourceLimits) GetRamPerContract() int32
GetRamPerContract returns the RamPerContract field if non-nil, zero value otherwise.

GetRamPerContractOk

func (o *ResourceLimits) GetRamPerContractOk() (*int32, bool)
GetRamPerContractOk returns a tuple with the RamPerContract field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRamPerContract

func (o *ResourceLimits) SetRamPerContract(v int32)
SetRamPerContract sets RamPerContract field to given value.

GetRamPerServer

func (o *ResourceLimits) GetRamPerServer() int32
GetRamPerServer returns the RamPerServer field if non-nil, zero value otherwise.

GetRamPerServerOk

func (o *ResourceLimits) GetRamPerServerOk() (*int32, bool)
GetRamPerServerOk returns a tuple with the RamPerServer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRamPerServer

func (o *ResourceLimits) SetRamPerServer(v int32)
SetRamPerServer sets RamPerServer field to given value.

GetRamProvisioned

func (o *ResourceLimits) GetRamProvisioned() int32
GetRamProvisioned returns the RamProvisioned field if non-nil, zero value otherwise.

GetRamProvisionedOk

func (o *ResourceLimits) GetRamProvisionedOk() (*int32, bool)
GetRamProvisionedOk returns a tuple with the RamProvisioned field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRamProvisioned

func (o *ResourceLimits) SetRamProvisioned(v int32)
SetRamProvisioned sets RamProvisioned field to given value.

GetReservableIps

func (o *ResourceLimits) GetReservableIps() int32
GetReservableIps returns the ReservableIps field if non-nil, zero value otherwise.

GetReservableIpsOk

func (o *ResourceLimits) GetReservableIpsOk() (*int32, bool)
GetReservableIpsOk returns a tuple with the ReservableIps field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetReservableIps

func (o *ResourceLimits) SetReservableIps(v int32)
SetReservableIps sets ReservableIps field to given value.

GetReservedIpsInUse

func (o *ResourceLimits) GetReservedIpsInUse() int32
GetReservedIpsInUse returns the ReservedIpsInUse field if non-nil, zero value otherwise.

GetReservedIpsInUseOk

func (o *ResourceLimits) GetReservedIpsInUseOk() (*int32, bool)
GetReservedIpsInUseOk returns a tuple with the ReservedIpsInUse field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetReservedIpsInUse

func (o *ResourceLimits) SetReservedIpsInUse(v int32)
SetReservedIpsInUse sets ReservedIpsInUse field to given value.

GetReservedIpsOnContract

func (o *ResourceLimits) GetReservedIpsOnContract() int32
GetReservedIpsOnContract returns the ReservedIpsOnContract field if non-nil, zero value otherwise.

GetReservedIpsOnContractOk

func (o *ResourceLimits) GetReservedIpsOnContractOk() (*int32, bool)
GetReservedIpsOnContractOk returns a tuple with the ReservedIpsOnContract field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetReservedIpsOnContract

func (o *ResourceLimits) SetReservedIpsOnContract(v int32)
SetReservedIpsOnContract sets ReservedIpsOnContract field to given value.

GetSsdLimitPerContract

func (o *ResourceLimits) GetSsdLimitPerContract() int64
GetSsdLimitPerContract returns the SsdLimitPerContract field if non-nil, zero value otherwise.

GetSsdLimitPerContractOk

func (o *ResourceLimits) GetSsdLimitPerContractOk() (*int64, bool)
GetSsdLimitPerContractOk returns a tuple with the SsdLimitPerContract field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSsdLimitPerContract

func (o *ResourceLimits) SetSsdLimitPerContract(v int64)
SetSsdLimitPerContract sets SsdLimitPerContract field to given value.

GetSsdLimitPerVolume

func (o *ResourceLimits) GetSsdLimitPerVolume() int64
GetSsdLimitPerVolume returns the SsdLimitPerVolume field if non-nil, zero value otherwise.

GetSsdLimitPerVolumeOk

func (o *ResourceLimits) GetSsdLimitPerVolumeOk() (*int64, bool)
GetSsdLimitPerVolumeOk returns a tuple with the SsdLimitPerVolume field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSsdLimitPerVolume

func (o *ResourceLimits) SetSsdLimitPerVolume(v int64)
SetSsdLimitPerVolume sets SsdLimitPerVolume field to given value.

GetSsdVolumeProvisioned

func (o *ResourceLimits) GetSsdVolumeProvisioned() int64
GetSsdVolumeProvisioned returns the SsdVolumeProvisioned field if non-nil, zero value otherwise.

GetSsdVolumeProvisionedOk

func (o *ResourceLimits) GetSsdVolumeProvisionedOk() (*int64, bool)
GetSsdVolumeProvisionedOk returns a tuple with the SsdVolumeProvisioned field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSsdVolumeProvisioned

func (o *ResourceLimits) SetSsdVolumeProvisioned(v int64)
SetSsdVolumeProvisioned sets SsdVolumeProvisioned field to given value.