Name | Type | Description | Notes |
---|---|---|---|
PreRefresh | Pointer to []Hook | The commands to execute on the target environment before refreshing the VDB. | [optional] |
PostRefresh | Pointer to []Hook | The commands to execute on the target environment after refreshing the VDB. | [optional] |
PreSelfRefresh | Pointer to []Hook | The commands to execute on the target environment before refreshing the VDB with data from itself. | [optional] |
PostSelfRefresh | Pointer to []Hook | The commands to execute on the target environment after refreshing the VDB with data from itself. | [optional] |
PreRollback | Pointer to []Hook | The commands to execute on the target environment before rewinding the VDB. | [optional] |
PostRollback | Pointer to []Hook | The commands to execute on the target environment after rewinding the VDB. | [optional] |
ConfigureClone | Pointer to []Hook | The commands to execute on the target environment when the VDB is created or refreshed. | [optional] |
PreSnapshot | Pointer to []Hook | The commands to execute on the target environment before snapshotting a virtual source. These commands can quiesce any data prior to snapshotting. | [optional] |
PostSnapshot | Pointer to []Hook | The commands to execute on the target environment after snapshotting a virtual source. | [optional] |
PreStart | Pointer to []Hook | The commands to execute on the target environment before starting a virtual source. | [optional] |
PostStart | Pointer to []Hook | The commands to execute on the target environment after starting a virtual source. | [optional] |
PreStop | Pointer to []Hook | The commands to execute on the target environment before stopping a virtual source. | [optional] |
PostStop | Pointer to []Hook | The commands to execute on the target environment after stopping a virtual source. | [optional] |
TargetGroupId | Pointer to string | The ID of the group into which the VDB will be provisioned. If unset, a group is selected randomly on the Engine. | [optional] |
Name | Pointer to string | The unique name of the provisioned VDB within a group. If unset, a name is randomly generated. | [optional] |
DatabaseName | Pointer to string | The name of the database on the target environment. Defaults to the value of the name property. | [optional] |
CdbId | Pointer to string | The ID of the container database (CDB) to provision an Oracle Multitenant database into. This corresponds to a CDB or VCDB API object. When this is not set, a new vCDB will be provisioned. | [optional] |
ClusterNodeIds | Pointer to []string | The cluster node ids, name or addresses for this provision operation (Oracle RAC Only). | [optional] |
ClusterNodeInstances | Pointer to []ClusterNodeInstance | The cluster node instances details for this provision operation(Oracle RAC Only).This property is mutually exclusive with cluster_node_ids. | [optional] |
TruncateLogOnCheckpoint | Pointer to bool | Whether to truncate log on checkpoint (ASE only). | [optional] |
OsUsername | Pointer to string | The name of the privileged user to run the provision operation (Oracle Only). | [optional] |
OsPassword | Pointer to string | The password of the privileged user to run the provision operation (Oracle Only). | [optional] |
EnvironmentId | Pointer to string | The ID of the target environment where to provision the VDB. If repository_id unambigously identifies a repository, this is unnecessary and ignored. Otherwise, a compatible repository is randomly selected on the environment. | [optional] |
EnvironmentUserId | Pointer to string | The environment user ID to use to connect to the target environment. | [optional] |
RepositoryId | Pointer to string | The ID of the target repository where to provision the VDB. A repository typically corresponds to a database installation (Oracle home, database instance, ...). Setting this attribute implicitly determines the environment where to provision the VDB. | [optional] |
AutoSelectRepository | Pointer to bool | Option to automatically select a compatible environment and repository. Mutually exclusive with repository_id. | [optional] |
VdbRestart | Pointer to bool | Indicates whether the Engine should automatically restart this virtual source when target host reboot is detected. | [optional] |
TemplateId | Pointer to string | The ID of the target VDB Template (Oracle Only). | [optional] |
AuxiliaryTemplateId | Pointer to string | The ID of the configuration template to apply to the auxiliary container database. This is only relevant when provisioning a Multitenant pluggable database into an existing CDB, i.e when the cdb_id property is set.(Oracle Only) | [optional] |
FileMappingRules | Pointer to string | Target VDB file mapping rules (Oracle Only). Rules must be line separated (\n or \r) and each line must have the format "pattern:replacement". Lines are applied in order. | [optional] |
OracleInstanceName | Pointer to string | Target VDB SID name (Oracle Only). | [optional] |
UniqueName | Pointer to string | Target VDB db_unique_name (Oracle Only). | [optional] |
VcdbName | Pointer to string | When provisioning an Oracle Multitenant vCDB (when the cdb_id property is not set), the name of the provisioned vCDB (Oracle Multitenant Only). | [optional] |
VcdbDatabaseName | Pointer to string | When provisioning an Oracle Multitenant vCDB (when the cdb_id property is not set), the database name of the provisioned vCDB. Defaults to the value of the vcdb_name property. (Oracle Multitenant Only). | [optional] |
MountPoint | Pointer to string | Mount point for the VDB (Oracle, ASE, AppData). | [optional] |
OpenResetLogs | Pointer to bool | Whether to open the database after provision (Oracle Only). | [optional] |
SnapshotPolicyId | Pointer to string | The ID of the snapshot policy for the VDB. | [optional] |
RetentionPolicyId | Pointer to string | The ID of the retention policy for the VDB. | [optional] |
RecoveryModel | Pointer to string | Recovery model of the source database (MSSql Only). | [optional] |
PreScript | Pointer to string | PowerShell script or executable to run prior to provisioning (MSSql Only). | [optional] |
PostScript | Pointer to string | PowerShell script or executable to run after provisioning (MSSql Only). | [optional] |
CdcOnProvision | Pointer to bool | Option to enable change data capture (CDC) on both the provisioned VDB and subsequent snapshot-related operations (e.g. refresh, rewind) (MSSql Only). | [optional] |
OnlineLogSize | Pointer to int32 | Online log size in MB (Oracle Only). | [optional] |
OnlineLogGroups | Pointer to int32 | Number of online log groups (Oracle Only). | [optional] |
ArchiveLog | Pointer to bool | Option to create a VDB in archivelog mode (Oracle Only). | [optional] |
NewDbid | Pointer to bool | Option to generate a new DB ID for the created VDB (Oracle Only). | [optional] |
ListenerIds | Pointer to []string | The listener IDs for this provision operation (Oracle Only). | [optional] |
CustomEnvVars | Pointer to map[string]string | Environment variable to be set when the engine creates a VDB. See the Engine documentation for the list of allowed/denied environment variables and rules about substitution. | [optional] |
CustomEnvFiles | Pointer to []string | Environment files to be sourced when the Engine creates a VDB. This path can be followed by parameters. Paths and parameters are separated by spaces. | [optional] |
OracleRacCustomEnvFiles | Pointer to []OracleRacCustomEnvFile | Environment files to be sourced when the Engine creates an Oracle RAC VDB. This path can be followed by parameters. Paths and parameters are separated by spaces. | [optional] |
OracleRacCustomEnvVars | Pointer to []OracleRacCustomEnvVar | Environment variable to be set when the engine creates an Oracle RAC VDB. See the Engine documentation for the list of allowed/denied environment variables and rules about substitution. | [optional] |
ParentTdeKeystorePath | Pointer to string | Path to a copy of the parent's Oracle transparent data encryption keystore on the target host. Required to provision from snapshots containing encrypted database files. (Oracle Multitenant Only) | [optional] |
ParentTdeKeystorePassword | Pointer to string | The password of the keystore specified in parentTdeKeystorePath. (Oracle Multitenant Only) | [optional] |
TdeExportedKeyFileSecret | Pointer to string | Secret to be used while exporting and importing vPDB encryption keys if Transparent Data Encryption is enabled on the vPDB. (Oracle Multitenant Only) | [optional] |
TdeKeyIdentifier | Pointer to string | ID of the key created by Delphix. (Oracle Multitenant Only) | [optional] |
TargetVcdbTdeKeystorePath | Pointer to string | Path to the keystore of the target vCDB. (Oracle Multitenant Only) | [optional] |
CdbTdeKeystorePassword | Pointer to string | The password for the Transparent Data Encryption keystore associated with the CDB. (Oracle Multitenant Only) | [optional] |
VcdbTdeKeyIdentifier | Pointer to string | ID of the key created by Delphix. (Oracle Multitenant Only) | [optional] |
AppdataSourceParams | Pointer to map[string]interface{} | The JSON payload conforming to the DraftV4 schema based on the type of application data being manipulated. | [optional] |
AdditionalMountPoints | Pointer to []AdditionalMountPoint | Specifies additional locations on which to mount a subdirectory of an AppData container. | [optional] |
AppdataConfigParams | Pointer to map[string]interface{} | The list of parameters specified by the source config schema in the toolkit | [optional] |
ConfigParams | Pointer to map[string]interface{} | Database configuration parameter overrides. | [optional] |
PrivilegedOsUser | Pointer to string | This privileged unix username will be used to create the VDB. Leave this field blank if you do not want to use privilege elevation. The unix privileged username should begin with a letter or an underscore, followed by letters, digits, underscores, or dashes. They can end with a dollar sign (postgres only). | [optional] |
PostgresPort | Pointer to int32 | Port number for Postgres target database (postgres only). | [optional] |
ConfigSettingsStg | Pointer to []ConfigSettingsStg | Custom Database-Level config settings (postgres only). | [optional] |
VcdbRestart | Pointer to bool | Indicates whether the Engine should automatically restart this vCDB when target host reboot is detected. If vdb_restart property value is not explicitly set and vcdb_restart is set as false - the vdb_restart property is defaulted to false. | [optional] |
MssqlFailoverDriveLetter | Pointer to string | Base drive letter location for mount points. (MSSql Only). | [optional] |
Tags | Pointer to []Tag | The tags to be created for VDB. | [optional] |
func NewBaseProvisionVDBParameters() *BaseProvisionVDBParameters
NewBaseProvisionVDBParameters instantiates a new BaseProvisionVDBParameters 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 NewBaseProvisionVDBParametersWithDefaults() *BaseProvisionVDBParameters
NewBaseProvisionVDBParametersWithDefaults instantiates a new BaseProvisionVDBParameters 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 *BaseProvisionVDBParameters) GetPreRefresh() []Hook
GetPreRefresh returns the PreRefresh field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetPreRefreshOk() (*[]Hook, bool)
GetPreRefreshOk returns a tuple with the PreRefresh field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetPreRefresh(v []Hook)
SetPreRefresh sets PreRefresh field to given value.
func (o *BaseProvisionVDBParameters) HasPreRefresh() bool
HasPreRefresh returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetPostRefresh() []Hook
GetPostRefresh returns the PostRefresh field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetPostRefreshOk() (*[]Hook, bool)
GetPostRefreshOk returns a tuple with the PostRefresh field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetPostRefresh(v []Hook)
SetPostRefresh sets PostRefresh field to given value.
func (o *BaseProvisionVDBParameters) HasPostRefresh() bool
HasPostRefresh returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetPreSelfRefresh() []Hook
GetPreSelfRefresh returns the PreSelfRefresh field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetPreSelfRefreshOk() (*[]Hook, bool)
GetPreSelfRefreshOk returns a tuple with the PreSelfRefresh field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetPreSelfRefresh(v []Hook)
SetPreSelfRefresh sets PreSelfRefresh field to given value.
func (o *BaseProvisionVDBParameters) HasPreSelfRefresh() bool
HasPreSelfRefresh returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetPostSelfRefresh() []Hook
GetPostSelfRefresh returns the PostSelfRefresh field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetPostSelfRefreshOk() (*[]Hook, bool)
GetPostSelfRefreshOk returns a tuple with the PostSelfRefresh field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetPostSelfRefresh(v []Hook)
SetPostSelfRefresh sets PostSelfRefresh field to given value.
func (o *BaseProvisionVDBParameters) HasPostSelfRefresh() bool
HasPostSelfRefresh returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetPreRollback() []Hook
GetPreRollback returns the PreRollback field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetPreRollbackOk() (*[]Hook, bool)
GetPreRollbackOk returns a tuple with the PreRollback field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetPreRollback(v []Hook)
SetPreRollback sets PreRollback field to given value.
func (o *BaseProvisionVDBParameters) HasPreRollback() bool
HasPreRollback returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetPostRollback() []Hook
GetPostRollback returns the PostRollback field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetPostRollbackOk() (*[]Hook, bool)
GetPostRollbackOk returns a tuple with the PostRollback field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetPostRollback(v []Hook)
SetPostRollback sets PostRollback field to given value.
func (o *BaseProvisionVDBParameters) HasPostRollback() bool
HasPostRollback returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetConfigureClone() []Hook
GetConfigureClone returns the ConfigureClone field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetConfigureCloneOk() (*[]Hook, bool)
GetConfigureCloneOk returns a tuple with the ConfigureClone field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetConfigureClone(v []Hook)
SetConfigureClone sets ConfigureClone field to given value.
func (o *BaseProvisionVDBParameters) HasConfigureClone() bool
HasConfigureClone returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetPreSnapshot() []Hook
GetPreSnapshot returns the PreSnapshot field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetPreSnapshotOk() (*[]Hook, bool)
GetPreSnapshotOk returns a tuple with the PreSnapshot field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetPreSnapshot(v []Hook)
SetPreSnapshot sets PreSnapshot field to given value.
func (o *BaseProvisionVDBParameters) HasPreSnapshot() bool
HasPreSnapshot returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetPostSnapshot() []Hook
GetPostSnapshot returns the PostSnapshot field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetPostSnapshotOk() (*[]Hook, bool)
GetPostSnapshotOk returns a tuple with the PostSnapshot field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetPostSnapshot(v []Hook)
SetPostSnapshot sets PostSnapshot field to given value.
func (o *BaseProvisionVDBParameters) HasPostSnapshot() bool
HasPostSnapshot returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetPreStart() []Hook
GetPreStart returns the PreStart field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetPreStartOk() (*[]Hook, bool)
GetPreStartOk returns a tuple with the PreStart field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetPreStart(v []Hook)
SetPreStart sets PreStart field to given value.
func (o *BaseProvisionVDBParameters) HasPreStart() bool
HasPreStart returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetPostStart() []Hook
GetPostStart returns the PostStart field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetPostStartOk() (*[]Hook, bool)
GetPostStartOk returns a tuple with the PostStart field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetPostStart(v []Hook)
SetPostStart sets PostStart field to given value.
func (o *BaseProvisionVDBParameters) HasPostStart() bool
HasPostStart returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetPreStop() []Hook
GetPreStop returns the PreStop field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetPreStopOk() (*[]Hook, bool)
GetPreStopOk returns a tuple with the PreStop field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetPreStop(v []Hook)
SetPreStop sets PreStop field to given value.
func (o *BaseProvisionVDBParameters) HasPreStop() bool
HasPreStop returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetPostStop() []Hook
GetPostStop returns the PostStop field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetPostStopOk() (*[]Hook, bool)
GetPostStopOk returns a tuple with the PostStop field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetPostStop(v []Hook)
SetPostStop sets PostStop field to given value.
func (o *BaseProvisionVDBParameters) HasPostStop() bool
HasPostStop returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetTargetGroupId() string
GetTargetGroupId returns the TargetGroupId field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetTargetGroupIdOk() (*string, bool)
GetTargetGroupIdOk returns a tuple with the TargetGroupId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetTargetGroupId(v string)
SetTargetGroupId sets TargetGroupId field to given value.
func (o *BaseProvisionVDBParameters) HasTargetGroupId() bool
HasTargetGroupId returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) 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 *BaseProvisionVDBParameters) SetName(v string)
SetName sets Name field to given value.
func (o *BaseProvisionVDBParameters) HasName() bool
HasName returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetDatabaseName() string
GetDatabaseName returns the DatabaseName field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetDatabaseNameOk() (*string, bool)
GetDatabaseNameOk returns a tuple with the DatabaseName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetDatabaseName(v string)
SetDatabaseName sets DatabaseName field to given value.
func (o *BaseProvisionVDBParameters) HasDatabaseName() bool
HasDatabaseName returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetCdbId() string
GetCdbId returns the CdbId field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetCdbIdOk() (*string, bool)
GetCdbIdOk returns a tuple with the CdbId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetCdbId(v string)
SetCdbId sets CdbId field to given value.
func (o *BaseProvisionVDBParameters) HasCdbId() bool
HasCdbId returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetClusterNodeIds() []string
GetClusterNodeIds returns the ClusterNodeIds field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetClusterNodeIdsOk() (*[]string, bool)
GetClusterNodeIdsOk returns a tuple with the ClusterNodeIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetClusterNodeIds(v []string)
SetClusterNodeIds sets ClusterNodeIds field to given value.
func (o *BaseProvisionVDBParameters) HasClusterNodeIds() bool
HasClusterNodeIds returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetClusterNodeInstances() []ClusterNodeInstance
GetClusterNodeInstances returns the ClusterNodeInstances field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetClusterNodeInstancesOk() (*[]ClusterNodeInstance, bool)
GetClusterNodeInstancesOk returns a tuple with the ClusterNodeInstances field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetClusterNodeInstances(v []ClusterNodeInstance)
SetClusterNodeInstances sets ClusterNodeInstances field to given value.
func (o *BaseProvisionVDBParameters) HasClusterNodeInstances() bool
HasClusterNodeInstances returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetTruncateLogOnCheckpoint() bool
GetTruncateLogOnCheckpoint returns the TruncateLogOnCheckpoint field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetTruncateLogOnCheckpointOk() (*bool, bool)
GetTruncateLogOnCheckpointOk returns a tuple with the TruncateLogOnCheckpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetTruncateLogOnCheckpoint(v bool)
SetTruncateLogOnCheckpoint sets TruncateLogOnCheckpoint field to given value.
func (o *BaseProvisionVDBParameters) HasTruncateLogOnCheckpoint() bool
HasTruncateLogOnCheckpoint returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetOsUsername() string
GetOsUsername returns the OsUsername field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetOsUsernameOk() (*string, bool)
GetOsUsernameOk returns a tuple with the OsUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetOsUsername(v string)
SetOsUsername sets OsUsername field to given value.
func (o *BaseProvisionVDBParameters) HasOsUsername() bool
HasOsUsername returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetOsPassword() string
GetOsPassword returns the OsPassword field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetOsPasswordOk() (*string, bool)
GetOsPasswordOk returns a tuple with the OsPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetOsPassword(v string)
SetOsPassword sets OsPassword field to given value.
func (o *BaseProvisionVDBParameters) HasOsPassword() bool
HasOsPassword returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetEnvironmentIdOk() (*string, bool)
GetEnvironmentIdOk returns a tuple with the EnvironmentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetEnvironmentId(v string)
SetEnvironmentId sets EnvironmentId field to given value.
func (o *BaseProvisionVDBParameters) HasEnvironmentId() bool
HasEnvironmentId returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetEnvironmentUserId() string
GetEnvironmentUserId returns the EnvironmentUserId field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetEnvironmentUserIdOk() (*string, bool)
GetEnvironmentUserIdOk returns a tuple with the EnvironmentUserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetEnvironmentUserId(v string)
SetEnvironmentUserId sets EnvironmentUserId field to given value.
func (o *BaseProvisionVDBParameters) HasEnvironmentUserId() bool
HasEnvironmentUserId returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetRepositoryId() string
GetRepositoryId returns the RepositoryId field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetRepositoryIdOk() (*string, bool)
GetRepositoryIdOk returns a tuple with the RepositoryId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetRepositoryId(v string)
SetRepositoryId sets RepositoryId field to given value.
func (o *BaseProvisionVDBParameters) HasRepositoryId() bool
HasRepositoryId returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetAutoSelectRepository() bool
GetAutoSelectRepository returns the AutoSelectRepository field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetAutoSelectRepositoryOk() (*bool, bool)
GetAutoSelectRepositoryOk returns a tuple with the AutoSelectRepository field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetAutoSelectRepository(v bool)
SetAutoSelectRepository sets AutoSelectRepository field to given value.
func (o *BaseProvisionVDBParameters) HasAutoSelectRepository() bool
HasAutoSelectRepository returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetVdbRestart() bool
GetVdbRestart returns the VdbRestart field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetVdbRestartOk() (*bool, bool)
GetVdbRestartOk returns a tuple with the VdbRestart field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetVdbRestart(v bool)
SetVdbRestart sets VdbRestart field to given value.
func (o *BaseProvisionVDBParameters) HasVdbRestart() bool
HasVdbRestart returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetTemplateId() string
GetTemplateId returns the TemplateId field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetTemplateIdOk() (*string, bool)
GetTemplateIdOk returns a tuple with the TemplateId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetTemplateId(v string)
SetTemplateId sets TemplateId field to given value.
func (o *BaseProvisionVDBParameters) HasTemplateId() bool
HasTemplateId returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetAuxiliaryTemplateId() string
GetAuxiliaryTemplateId returns the AuxiliaryTemplateId field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetAuxiliaryTemplateIdOk() (*string, bool)
GetAuxiliaryTemplateIdOk returns a tuple with the AuxiliaryTemplateId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetAuxiliaryTemplateId(v string)
SetAuxiliaryTemplateId sets AuxiliaryTemplateId field to given value.
func (o *BaseProvisionVDBParameters) HasAuxiliaryTemplateId() bool
HasAuxiliaryTemplateId returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetFileMappingRules() string
GetFileMappingRules returns the FileMappingRules field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetFileMappingRulesOk() (*string, bool)
GetFileMappingRulesOk returns a tuple with the FileMappingRules field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetFileMappingRules(v string)
SetFileMappingRules sets FileMappingRules field to given value.
func (o *BaseProvisionVDBParameters) HasFileMappingRules() bool
HasFileMappingRules returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetOracleInstanceName() string
GetOracleInstanceName returns the OracleInstanceName field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetOracleInstanceNameOk() (*string, bool)
GetOracleInstanceNameOk returns a tuple with the OracleInstanceName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetOracleInstanceName(v string)
SetOracleInstanceName sets OracleInstanceName field to given value.
func (o *BaseProvisionVDBParameters) HasOracleInstanceName() bool
HasOracleInstanceName returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetUniqueName() string
GetUniqueName returns the UniqueName field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetUniqueNameOk() (*string, bool)
GetUniqueNameOk returns a tuple with the UniqueName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetUniqueName(v string)
SetUniqueName sets UniqueName field to given value.
func (o *BaseProvisionVDBParameters) HasUniqueName() bool
HasUniqueName returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetVcdbName() string
GetVcdbName returns the VcdbName field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetVcdbNameOk() (*string, bool)
GetVcdbNameOk returns a tuple with the VcdbName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetVcdbName(v string)
SetVcdbName sets VcdbName field to given value.
func (o *BaseProvisionVDBParameters) HasVcdbName() bool
HasVcdbName returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetVcdbDatabaseName() string
GetVcdbDatabaseName returns the VcdbDatabaseName field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetVcdbDatabaseNameOk() (*string, bool)
GetVcdbDatabaseNameOk returns a tuple with the VcdbDatabaseName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetVcdbDatabaseName(v string)
SetVcdbDatabaseName sets VcdbDatabaseName field to given value.
func (o *BaseProvisionVDBParameters) HasVcdbDatabaseName() bool
HasVcdbDatabaseName returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetMountPoint() string
GetMountPoint returns the MountPoint field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetMountPointOk() (*string, bool)
GetMountPointOk returns a tuple with the MountPoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetMountPoint(v string)
SetMountPoint sets MountPoint field to given value.
func (o *BaseProvisionVDBParameters) HasMountPoint() bool
HasMountPoint returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetOpenResetLogs() bool
GetOpenResetLogs returns the OpenResetLogs field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetOpenResetLogsOk() (*bool, bool)
GetOpenResetLogsOk returns a tuple with the OpenResetLogs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetOpenResetLogs(v bool)
SetOpenResetLogs sets OpenResetLogs field to given value.
func (o *BaseProvisionVDBParameters) HasOpenResetLogs() bool
HasOpenResetLogs returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetSnapshotPolicyId() string
GetSnapshotPolicyId returns the SnapshotPolicyId field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetSnapshotPolicyIdOk() (*string, bool)
GetSnapshotPolicyIdOk returns a tuple with the SnapshotPolicyId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetSnapshotPolicyId(v string)
SetSnapshotPolicyId sets SnapshotPolicyId field to given value.
func (o *BaseProvisionVDBParameters) HasSnapshotPolicyId() bool
HasSnapshotPolicyId returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetRetentionPolicyId() string
GetRetentionPolicyId returns the RetentionPolicyId field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetRetentionPolicyIdOk() (*string, bool)
GetRetentionPolicyIdOk returns a tuple with the RetentionPolicyId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetRetentionPolicyId(v string)
SetRetentionPolicyId sets RetentionPolicyId field to given value.
func (o *BaseProvisionVDBParameters) HasRetentionPolicyId() bool
HasRetentionPolicyId returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetRecoveryModel() string
GetRecoveryModel returns the RecoveryModel field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetRecoveryModelOk() (*string, bool)
GetRecoveryModelOk returns a tuple with the RecoveryModel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetRecoveryModel(v string)
SetRecoveryModel sets RecoveryModel field to given value.
func (o *BaseProvisionVDBParameters) HasRecoveryModel() bool
HasRecoveryModel returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetPreScript() string
GetPreScript returns the PreScript field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetPreScriptOk() (*string, bool)
GetPreScriptOk returns a tuple with the PreScript field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetPreScript(v string)
SetPreScript sets PreScript field to given value.
func (o *BaseProvisionVDBParameters) HasPreScript() bool
HasPreScript returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetPostScript() string
GetPostScript returns the PostScript field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetPostScriptOk() (*string, bool)
GetPostScriptOk returns a tuple with the PostScript field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetPostScript(v string)
SetPostScript sets PostScript field to given value.
func (o *BaseProvisionVDBParameters) HasPostScript() bool
HasPostScript returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetCdcOnProvision() bool
GetCdcOnProvision returns the CdcOnProvision field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetCdcOnProvisionOk() (*bool, bool)
GetCdcOnProvisionOk returns a tuple with the CdcOnProvision field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetCdcOnProvision(v bool)
SetCdcOnProvision sets CdcOnProvision field to given value.
func (o *BaseProvisionVDBParameters) HasCdcOnProvision() bool
HasCdcOnProvision returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetOnlineLogSize() int32
GetOnlineLogSize returns the OnlineLogSize field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetOnlineLogSizeOk() (*int32, bool)
GetOnlineLogSizeOk returns a tuple with the OnlineLogSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetOnlineLogSize(v int32)
SetOnlineLogSize sets OnlineLogSize field to given value.
func (o *BaseProvisionVDBParameters) HasOnlineLogSize() bool
HasOnlineLogSize returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetOnlineLogGroups() int32
GetOnlineLogGroups returns the OnlineLogGroups field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetOnlineLogGroupsOk() (*int32, bool)
GetOnlineLogGroupsOk returns a tuple with the OnlineLogGroups field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetOnlineLogGroups(v int32)
SetOnlineLogGroups sets OnlineLogGroups field to given value.
func (o *BaseProvisionVDBParameters) HasOnlineLogGroups() bool
HasOnlineLogGroups returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetArchiveLog() bool
GetArchiveLog returns the ArchiveLog field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetArchiveLogOk() (*bool, bool)
GetArchiveLogOk returns a tuple with the ArchiveLog field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetArchiveLog(v bool)
SetArchiveLog sets ArchiveLog field to given value.
func (o *BaseProvisionVDBParameters) HasArchiveLog() bool
HasArchiveLog returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetNewDbid() bool
GetNewDbid returns the NewDbid field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetNewDbidOk() (*bool, bool)
GetNewDbidOk returns a tuple with the NewDbid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetNewDbid(v bool)
SetNewDbid sets NewDbid field to given value.
func (o *BaseProvisionVDBParameters) HasNewDbid() bool
HasNewDbid returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetListenerIds() []string
GetListenerIds returns the ListenerIds field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetListenerIdsOk() (*[]string, bool)
GetListenerIdsOk returns a tuple with the ListenerIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetListenerIds(v []string)
SetListenerIds sets ListenerIds field to given value.
func (o *BaseProvisionVDBParameters) HasListenerIds() bool
HasListenerIds returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetCustomEnvVars() map[string]string
GetCustomEnvVars returns the CustomEnvVars field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetCustomEnvVarsOk() (*map[string]string, bool)
GetCustomEnvVarsOk returns a tuple with the CustomEnvVars field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetCustomEnvVars(v map[string]string)
SetCustomEnvVars sets CustomEnvVars field to given value.
func (o *BaseProvisionVDBParameters) HasCustomEnvVars() bool
HasCustomEnvVars returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetCustomEnvFiles() []string
GetCustomEnvFiles returns the CustomEnvFiles field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetCustomEnvFilesOk() (*[]string, bool)
GetCustomEnvFilesOk returns a tuple with the CustomEnvFiles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetCustomEnvFiles(v []string)
SetCustomEnvFiles sets CustomEnvFiles field to given value.
func (o *BaseProvisionVDBParameters) HasCustomEnvFiles() bool
HasCustomEnvFiles returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetOracleRacCustomEnvFiles() []OracleRacCustomEnvFile
GetOracleRacCustomEnvFiles returns the OracleRacCustomEnvFiles field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetOracleRacCustomEnvFilesOk() (*[]OracleRacCustomEnvFile, bool)
GetOracleRacCustomEnvFilesOk returns a tuple with the OracleRacCustomEnvFiles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetOracleRacCustomEnvFiles(v []OracleRacCustomEnvFile)
SetOracleRacCustomEnvFiles sets OracleRacCustomEnvFiles field to given value.
func (o *BaseProvisionVDBParameters) HasOracleRacCustomEnvFiles() bool
HasOracleRacCustomEnvFiles returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetOracleRacCustomEnvVars() []OracleRacCustomEnvVar
GetOracleRacCustomEnvVars returns the OracleRacCustomEnvVars field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetOracleRacCustomEnvVarsOk() (*[]OracleRacCustomEnvVar, bool)
GetOracleRacCustomEnvVarsOk returns a tuple with the OracleRacCustomEnvVars field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetOracleRacCustomEnvVars(v []OracleRacCustomEnvVar)
SetOracleRacCustomEnvVars sets OracleRacCustomEnvVars field to given value.
func (o *BaseProvisionVDBParameters) HasOracleRacCustomEnvVars() bool
HasOracleRacCustomEnvVars returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetParentTdeKeystorePath() string
GetParentTdeKeystorePath returns the ParentTdeKeystorePath field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetParentTdeKeystorePathOk() (*string, bool)
GetParentTdeKeystorePathOk returns a tuple with the ParentTdeKeystorePath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetParentTdeKeystorePath(v string)
SetParentTdeKeystorePath sets ParentTdeKeystorePath field to given value.
func (o *BaseProvisionVDBParameters) HasParentTdeKeystorePath() bool
HasParentTdeKeystorePath returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetParentTdeKeystorePassword() string
GetParentTdeKeystorePassword returns the ParentTdeKeystorePassword field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetParentTdeKeystorePasswordOk() (*string, bool)
GetParentTdeKeystorePasswordOk returns a tuple with the ParentTdeKeystorePassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetParentTdeKeystorePassword(v string)
SetParentTdeKeystorePassword sets ParentTdeKeystorePassword field to given value.
func (o *BaseProvisionVDBParameters) HasParentTdeKeystorePassword() bool
HasParentTdeKeystorePassword returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetTdeExportedKeyFileSecret() string
GetTdeExportedKeyFileSecret returns the TdeExportedKeyFileSecret field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetTdeExportedKeyFileSecretOk() (*string, bool)
GetTdeExportedKeyFileSecretOk returns a tuple with the TdeExportedKeyFileSecret field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetTdeExportedKeyFileSecret(v string)
SetTdeExportedKeyFileSecret sets TdeExportedKeyFileSecret field to given value.
func (o *BaseProvisionVDBParameters) HasTdeExportedKeyFileSecret() bool
HasTdeExportedKeyFileSecret returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetTdeKeyIdentifier() string
GetTdeKeyIdentifier returns the TdeKeyIdentifier field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetTdeKeyIdentifierOk() (*string, bool)
GetTdeKeyIdentifierOk returns a tuple with the TdeKeyIdentifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetTdeKeyIdentifier(v string)
SetTdeKeyIdentifier sets TdeKeyIdentifier field to given value.
func (o *BaseProvisionVDBParameters) HasTdeKeyIdentifier() bool
HasTdeKeyIdentifier returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetTargetVcdbTdeKeystorePath() string
GetTargetVcdbTdeKeystorePath returns the TargetVcdbTdeKeystorePath field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetTargetVcdbTdeKeystorePathOk() (*string, bool)
GetTargetVcdbTdeKeystorePathOk returns a tuple with the TargetVcdbTdeKeystorePath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetTargetVcdbTdeKeystorePath(v string)
SetTargetVcdbTdeKeystorePath sets TargetVcdbTdeKeystorePath field to given value.
func (o *BaseProvisionVDBParameters) HasTargetVcdbTdeKeystorePath() bool
HasTargetVcdbTdeKeystorePath returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetCdbTdeKeystorePassword() string
GetCdbTdeKeystorePassword returns the CdbTdeKeystorePassword field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetCdbTdeKeystorePasswordOk() (*string, bool)
GetCdbTdeKeystorePasswordOk returns a tuple with the CdbTdeKeystorePassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetCdbTdeKeystorePassword(v string)
SetCdbTdeKeystorePassword sets CdbTdeKeystorePassword field to given value.
func (o *BaseProvisionVDBParameters) HasCdbTdeKeystorePassword() bool
HasCdbTdeKeystorePassword returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetVcdbTdeKeyIdentifier() string
GetVcdbTdeKeyIdentifier returns the VcdbTdeKeyIdentifier field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetVcdbTdeKeyIdentifierOk() (*string, bool)
GetVcdbTdeKeyIdentifierOk returns a tuple with the VcdbTdeKeyIdentifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetVcdbTdeKeyIdentifier(v string)
SetVcdbTdeKeyIdentifier sets VcdbTdeKeyIdentifier field to given value.
func (o *BaseProvisionVDBParameters) HasVcdbTdeKeyIdentifier() bool
HasVcdbTdeKeyIdentifier returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetAppdataSourceParams() map[string]interface{}
GetAppdataSourceParams returns the AppdataSourceParams field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetAppdataSourceParamsOk() (*map[string]interface{}, bool)
GetAppdataSourceParamsOk returns a tuple with the AppdataSourceParams field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetAppdataSourceParams(v map[string]interface{})
SetAppdataSourceParams sets AppdataSourceParams field to given value.
func (o *BaseProvisionVDBParameters) HasAppdataSourceParams() bool
HasAppdataSourceParams returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetAdditionalMountPoints() []AdditionalMountPoint
GetAdditionalMountPoints returns the AdditionalMountPoints field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetAdditionalMountPointsOk() (*[]AdditionalMountPoint, bool)
GetAdditionalMountPointsOk returns a tuple with the AdditionalMountPoints field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetAdditionalMountPoints(v []AdditionalMountPoint)
SetAdditionalMountPoints sets AdditionalMountPoints field to given value.
func (o *BaseProvisionVDBParameters) HasAdditionalMountPoints() bool
HasAdditionalMountPoints returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) SetAdditionalMountPointsNil(b bool)
SetAdditionalMountPointsNil sets the value for AdditionalMountPoints to be an explicit nil
func (o *BaseProvisionVDBParameters) UnsetAdditionalMountPoints()
UnsetAdditionalMountPoints ensures that no value is present for AdditionalMountPoints, not even an explicit nil
func (o *BaseProvisionVDBParameters) GetAppdataConfigParams() map[string]interface{}
GetAppdataConfigParams returns the AppdataConfigParams field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetAppdataConfigParamsOk() (*map[string]interface{}, bool)
GetAppdataConfigParamsOk returns a tuple with the AppdataConfigParams field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetAppdataConfigParams(v map[string]interface{})
SetAppdataConfigParams sets AppdataConfigParams field to given value.
func (o *BaseProvisionVDBParameters) HasAppdataConfigParams() bool
HasAppdataConfigParams returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) SetAppdataConfigParamsNil(b bool)
SetAppdataConfigParamsNil sets the value for AppdataConfigParams to be an explicit nil
func (o *BaseProvisionVDBParameters) UnsetAppdataConfigParams()
UnsetAppdataConfigParams ensures that no value is present for AppdataConfigParams, not even an explicit nil
func (o *BaseProvisionVDBParameters) GetConfigParams() map[string]interface{}
GetConfigParams returns the ConfigParams field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetConfigParamsOk() (*map[string]interface{}, bool)
GetConfigParamsOk returns a tuple with the ConfigParams field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetConfigParams(v map[string]interface{})
SetConfigParams sets ConfigParams field to given value.
func (o *BaseProvisionVDBParameters) HasConfigParams() bool
HasConfigParams returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) SetConfigParamsNil(b bool)
SetConfigParamsNil sets the value for ConfigParams to be an explicit nil
func (o *BaseProvisionVDBParameters) UnsetConfigParams()
UnsetConfigParams ensures that no value is present for ConfigParams, not even an explicit nil
func (o *BaseProvisionVDBParameters) GetPrivilegedOsUser() string
GetPrivilegedOsUser returns the PrivilegedOsUser field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetPrivilegedOsUserOk() (*string, bool)
GetPrivilegedOsUserOk returns a tuple with the PrivilegedOsUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetPrivilegedOsUser(v string)
SetPrivilegedOsUser sets PrivilegedOsUser field to given value.
func (o *BaseProvisionVDBParameters) HasPrivilegedOsUser() bool
HasPrivilegedOsUser returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetPostgresPort() int32
GetPostgresPort returns the PostgresPort field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetPostgresPortOk() (*int32, bool)
GetPostgresPortOk returns a tuple with the PostgresPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetPostgresPort(v int32)
SetPostgresPort sets PostgresPort field to given value.
func (o *BaseProvisionVDBParameters) HasPostgresPort() bool
HasPostgresPort returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetConfigSettingsStg() []ConfigSettingsStg
GetConfigSettingsStg returns the ConfigSettingsStg field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetConfigSettingsStgOk() (*[]ConfigSettingsStg, bool)
GetConfigSettingsStgOk returns a tuple with the ConfigSettingsStg field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetConfigSettingsStg(v []ConfigSettingsStg)
SetConfigSettingsStg sets ConfigSettingsStg field to given value.
func (o *BaseProvisionVDBParameters) HasConfigSettingsStg() bool
HasConfigSettingsStg returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetVcdbRestart() bool
GetVcdbRestart returns the VcdbRestart field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetVcdbRestartOk() (*bool, bool)
GetVcdbRestartOk returns a tuple with the VcdbRestart field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetVcdbRestart(v bool)
SetVcdbRestart sets VcdbRestart field to given value.
func (o *BaseProvisionVDBParameters) HasVcdbRestart() bool
HasVcdbRestart returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetMssqlFailoverDriveLetter() string
GetMssqlFailoverDriveLetter returns the MssqlFailoverDriveLetter field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetMssqlFailoverDriveLetterOk() (*string, bool)
GetMssqlFailoverDriveLetterOk returns a tuple with the MssqlFailoverDriveLetter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetMssqlFailoverDriveLetter(v string)
SetMssqlFailoverDriveLetter sets MssqlFailoverDriveLetter field to given value.
func (o *BaseProvisionVDBParameters) HasMssqlFailoverDriveLetter() bool
HasMssqlFailoverDriveLetter returns a boolean if a field has been set.
func (o *BaseProvisionVDBParameters) GetTags() []Tag
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *BaseProvisionVDBParameters) GetTagsOk() (*[]Tag, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BaseProvisionVDBParameters) SetTags(v []Tag)
SetTags sets Tags field to given value.
func (o *BaseProvisionVDBParameters) HasTags() bool
HasTags returns a boolean if a field has been set.