Name | Type | Description | Notes |
---|---|---|---|
AllowedTasks | Pointer to AllowedUniverseTasksResp | [optional] | |
CreationDate | Pointer to string | Universe creation date | [optional] |
DnsName | Pointer to string | DNS name | [optional] |
DrConfigUuidsAsSource | Pointer to []string | UUIDs of DR configs where this universe is the source (primary) | [optional] |
DrConfigUuidsAsTarget | Pointer to []string | UUIDs of DR configs where this universe is the target (secondary) | [optional] |
Name | Pointer to string | Universe name | [optional] |
PricePerHour | Pointer to float64 | Price | [optional] |
Resources | Pointer to UniverseResourceDetails | [optional] | |
RollMaxBatchSize | Pointer to RollMaxBatchSize | [optional] | |
SampleAppCommandTxt | Pointer to string | Sample command | [optional] |
TaskUUID | Pointer to string | Task UUID | [optional] |
UniverseConfig | Pointer to map[string]string | Universe configuration | [optional] |
UniverseDetails | Pointer to UniverseDefinitionTaskParamsResp | [optional] | |
UniverseUUID | Pointer to string | Universe UUID | [optional] |
Version | Pointer to int32 | Universe version | [optional] |
func NewUniverseResp() *UniverseResp
NewUniverseResp instantiates a new UniverseResp 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 NewUniverseRespWithDefaults() *UniverseResp
NewUniverseRespWithDefaults instantiates a new UniverseResp 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 *UniverseResp) GetAllowedTasks() AllowedUniverseTasksResp
GetAllowedTasks returns the AllowedTasks field if non-nil, zero value otherwise.
func (o *UniverseResp) GetAllowedTasksOk() (*AllowedUniverseTasksResp, bool)
GetAllowedTasksOk returns a tuple with the AllowedTasks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniverseResp) SetAllowedTasks(v AllowedUniverseTasksResp)
SetAllowedTasks sets AllowedTasks field to given value.
func (o *UniverseResp) HasAllowedTasks() bool
HasAllowedTasks returns a boolean if a field has been set.
func (o *UniverseResp) GetCreationDate() string
GetCreationDate returns the CreationDate field if non-nil, zero value otherwise.
func (o *UniverseResp) GetCreationDateOk() (*string, bool)
GetCreationDateOk returns a tuple with the CreationDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniverseResp) SetCreationDate(v string)
SetCreationDate sets CreationDate field to given value.
func (o *UniverseResp) HasCreationDate() bool
HasCreationDate returns a boolean if a field has been set.
func (o *UniverseResp) GetDnsName() string
GetDnsName returns the DnsName field if non-nil, zero value otherwise.
func (o *UniverseResp) GetDnsNameOk() (*string, bool)
GetDnsNameOk returns a tuple with the DnsName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniverseResp) SetDnsName(v string)
SetDnsName sets DnsName field to given value.
func (o *UniverseResp) HasDnsName() bool
HasDnsName returns a boolean if a field has been set.
func (o *UniverseResp) GetDrConfigUuidsAsSource() []string
GetDrConfigUuidsAsSource returns the DrConfigUuidsAsSource field if non-nil, zero value otherwise.
func (o *UniverseResp) GetDrConfigUuidsAsSourceOk() (*[]string, bool)
GetDrConfigUuidsAsSourceOk returns a tuple with the DrConfigUuidsAsSource field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniverseResp) SetDrConfigUuidsAsSource(v []string)
SetDrConfigUuidsAsSource sets DrConfigUuidsAsSource field to given value.
func (o *UniverseResp) HasDrConfigUuidsAsSource() bool
HasDrConfigUuidsAsSource returns a boolean if a field has been set.
func (o *UniverseResp) GetDrConfigUuidsAsTarget() []string
GetDrConfigUuidsAsTarget returns the DrConfigUuidsAsTarget field if non-nil, zero value otherwise.
func (o *UniverseResp) GetDrConfigUuidsAsTargetOk() (*[]string, bool)
GetDrConfigUuidsAsTargetOk returns a tuple with the DrConfigUuidsAsTarget field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniverseResp) SetDrConfigUuidsAsTarget(v []string)
SetDrConfigUuidsAsTarget sets DrConfigUuidsAsTarget field to given value.
func (o *UniverseResp) HasDrConfigUuidsAsTarget() bool
HasDrConfigUuidsAsTarget returns a boolean if a field has been set.
func (o *UniverseResp) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *UniverseResp) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniverseResp) SetName(v string)
SetName sets Name field to given value.
func (o *UniverseResp) HasName() bool
HasName returns a boolean if a field has been set.
func (o *UniverseResp) GetPricePerHour() float64
GetPricePerHour returns the PricePerHour field if non-nil, zero value otherwise.
func (o *UniverseResp) 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 *UniverseResp) SetPricePerHour(v float64)
SetPricePerHour sets PricePerHour field to given value.
func (o *UniverseResp) HasPricePerHour() bool
HasPricePerHour returns a boolean if a field has been set.
func (o *UniverseResp) GetResources() UniverseResourceDetails
GetResources returns the Resources field if non-nil, zero value otherwise.
func (o *UniverseResp) GetResourcesOk() (*UniverseResourceDetails, bool)
GetResourcesOk returns a tuple with the Resources field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniverseResp) SetResources(v UniverseResourceDetails)
SetResources sets Resources field to given value.
func (o *UniverseResp) HasResources() bool
HasResources returns a boolean if a field has been set.
func (o *UniverseResp) GetRollMaxBatchSize() RollMaxBatchSize
GetRollMaxBatchSize returns the RollMaxBatchSize field if non-nil, zero value otherwise.
func (o *UniverseResp) GetRollMaxBatchSizeOk() (*RollMaxBatchSize, bool)
GetRollMaxBatchSizeOk returns a tuple with the RollMaxBatchSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniverseResp) SetRollMaxBatchSize(v RollMaxBatchSize)
SetRollMaxBatchSize sets RollMaxBatchSize field to given value.
func (o *UniverseResp) HasRollMaxBatchSize() bool
HasRollMaxBatchSize returns a boolean if a field has been set.
func (o *UniverseResp) GetSampleAppCommandTxt() string
GetSampleAppCommandTxt returns the SampleAppCommandTxt field if non-nil, zero value otherwise.
func (o *UniverseResp) GetSampleAppCommandTxtOk() (*string, bool)
GetSampleAppCommandTxtOk returns a tuple with the SampleAppCommandTxt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniverseResp) SetSampleAppCommandTxt(v string)
SetSampleAppCommandTxt sets SampleAppCommandTxt field to given value.
func (o *UniverseResp) HasSampleAppCommandTxt() bool
HasSampleAppCommandTxt returns a boolean if a field has been set.
func (o *UniverseResp) GetTaskUUID() string
GetTaskUUID returns the TaskUUID field if non-nil, zero value otherwise.
func (o *UniverseResp) GetTaskUUIDOk() (*string, bool)
GetTaskUUIDOk returns a tuple with the TaskUUID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniverseResp) SetTaskUUID(v string)
SetTaskUUID sets TaskUUID field to given value.
func (o *UniverseResp) HasTaskUUID() bool
HasTaskUUID returns a boolean if a field has been set.
func (o *UniverseResp) GetUniverseConfig() map[string]string
GetUniverseConfig returns the UniverseConfig field if non-nil, zero value otherwise.
func (o *UniverseResp) GetUniverseConfigOk() (*map[string]string, bool)
GetUniverseConfigOk returns a tuple with the UniverseConfig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniverseResp) SetUniverseConfig(v map[string]string)
SetUniverseConfig sets UniverseConfig field to given value.
func (o *UniverseResp) HasUniverseConfig() bool
HasUniverseConfig returns a boolean if a field has been set.
func (o *UniverseResp) GetUniverseDetails() UniverseDefinitionTaskParamsResp
GetUniverseDetails returns the UniverseDetails field if non-nil, zero value otherwise.
func (o *UniverseResp) GetUniverseDetailsOk() (*UniverseDefinitionTaskParamsResp, bool)
GetUniverseDetailsOk returns a tuple with the UniverseDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniverseResp) SetUniverseDetails(v UniverseDefinitionTaskParamsResp)
SetUniverseDetails sets UniverseDetails field to given value.
func (o *UniverseResp) HasUniverseDetails() bool
HasUniverseDetails returns a boolean if a field has been set.
func (o *UniverseResp) GetUniverseUUID() string
GetUniverseUUID returns the UniverseUUID field if non-nil, zero value otherwise.
func (o *UniverseResp) GetUniverseUUIDOk() (*string, bool)
GetUniverseUUIDOk returns a tuple with the UniverseUUID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniverseResp) SetUniverseUUID(v string)
SetUniverseUUID sets UniverseUUID field to given value.
func (o *UniverseResp) HasUniverseUUID() bool
HasUniverseUUID returns a boolean if a field has been set.
func (o *UniverseResp) GetVersion() int32
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *UniverseResp) GetVersionOk() (*int32, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UniverseResp) SetVersion(v int32)
SetVersion sets Version field to given value.
func (o *UniverseResp) HasVersion() bool
HasVersion returns a boolean if a field has been set.