Name | Type | Description | Notes |
---|---|---|---|
CloudName | string | ||
CloudProviderType | string | ||
CurrentState | string | ||
InstanceType | string | ||
MasterAddresses | string | ||
ProviderType | string | ||
RegionCode | string | ||
RegionName | string | ||
ReplicationFactor | int32 | ||
SingleStep | bool | ||
UniverseName | string | ||
UniverseUUID | string | ||
ZoneCode | string | ||
ZoneName | string |
func NewImportUniverseFormData(cloudName string, cloudProviderType string, currentState string, instanceType string, masterAddresses string, providerType string, regionCode string, regionName string, replicationFactor int32, singleStep bool, universeName string, universeUUID string, zoneCode string, zoneName string, ) *ImportUniverseFormData
NewImportUniverseFormData instantiates a new ImportUniverseFormData 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 NewImportUniverseFormDataWithDefaults() *ImportUniverseFormData
NewImportUniverseFormDataWithDefaults instantiates a new ImportUniverseFormData 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 *ImportUniverseFormData) GetCloudName() string
GetCloudName returns the CloudName field if non-nil, zero value otherwise.
func (o *ImportUniverseFormData) GetCloudNameOk() (*string, bool)
GetCloudNameOk returns a tuple with the CloudName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportUniverseFormData) SetCloudName(v string)
SetCloudName sets CloudName field to given value.
func (o *ImportUniverseFormData) GetCloudProviderType() string
GetCloudProviderType returns the CloudProviderType field if non-nil, zero value otherwise.
func (o *ImportUniverseFormData) GetCloudProviderTypeOk() (*string, bool)
GetCloudProviderTypeOk returns a tuple with the CloudProviderType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportUniverseFormData) SetCloudProviderType(v string)
SetCloudProviderType sets CloudProviderType field to given value.
func (o *ImportUniverseFormData) GetCurrentState() string
GetCurrentState returns the CurrentState field if non-nil, zero value otherwise.
func (o *ImportUniverseFormData) GetCurrentStateOk() (*string, bool)
GetCurrentStateOk returns a tuple with the CurrentState field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportUniverseFormData) SetCurrentState(v string)
SetCurrentState sets CurrentState field to given value.
func (o *ImportUniverseFormData) GetInstanceType() string
GetInstanceType returns the InstanceType field if non-nil, zero value otherwise.
func (o *ImportUniverseFormData) GetInstanceTypeOk() (*string, bool)
GetInstanceTypeOk returns a tuple with the InstanceType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportUniverseFormData) SetInstanceType(v string)
SetInstanceType sets InstanceType field to given value.
func (o *ImportUniverseFormData) GetMasterAddresses() string
GetMasterAddresses returns the MasterAddresses field if non-nil, zero value otherwise.
func (o *ImportUniverseFormData) GetMasterAddressesOk() (*string, bool)
GetMasterAddressesOk returns a tuple with the MasterAddresses field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportUniverseFormData) SetMasterAddresses(v string)
SetMasterAddresses sets MasterAddresses field to given value.
func (o *ImportUniverseFormData) GetProviderType() string
GetProviderType returns the ProviderType field if non-nil, zero value otherwise.
func (o *ImportUniverseFormData) GetProviderTypeOk() (*string, bool)
GetProviderTypeOk returns a tuple with the ProviderType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportUniverseFormData) SetProviderType(v string)
SetProviderType sets ProviderType field to given value.
func (o *ImportUniverseFormData) GetRegionCode() string
GetRegionCode returns the RegionCode field if non-nil, zero value otherwise.
func (o *ImportUniverseFormData) GetRegionCodeOk() (*string, bool)
GetRegionCodeOk returns a tuple with the RegionCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportUniverseFormData) SetRegionCode(v string)
SetRegionCode sets RegionCode field to given value.
func (o *ImportUniverseFormData) GetRegionName() string
GetRegionName returns the RegionName field if non-nil, zero value otherwise.
func (o *ImportUniverseFormData) GetRegionNameOk() (*string, bool)
GetRegionNameOk returns a tuple with the RegionName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportUniverseFormData) SetRegionName(v string)
SetRegionName sets RegionName field to given value.
func (o *ImportUniverseFormData) GetReplicationFactor() int32
GetReplicationFactor returns the ReplicationFactor field if non-nil, zero value otherwise.
func (o *ImportUniverseFormData) GetReplicationFactorOk() (*int32, bool)
GetReplicationFactorOk returns a tuple with the ReplicationFactor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportUniverseFormData) SetReplicationFactor(v int32)
SetReplicationFactor sets ReplicationFactor field to given value.
func (o *ImportUniverseFormData) GetSingleStep() bool
GetSingleStep returns the SingleStep field if non-nil, zero value otherwise.
func (o *ImportUniverseFormData) GetSingleStepOk() (*bool, bool)
GetSingleStepOk returns a tuple with the SingleStep field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportUniverseFormData) SetSingleStep(v bool)
SetSingleStep sets SingleStep field to given value.
func (o *ImportUniverseFormData) GetUniverseName() string
GetUniverseName returns the UniverseName field if non-nil, zero value otherwise.
func (o *ImportUniverseFormData) GetUniverseNameOk() (*string, bool)
GetUniverseNameOk returns a tuple with the UniverseName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportUniverseFormData) SetUniverseName(v string)
SetUniverseName sets UniverseName field to given value.
func (o *ImportUniverseFormData) GetUniverseUUID() string
GetUniverseUUID returns the UniverseUUID field if non-nil, zero value otherwise.
func (o *ImportUniverseFormData) 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 *ImportUniverseFormData) SetUniverseUUID(v string)
SetUniverseUUID sets UniverseUUID field to given value.
func (o *ImportUniverseFormData) GetZoneCode() string
GetZoneCode returns the ZoneCode field if non-nil, zero value otherwise.
func (o *ImportUniverseFormData) GetZoneCodeOk() (*string, bool)
GetZoneCodeOk returns a tuple with the ZoneCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportUniverseFormData) SetZoneCode(v string)
SetZoneCode sets ZoneCode field to given value.
func (o *ImportUniverseFormData) GetZoneName() string
GetZoneName returns the ZoneName field if non-nil, zero value otherwise.
func (o *ImportUniverseFormData) GetZoneNameOk() (*string, bool)
GetZoneNameOk returns a tuple with the ZoneName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportUniverseFormData) SetZoneName(v string)
SetZoneName sets ZoneName field to given value.