Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | The dSource object entity ID. | [optional] |
DatabaseType | Pointer to NullableString | The database type of this dSource. | [optional] |
Name | Pointer to NullableString | The container name of this dSource. | [optional] |
DatabaseVersion | Pointer to NullableString | The database version of this dSource. | [optional] |
DataUuid | Pointer to NullableString | A universal ID that uniquely identifies the dSource database. | [optional] |
StorageSize | Pointer to NullableInt64 | The actual space used by this dSource, in bytes. | [optional] |
PluginVersion | Pointer to NullableString | The version of the plugin associated with this source database. | [optional] |
CreationDate | Pointer to NullableTime | The date this dSource was created. | [optional] |
GroupName | Pointer to NullableString | The name of the group containing this dSource. | [optional] |
Enabled | Pointer to NullableBool | A value indicating whether this dSource is enabled. | [optional] |
EngineId | Pointer to string | A reference to the Engine that this dSource belongs to. | [optional] |
SourceId | Pointer to NullableString | A reference to the Source associated with this dSource. | [optional] |
Status | Pointer to NullableString | The runtime status of the dSource. 'Unknown' if all attempts to connect to the source failed. | [optional] |
func NewDSource() *DSource
NewDSource instantiates a new DSource 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 NewDSourceWithDefaults() *DSource
NewDSourceWithDefaults instantiates a new DSource 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 *DSource) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *DSource) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DSource) SetId(v string)
SetId sets Id field to given value.
func (o *DSource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *DSource) GetDatabaseType() string
GetDatabaseType returns the DatabaseType field if non-nil, zero value otherwise.
func (o *DSource) GetDatabaseTypeOk() (*string, bool)
GetDatabaseTypeOk returns a tuple with the DatabaseType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DSource) SetDatabaseType(v string)
SetDatabaseType sets DatabaseType field to given value.
func (o *DSource) HasDatabaseType() bool
HasDatabaseType returns a boolean if a field has been set.
func (o *DSource) SetDatabaseTypeNil(b bool)
SetDatabaseTypeNil sets the value for DatabaseType to be an explicit nil
func (o *DSource) UnsetDatabaseType()
UnsetDatabaseType ensures that no value is present for DatabaseType, not even an explicit nil
func (o *DSource) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *DSource) 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 *DSource) SetName(v string)
SetName sets Name field to given value.
func (o *DSource) HasName() bool
HasName returns a boolean if a field has been set.
func (o *DSource) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *DSource) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *DSource) GetDatabaseVersion() string
GetDatabaseVersion returns the DatabaseVersion field if non-nil, zero value otherwise.
func (o *DSource) GetDatabaseVersionOk() (*string, bool)
GetDatabaseVersionOk returns a tuple with the DatabaseVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DSource) SetDatabaseVersion(v string)
SetDatabaseVersion sets DatabaseVersion field to given value.
func (o *DSource) HasDatabaseVersion() bool
HasDatabaseVersion returns a boolean if a field has been set.
func (o *DSource) SetDatabaseVersionNil(b bool)
SetDatabaseVersionNil sets the value for DatabaseVersion to be an explicit nil
func (o *DSource) UnsetDatabaseVersion()
UnsetDatabaseVersion ensures that no value is present for DatabaseVersion, not even an explicit nil
func (o *DSource) GetDataUuid() string
GetDataUuid returns the DataUuid field if non-nil, zero value otherwise.
func (o *DSource) GetDataUuidOk() (*string, bool)
GetDataUuidOk returns a tuple with the DataUuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DSource) SetDataUuid(v string)
SetDataUuid sets DataUuid field to given value.
func (o *DSource) HasDataUuid() bool
HasDataUuid returns a boolean if a field has been set.
func (o *DSource) SetDataUuidNil(b bool)
SetDataUuidNil sets the value for DataUuid to be an explicit nil
func (o *DSource) UnsetDataUuid()
UnsetDataUuid ensures that no value is present for DataUuid, not even an explicit nil
func (o *DSource) GetStorageSize() int64
GetStorageSize returns the StorageSize field if non-nil, zero value otherwise.
func (o *DSource) GetStorageSizeOk() (*int64, bool)
GetStorageSizeOk returns a tuple with the StorageSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DSource) SetStorageSize(v int64)
SetStorageSize sets StorageSize field to given value.
func (o *DSource) HasStorageSize() bool
HasStorageSize returns a boolean if a field has been set.
func (o *DSource) SetStorageSizeNil(b bool)
SetStorageSizeNil sets the value for StorageSize to be an explicit nil
func (o *DSource) UnsetStorageSize()
UnsetStorageSize ensures that no value is present for StorageSize, not even an explicit nil
func (o *DSource) GetPluginVersion() string
GetPluginVersion returns the PluginVersion field if non-nil, zero value otherwise.
func (o *DSource) GetPluginVersionOk() (*string, bool)
GetPluginVersionOk returns a tuple with the PluginVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DSource) SetPluginVersion(v string)
SetPluginVersion sets PluginVersion field to given value.
func (o *DSource) HasPluginVersion() bool
HasPluginVersion returns a boolean if a field has been set.
func (o *DSource) SetPluginVersionNil(b bool)
SetPluginVersionNil sets the value for PluginVersion to be an explicit nil
func (o *DSource) UnsetPluginVersion()
UnsetPluginVersion ensures that no value is present for PluginVersion, not even an explicit nil
func (o *DSource) GetCreationDate() time.Time
GetCreationDate returns the CreationDate field if non-nil, zero value otherwise.
func (o *DSource) GetCreationDateOk() (*time.Time, 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 *DSource) SetCreationDate(v time.Time)
SetCreationDate sets CreationDate field to given value.
func (o *DSource) HasCreationDate() bool
HasCreationDate returns a boolean if a field has been set.
func (o *DSource) SetCreationDateNil(b bool)
SetCreationDateNil sets the value for CreationDate to be an explicit nil
func (o *DSource) UnsetCreationDate()
UnsetCreationDate ensures that no value is present for CreationDate, not even an explicit nil
func (o *DSource) GetGroupName() string
GetGroupName returns the GroupName field if non-nil, zero value otherwise.
func (o *DSource) GetGroupNameOk() (*string, bool)
GetGroupNameOk returns a tuple with the GroupName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DSource) SetGroupName(v string)
SetGroupName sets GroupName field to given value.
func (o *DSource) HasGroupName() bool
HasGroupName returns a boolean if a field has been set.
func (o *DSource) SetGroupNameNil(b bool)
SetGroupNameNil sets the value for GroupName to be an explicit nil
func (o *DSource) UnsetGroupName()
UnsetGroupName ensures that no value is present for GroupName, not even an explicit nil
func (o *DSource) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *DSource) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DSource) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *DSource) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *DSource) SetEnabledNil(b bool)
SetEnabledNil sets the value for Enabled to be an explicit nil
func (o *DSource) UnsetEnabled()
UnsetEnabled ensures that no value is present for Enabled, not even an explicit nil
func (o *DSource) GetEngineId() string
GetEngineId returns the EngineId field if non-nil, zero value otherwise.
func (o *DSource) GetEngineIdOk() (*string, bool)
GetEngineIdOk returns a tuple with the EngineId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DSource) SetEngineId(v string)
SetEngineId sets EngineId field to given value.
func (o *DSource) HasEngineId() bool
HasEngineId returns a boolean if a field has been set.
func (o *DSource) GetSourceId() string
GetSourceId returns the SourceId field if non-nil, zero value otherwise.
func (o *DSource) GetSourceIdOk() (*string, bool)
GetSourceIdOk returns a tuple with the SourceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DSource) SetSourceId(v string)
SetSourceId sets SourceId field to given value.
func (o *DSource) HasSourceId() bool
HasSourceId returns a boolean if a field has been set.
func (o *DSource) SetSourceIdNil(b bool)
SetSourceIdNil sets the value for SourceId to be an explicit nil
func (o *DSource) UnsetSourceId()
UnsetSourceId ensures that no value is present for SourceId, not even an explicit nil
func (o *DSource) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *DSource) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DSource) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *DSource) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *DSource) SetStatusNil(b bool)
SetStatusNil sets the value for Status to be an explicit nil
func (o *DSource) UnsetStatus()
UnsetStatus ensures that no value is present for Status, not even an explicit nil