Name | Type | Description | Notes |
---|---|---|---|
AzList | Pointer to []string | Azs | [optional] |
EbsPricePerHour | Pointer to float64 | EBS price per hour | [optional] |
Gp3FreePiops | Pointer to int32 | gp3 free piops | [optional] |
Gp3FreeThroughput | Pointer to int32 | gp3 free throughput | [optional] |
MemSizeGB | Pointer to float64 | Memory GB | [optional] |
NumCores | Pointer to float64 | Numbers of cores | [optional] |
NumNodes | Pointer to int32 | Numbers of node | [optional] |
PricePerHour | Pointer to float64 | Price per hour | [optional] |
PricingKnown | Pointer to bool | Known pricing info | [optional] |
VolumeCount | Pointer to int32 | Volume count | [optional] |
VolumeSizeGB | Pointer to int32 | Volume in GB | [optional] |
func NewUniverseResourceDetails() *UniverseResourceDetails
NewUniverseResourceDetails instantiates a new UniverseResourceDetails 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 NewUniverseResourceDetailsWithDefaults() *UniverseResourceDetails
NewUniverseResourceDetailsWithDefaults instantiates a new UniverseResourceDetails 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 *UniverseResourceDetails) GetAzList() []string
GetAzList returns the AzList field if non-nil, zero value otherwise.
func (o *UniverseResourceDetails) GetAzListOk() (*[]string, bool)
GetAzListOk returns a tuple with the AzList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniverseResourceDetails) SetAzList(v []string)
SetAzList sets AzList field to given value.
func (o *UniverseResourceDetails) HasAzList() bool
HasAzList returns a boolean if a field has been set.
func (o *UniverseResourceDetails) GetEbsPricePerHour() float64
GetEbsPricePerHour returns the EbsPricePerHour field if non-nil, zero value otherwise.
func (o *UniverseResourceDetails) GetEbsPricePerHourOk() (*float64, bool)
GetEbsPricePerHourOk returns a tuple with the EbsPricePerHour field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniverseResourceDetails) SetEbsPricePerHour(v float64)
SetEbsPricePerHour sets EbsPricePerHour field to given value.
func (o *UniverseResourceDetails) HasEbsPricePerHour() bool
HasEbsPricePerHour returns a boolean if a field has been set.
func (o *UniverseResourceDetails) GetGp3FreePiops() int32
GetGp3FreePiops returns the Gp3FreePiops field if non-nil, zero value otherwise.
func (o *UniverseResourceDetails) GetGp3FreePiopsOk() (*int32, bool)
GetGp3FreePiopsOk returns a tuple with the Gp3FreePiops field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniverseResourceDetails) SetGp3FreePiops(v int32)
SetGp3FreePiops sets Gp3FreePiops field to given value.
func (o *UniverseResourceDetails) HasGp3FreePiops() bool
HasGp3FreePiops returns a boolean if a field has been set.
func (o *UniverseResourceDetails) GetGp3FreeThroughput() int32
GetGp3FreeThroughput returns the Gp3FreeThroughput field if non-nil, zero value otherwise.
func (o *UniverseResourceDetails) GetGp3FreeThroughputOk() (*int32, bool)
GetGp3FreeThroughputOk returns a tuple with the Gp3FreeThroughput field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniverseResourceDetails) SetGp3FreeThroughput(v int32)
SetGp3FreeThroughput sets Gp3FreeThroughput field to given value.
func (o *UniverseResourceDetails) HasGp3FreeThroughput() bool
HasGp3FreeThroughput returns a boolean if a field has been set.
func (o *UniverseResourceDetails) GetMemSizeGB() float64
GetMemSizeGB returns the MemSizeGB field if non-nil, zero value otherwise.
func (o *UniverseResourceDetails) GetMemSizeGBOk() (*float64, bool)
GetMemSizeGBOk returns a tuple with the MemSizeGB field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniverseResourceDetails) SetMemSizeGB(v float64)
SetMemSizeGB sets MemSizeGB field to given value.
func (o *UniverseResourceDetails) HasMemSizeGB() bool
HasMemSizeGB returns a boolean if a field has been set.
func (o *UniverseResourceDetails) GetNumCores() float64
GetNumCores returns the NumCores field if non-nil, zero value otherwise.
func (o *UniverseResourceDetails) GetNumCoresOk() (*float64, bool)
GetNumCoresOk returns a tuple with the NumCores field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniverseResourceDetails) SetNumCores(v float64)
SetNumCores sets NumCores field to given value.
func (o *UniverseResourceDetails) HasNumCores() bool
HasNumCores returns a boolean if a field has been set.
func (o *UniverseResourceDetails) GetNumNodes() int32
GetNumNodes returns the NumNodes field if non-nil, zero value otherwise.
func (o *UniverseResourceDetails) GetNumNodesOk() (*int32, bool)
GetNumNodesOk returns a tuple with the NumNodes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniverseResourceDetails) SetNumNodes(v int32)
SetNumNodes sets NumNodes field to given value.
func (o *UniverseResourceDetails) HasNumNodes() bool
HasNumNodes returns a boolean if a field has been set.
func (o *UniverseResourceDetails) GetPricePerHour() float64
GetPricePerHour returns the PricePerHour field if non-nil, zero value otherwise.
func (o *UniverseResourceDetails) GetPricePerHourOk() (*float64, bool)
GetPricePerHourOk returns a tuple with the PricePerHour field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniverseResourceDetails) SetPricePerHour(v float64)
SetPricePerHour sets PricePerHour field to given value.
func (o *UniverseResourceDetails) HasPricePerHour() bool
HasPricePerHour returns a boolean if a field has been set.
func (o *UniverseResourceDetails) GetPricingKnown() bool
GetPricingKnown returns the PricingKnown field if non-nil, zero value otherwise.
func (o *UniverseResourceDetails) GetPricingKnownOk() (*bool, bool)
GetPricingKnownOk returns a tuple with the PricingKnown field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniverseResourceDetails) SetPricingKnown(v bool)
SetPricingKnown sets PricingKnown field to given value.
func (o *UniverseResourceDetails) HasPricingKnown() bool
HasPricingKnown returns a boolean if a field has been set.
func (o *UniverseResourceDetails) GetVolumeCount() int32
GetVolumeCount returns the VolumeCount field if non-nil, zero value otherwise.
func (o *UniverseResourceDetails) GetVolumeCountOk() (*int32, bool)
GetVolumeCountOk returns a tuple with the VolumeCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniverseResourceDetails) SetVolumeCount(v int32)
SetVolumeCount sets VolumeCount field to given value.
func (o *UniverseResourceDetails) HasVolumeCount() bool
HasVolumeCount returns a boolean if a field has been set.
func (o *UniverseResourceDetails) GetVolumeSizeGB() int32
GetVolumeSizeGB returns the VolumeSizeGB field if non-nil, zero value otherwise.
func (o *UniverseResourceDetails) GetVolumeSizeGBOk() (*int32, bool)
GetVolumeSizeGBOk returns a tuple with the VolumeSizeGB field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniverseResourceDetails) SetVolumeSizeGB(v int32)
SetVolumeSizeGB sets VolumeSizeGB field to given value.
func (o *UniverseResourceDetails) HasVolumeSizeGB() bool
HasVolumeSizeGB returns a boolean if a field has been set.