Name | Type | Description | Notes |
---|---|---|---|
ClassId | string | The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. | [default to "iaas.LicenseUtilizationInfo"] |
ObjectType | string | The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. | [default to "iaas.LicenseUtilizationInfo"] |
ActualUsed | Pointer to int64 | Number of licenses actually used for this feature. | [optional] [readonly] |
Label | Pointer to string | License label of UCSD license. | [optional] [readonly] |
LicensedLimit | Pointer to string | License limit for this license feature. | [optional] [readonly] |
Sku | Pointer to string | SKU for the UCSD license. | [optional] [readonly] |
func NewIaasLicenseUtilizationInfo(classId string, objectType string, ) *IaasLicenseUtilizationInfo
NewIaasLicenseUtilizationInfo instantiates a new IaasLicenseUtilizationInfo 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 NewIaasLicenseUtilizationInfoWithDefaults() *IaasLicenseUtilizationInfo
NewIaasLicenseUtilizationInfoWithDefaults instantiates a new IaasLicenseUtilizationInfo 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 *IaasLicenseUtilizationInfo) GetClassId() string
GetClassId returns the ClassId field if non-nil, zero value otherwise.
func (o *IaasLicenseUtilizationInfo) GetClassIdOk() (*string, bool)
GetClassIdOk returns a tuple with the ClassId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IaasLicenseUtilizationInfo) SetClassId(v string)
SetClassId sets ClassId field to given value.
func (o *IaasLicenseUtilizationInfo) GetObjectType() string
GetObjectType returns the ObjectType field if non-nil, zero value otherwise.
func (o *IaasLicenseUtilizationInfo) GetObjectTypeOk() (*string, bool)
GetObjectTypeOk returns a tuple with the ObjectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IaasLicenseUtilizationInfo) SetObjectType(v string)
SetObjectType sets ObjectType field to given value.
func (o *IaasLicenseUtilizationInfo) GetActualUsed() int64
GetActualUsed returns the ActualUsed field if non-nil, zero value otherwise.
func (o *IaasLicenseUtilizationInfo) GetActualUsedOk() (*int64, bool)
GetActualUsedOk returns a tuple with the ActualUsed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IaasLicenseUtilizationInfo) SetActualUsed(v int64)
SetActualUsed sets ActualUsed field to given value.
func (o *IaasLicenseUtilizationInfo) HasActualUsed() bool
HasActualUsed returns a boolean if a field has been set.
func (o *IaasLicenseUtilizationInfo) GetLabel() string
GetLabel returns the Label field if non-nil, zero value otherwise.
func (o *IaasLicenseUtilizationInfo) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IaasLicenseUtilizationInfo) SetLabel(v string)
SetLabel sets Label field to given value.
func (o *IaasLicenseUtilizationInfo) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (o *IaasLicenseUtilizationInfo) GetLicensedLimit() string
GetLicensedLimit returns the LicensedLimit field if non-nil, zero value otherwise.
func (o *IaasLicenseUtilizationInfo) GetLicensedLimitOk() (*string, bool)
GetLicensedLimitOk returns a tuple with the LicensedLimit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IaasLicenseUtilizationInfo) SetLicensedLimit(v string)
SetLicensedLimit sets LicensedLimit field to given value.
func (o *IaasLicenseUtilizationInfo) HasLicensedLimit() bool
HasLicensedLimit returns a boolean if a field has been set.
func (o *IaasLicenseUtilizationInfo) GetSku() string
GetSku returns the Sku field if non-nil, zero value otherwise.
func (o *IaasLicenseUtilizationInfo) GetSkuOk() (*string, bool)
GetSkuOk returns a tuple with the Sku field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IaasLicenseUtilizationInfo) SetSku(v string)
SetSku sets Sku field to given value.
func (o *IaasLicenseUtilizationInfo) HasSku() bool
HasSku returns a boolean if a field has been set.