Skip to content

Latest commit

 

History

History
1828 lines (987 loc) · 62.7 KB

BaseProvisionVDBParameters.md

File metadata and controls

1828 lines (987 loc) · 62.7 KB

BaseProvisionVDBParameters

Properties

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]

Methods

NewBaseProvisionVDBParameters

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

NewBaseProvisionVDBParametersWithDefaults

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

GetPreRefresh

func (o *BaseProvisionVDBParameters) GetPreRefresh() []Hook

GetPreRefresh returns the PreRefresh field if non-nil, zero value otherwise.

GetPreRefreshOk

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.

SetPreRefresh

func (o *BaseProvisionVDBParameters) SetPreRefresh(v []Hook)

SetPreRefresh sets PreRefresh field to given value.

HasPreRefresh

func (o *BaseProvisionVDBParameters) HasPreRefresh() bool

HasPreRefresh returns a boolean if a field has been set.

GetPostRefresh

func (o *BaseProvisionVDBParameters) GetPostRefresh() []Hook

GetPostRefresh returns the PostRefresh field if non-nil, zero value otherwise.

GetPostRefreshOk

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.

SetPostRefresh

func (o *BaseProvisionVDBParameters) SetPostRefresh(v []Hook)

SetPostRefresh sets PostRefresh field to given value.

HasPostRefresh

func (o *BaseProvisionVDBParameters) HasPostRefresh() bool

HasPostRefresh returns a boolean if a field has been set.

GetPreSelfRefresh

func (o *BaseProvisionVDBParameters) GetPreSelfRefresh() []Hook

GetPreSelfRefresh returns the PreSelfRefresh field if non-nil, zero value otherwise.

GetPreSelfRefreshOk

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.

SetPreSelfRefresh

func (o *BaseProvisionVDBParameters) SetPreSelfRefresh(v []Hook)

SetPreSelfRefresh sets PreSelfRefresh field to given value.

HasPreSelfRefresh

func (o *BaseProvisionVDBParameters) HasPreSelfRefresh() bool

HasPreSelfRefresh returns a boolean if a field has been set.

GetPostSelfRefresh

func (o *BaseProvisionVDBParameters) GetPostSelfRefresh() []Hook

GetPostSelfRefresh returns the PostSelfRefresh field if non-nil, zero value otherwise.

GetPostSelfRefreshOk

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.

SetPostSelfRefresh

func (o *BaseProvisionVDBParameters) SetPostSelfRefresh(v []Hook)

SetPostSelfRefresh sets PostSelfRefresh field to given value.

HasPostSelfRefresh

func (o *BaseProvisionVDBParameters) HasPostSelfRefresh() bool

HasPostSelfRefresh returns a boolean if a field has been set.

GetPreRollback

func (o *BaseProvisionVDBParameters) GetPreRollback() []Hook

GetPreRollback returns the PreRollback field if non-nil, zero value otherwise.

GetPreRollbackOk

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.

SetPreRollback

func (o *BaseProvisionVDBParameters) SetPreRollback(v []Hook)

SetPreRollback sets PreRollback field to given value.

HasPreRollback

func (o *BaseProvisionVDBParameters) HasPreRollback() bool

HasPreRollback returns a boolean if a field has been set.

GetPostRollback

func (o *BaseProvisionVDBParameters) GetPostRollback() []Hook

GetPostRollback returns the PostRollback field if non-nil, zero value otherwise.

GetPostRollbackOk

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.

SetPostRollback

func (o *BaseProvisionVDBParameters) SetPostRollback(v []Hook)

SetPostRollback sets PostRollback field to given value.

HasPostRollback

func (o *BaseProvisionVDBParameters) HasPostRollback() bool

HasPostRollback returns a boolean if a field has been set.

GetConfigureClone

func (o *BaseProvisionVDBParameters) GetConfigureClone() []Hook

GetConfigureClone returns the ConfigureClone field if non-nil, zero value otherwise.

GetConfigureCloneOk

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.

SetConfigureClone

func (o *BaseProvisionVDBParameters) SetConfigureClone(v []Hook)

SetConfigureClone sets ConfigureClone field to given value.

HasConfigureClone

func (o *BaseProvisionVDBParameters) HasConfigureClone() bool

HasConfigureClone returns a boolean if a field has been set.

GetPreSnapshot

func (o *BaseProvisionVDBParameters) GetPreSnapshot() []Hook

GetPreSnapshot returns the PreSnapshot field if non-nil, zero value otherwise.

GetPreSnapshotOk

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.

SetPreSnapshot

func (o *BaseProvisionVDBParameters) SetPreSnapshot(v []Hook)

SetPreSnapshot sets PreSnapshot field to given value.

HasPreSnapshot

func (o *BaseProvisionVDBParameters) HasPreSnapshot() bool

HasPreSnapshot returns a boolean if a field has been set.

GetPostSnapshot

func (o *BaseProvisionVDBParameters) GetPostSnapshot() []Hook

GetPostSnapshot returns the PostSnapshot field if non-nil, zero value otherwise.

GetPostSnapshotOk

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.

SetPostSnapshot

func (o *BaseProvisionVDBParameters) SetPostSnapshot(v []Hook)

SetPostSnapshot sets PostSnapshot field to given value.

HasPostSnapshot

func (o *BaseProvisionVDBParameters) HasPostSnapshot() bool

HasPostSnapshot returns a boolean if a field has been set.

GetPreStart

func (o *BaseProvisionVDBParameters) GetPreStart() []Hook

GetPreStart returns the PreStart field if non-nil, zero value otherwise.

GetPreStartOk

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.

SetPreStart

func (o *BaseProvisionVDBParameters) SetPreStart(v []Hook)

SetPreStart sets PreStart field to given value.

HasPreStart

func (o *BaseProvisionVDBParameters) HasPreStart() bool

HasPreStart returns a boolean if a field has been set.

GetPostStart

func (o *BaseProvisionVDBParameters) GetPostStart() []Hook

GetPostStart returns the PostStart field if non-nil, zero value otherwise.

GetPostStartOk

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.

SetPostStart

func (o *BaseProvisionVDBParameters) SetPostStart(v []Hook)

SetPostStart sets PostStart field to given value.

HasPostStart

func (o *BaseProvisionVDBParameters) HasPostStart() bool

HasPostStart returns a boolean if a field has been set.

GetPreStop

func (o *BaseProvisionVDBParameters) GetPreStop() []Hook

GetPreStop returns the PreStop field if non-nil, zero value otherwise.

GetPreStopOk

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.

SetPreStop

func (o *BaseProvisionVDBParameters) SetPreStop(v []Hook)

SetPreStop sets PreStop field to given value.

HasPreStop

func (o *BaseProvisionVDBParameters) HasPreStop() bool

HasPreStop returns a boolean if a field has been set.

GetPostStop

func (o *BaseProvisionVDBParameters) GetPostStop() []Hook

GetPostStop returns the PostStop field if non-nil, zero value otherwise.

GetPostStopOk

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.

SetPostStop

func (o *BaseProvisionVDBParameters) SetPostStop(v []Hook)

SetPostStop sets PostStop field to given value.

HasPostStop

func (o *BaseProvisionVDBParameters) HasPostStop() bool

HasPostStop returns a boolean if a field has been set.

GetTargetGroupId

func (o *BaseProvisionVDBParameters) GetTargetGroupId() string

GetTargetGroupId returns the TargetGroupId field if non-nil, zero value otherwise.

GetTargetGroupIdOk

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.

SetTargetGroupId

func (o *BaseProvisionVDBParameters) SetTargetGroupId(v string)

SetTargetGroupId sets TargetGroupId field to given value.

HasTargetGroupId

func (o *BaseProvisionVDBParameters) HasTargetGroupId() bool

HasTargetGroupId returns a boolean if a field has been set.

GetName

func (o *BaseProvisionVDBParameters) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *BaseProvisionVDBParameters) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *BaseProvisionVDBParameters) HasName() bool

HasName returns a boolean if a field has been set.

GetDatabaseName

func (o *BaseProvisionVDBParameters) GetDatabaseName() string

GetDatabaseName returns the DatabaseName field if non-nil, zero value otherwise.

GetDatabaseNameOk

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.

SetDatabaseName

func (o *BaseProvisionVDBParameters) SetDatabaseName(v string)

SetDatabaseName sets DatabaseName field to given value.

HasDatabaseName

func (o *BaseProvisionVDBParameters) HasDatabaseName() bool

HasDatabaseName returns a boolean if a field has been set.

GetCdbId

func (o *BaseProvisionVDBParameters) GetCdbId() string

GetCdbId returns the CdbId field if non-nil, zero value otherwise.

GetCdbIdOk

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.

SetCdbId

func (o *BaseProvisionVDBParameters) SetCdbId(v string)

SetCdbId sets CdbId field to given value.

HasCdbId

func (o *BaseProvisionVDBParameters) HasCdbId() bool

HasCdbId returns a boolean if a field has been set.

GetClusterNodeIds

func (o *BaseProvisionVDBParameters) GetClusterNodeIds() []string

GetClusterNodeIds returns the ClusterNodeIds field if non-nil, zero value otherwise.

GetClusterNodeIdsOk

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.

SetClusterNodeIds

func (o *BaseProvisionVDBParameters) SetClusterNodeIds(v []string)

SetClusterNodeIds sets ClusterNodeIds field to given value.

HasClusterNodeIds

func (o *BaseProvisionVDBParameters) HasClusterNodeIds() bool

HasClusterNodeIds returns a boolean if a field has been set.

GetClusterNodeInstances

func (o *BaseProvisionVDBParameters) GetClusterNodeInstances() []ClusterNodeInstance

GetClusterNodeInstances returns the ClusterNodeInstances field if non-nil, zero value otherwise.

GetClusterNodeInstancesOk

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.

SetClusterNodeInstances

func (o *BaseProvisionVDBParameters) SetClusterNodeInstances(v []ClusterNodeInstance)

SetClusterNodeInstances sets ClusterNodeInstances field to given value.

HasClusterNodeInstances

func (o *BaseProvisionVDBParameters) HasClusterNodeInstances() bool

HasClusterNodeInstances returns a boolean if a field has been set.

GetTruncateLogOnCheckpoint

func (o *BaseProvisionVDBParameters) GetTruncateLogOnCheckpoint() bool

GetTruncateLogOnCheckpoint returns the TruncateLogOnCheckpoint field if non-nil, zero value otherwise.

GetTruncateLogOnCheckpointOk

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.

SetTruncateLogOnCheckpoint

func (o *BaseProvisionVDBParameters) SetTruncateLogOnCheckpoint(v bool)

SetTruncateLogOnCheckpoint sets TruncateLogOnCheckpoint field to given value.

HasTruncateLogOnCheckpoint

func (o *BaseProvisionVDBParameters) HasTruncateLogOnCheckpoint() bool

HasTruncateLogOnCheckpoint returns a boolean if a field has been set.

GetOsUsername

func (o *BaseProvisionVDBParameters) GetOsUsername() string

GetOsUsername returns the OsUsername field if non-nil, zero value otherwise.

GetOsUsernameOk

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.

SetOsUsername

func (o *BaseProvisionVDBParameters) SetOsUsername(v string)

SetOsUsername sets OsUsername field to given value.

HasOsUsername

func (o *BaseProvisionVDBParameters) HasOsUsername() bool

HasOsUsername returns a boolean if a field has been set.

GetOsPassword

func (o *BaseProvisionVDBParameters) GetOsPassword() string

GetOsPassword returns the OsPassword field if non-nil, zero value otherwise.

GetOsPasswordOk

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.

SetOsPassword

func (o *BaseProvisionVDBParameters) SetOsPassword(v string)

SetOsPassword sets OsPassword field to given value.

HasOsPassword

func (o *BaseProvisionVDBParameters) HasOsPassword() bool

HasOsPassword returns a boolean if a field has been set.

GetEnvironmentId

func (o *BaseProvisionVDBParameters) GetEnvironmentId() string

GetEnvironmentId returns the EnvironmentId field if non-nil, zero value otherwise.

GetEnvironmentIdOk

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.

SetEnvironmentId

func (o *BaseProvisionVDBParameters) SetEnvironmentId(v string)

SetEnvironmentId sets EnvironmentId field to given value.

HasEnvironmentId

func (o *BaseProvisionVDBParameters) HasEnvironmentId() bool

HasEnvironmentId returns a boolean if a field has been set.

GetEnvironmentUserId

func (o *BaseProvisionVDBParameters) GetEnvironmentUserId() string

GetEnvironmentUserId returns the EnvironmentUserId field if non-nil, zero value otherwise.

GetEnvironmentUserIdOk

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.

SetEnvironmentUserId

func (o *BaseProvisionVDBParameters) SetEnvironmentUserId(v string)

SetEnvironmentUserId sets EnvironmentUserId field to given value.

HasEnvironmentUserId

func (o *BaseProvisionVDBParameters) HasEnvironmentUserId() bool

HasEnvironmentUserId returns a boolean if a field has been set.

GetRepositoryId

func (o *BaseProvisionVDBParameters) GetRepositoryId() string

GetRepositoryId returns the RepositoryId field if non-nil, zero value otherwise.

GetRepositoryIdOk

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.

SetRepositoryId

func (o *BaseProvisionVDBParameters) SetRepositoryId(v string)

SetRepositoryId sets RepositoryId field to given value.

HasRepositoryId

func (o *BaseProvisionVDBParameters) HasRepositoryId() bool

HasRepositoryId returns a boolean if a field has been set.

GetAutoSelectRepository

func (o *BaseProvisionVDBParameters) GetAutoSelectRepository() bool

GetAutoSelectRepository returns the AutoSelectRepository field if non-nil, zero value otherwise.

GetAutoSelectRepositoryOk

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.

SetAutoSelectRepository

func (o *BaseProvisionVDBParameters) SetAutoSelectRepository(v bool)

SetAutoSelectRepository sets AutoSelectRepository field to given value.

HasAutoSelectRepository

func (o *BaseProvisionVDBParameters) HasAutoSelectRepository() bool

HasAutoSelectRepository returns a boolean if a field has been set.

GetVdbRestart

func (o *BaseProvisionVDBParameters) GetVdbRestart() bool

GetVdbRestart returns the VdbRestart field if non-nil, zero value otherwise.

GetVdbRestartOk

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.

SetVdbRestart

func (o *BaseProvisionVDBParameters) SetVdbRestart(v bool)

SetVdbRestart sets VdbRestart field to given value.

HasVdbRestart

func (o *BaseProvisionVDBParameters) HasVdbRestart() bool

HasVdbRestart returns a boolean if a field has been set.

GetTemplateId

func (o *BaseProvisionVDBParameters) GetTemplateId() string

GetTemplateId returns the TemplateId field if non-nil, zero value otherwise.

GetTemplateIdOk

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.

SetTemplateId

func (o *BaseProvisionVDBParameters) SetTemplateId(v string)

SetTemplateId sets TemplateId field to given value.

HasTemplateId

func (o *BaseProvisionVDBParameters) HasTemplateId() bool

HasTemplateId returns a boolean if a field has been set.

GetAuxiliaryTemplateId

func (o *BaseProvisionVDBParameters) GetAuxiliaryTemplateId() string

GetAuxiliaryTemplateId returns the AuxiliaryTemplateId field if non-nil, zero value otherwise.

GetAuxiliaryTemplateIdOk

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.

SetAuxiliaryTemplateId

func (o *BaseProvisionVDBParameters) SetAuxiliaryTemplateId(v string)

SetAuxiliaryTemplateId sets AuxiliaryTemplateId field to given value.

HasAuxiliaryTemplateId

func (o *BaseProvisionVDBParameters) HasAuxiliaryTemplateId() bool

HasAuxiliaryTemplateId returns a boolean if a field has been set.

GetFileMappingRules

func (o *BaseProvisionVDBParameters) GetFileMappingRules() string

GetFileMappingRules returns the FileMappingRules field if non-nil, zero value otherwise.

GetFileMappingRulesOk

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.

SetFileMappingRules

func (o *BaseProvisionVDBParameters) SetFileMappingRules(v string)

SetFileMappingRules sets FileMappingRules field to given value.

HasFileMappingRules

func (o *BaseProvisionVDBParameters) HasFileMappingRules() bool

HasFileMappingRules returns a boolean if a field has been set.

GetOracleInstanceName

func (o *BaseProvisionVDBParameters) GetOracleInstanceName() string

GetOracleInstanceName returns the OracleInstanceName field if non-nil, zero value otherwise.

GetOracleInstanceNameOk

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.

SetOracleInstanceName

func (o *BaseProvisionVDBParameters) SetOracleInstanceName(v string)

SetOracleInstanceName sets OracleInstanceName field to given value.

HasOracleInstanceName

func (o *BaseProvisionVDBParameters) HasOracleInstanceName() bool

HasOracleInstanceName returns a boolean if a field has been set.

GetUniqueName

func (o *BaseProvisionVDBParameters) GetUniqueName() string

GetUniqueName returns the UniqueName field if non-nil, zero value otherwise.

GetUniqueNameOk

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.

SetUniqueName

func (o *BaseProvisionVDBParameters) SetUniqueName(v string)

SetUniqueName sets UniqueName field to given value.

HasUniqueName

func (o *BaseProvisionVDBParameters) HasUniqueName() bool

HasUniqueName returns a boolean if a field has been set.

GetVcdbName

func (o *BaseProvisionVDBParameters) GetVcdbName() string

GetVcdbName returns the VcdbName field if non-nil, zero value otherwise.

GetVcdbNameOk

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.

SetVcdbName

func (o *BaseProvisionVDBParameters) SetVcdbName(v string)

SetVcdbName sets VcdbName field to given value.

HasVcdbName

func (o *BaseProvisionVDBParameters) HasVcdbName() bool

HasVcdbName returns a boolean if a field has been set.

GetVcdbDatabaseName

func (o *BaseProvisionVDBParameters) GetVcdbDatabaseName() string

GetVcdbDatabaseName returns the VcdbDatabaseName field if non-nil, zero value otherwise.

GetVcdbDatabaseNameOk

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.

SetVcdbDatabaseName

func (o *BaseProvisionVDBParameters) SetVcdbDatabaseName(v string)

SetVcdbDatabaseName sets VcdbDatabaseName field to given value.

HasVcdbDatabaseName

func (o *BaseProvisionVDBParameters) HasVcdbDatabaseName() bool

HasVcdbDatabaseName returns a boolean if a field has been set.

GetMountPoint

func (o *BaseProvisionVDBParameters) GetMountPoint() string

GetMountPoint returns the MountPoint field if non-nil, zero value otherwise.

GetMountPointOk

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.

SetMountPoint

func (o *BaseProvisionVDBParameters) SetMountPoint(v string)

SetMountPoint sets MountPoint field to given value.

HasMountPoint

func (o *BaseProvisionVDBParameters) HasMountPoint() bool

HasMountPoint returns a boolean if a field has been set.

GetOpenResetLogs

func (o *BaseProvisionVDBParameters) GetOpenResetLogs() bool

GetOpenResetLogs returns the OpenResetLogs field if non-nil, zero value otherwise.

GetOpenResetLogsOk

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.

SetOpenResetLogs

func (o *BaseProvisionVDBParameters) SetOpenResetLogs(v bool)

SetOpenResetLogs sets OpenResetLogs field to given value.

HasOpenResetLogs

func (o *BaseProvisionVDBParameters) HasOpenResetLogs() bool

HasOpenResetLogs returns a boolean if a field has been set.

GetSnapshotPolicyId

func (o *BaseProvisionVDBParameters) GetSnapshotPolicyId() string

GetSnapshotPolicyId returns the SnapshotPolicyId field if non-nil, zero value otherwise.

GetSnapshotPolicyIdOk

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.

SetSnapshotPolicyId

func (o *BaseProvisionVDBParameters) SetSnapshotPolicyId(v string)

SetSnapshotPolicyId sets SnapshotPolicyId field to given value.

HasSnapshotPolicyId

func (o *BaseProvisionVDBParameters) HasSnapshotPolicyId() bool

HasSnapshotPolicyId returns a boolean if a field has been set.

GetRetentionPolicyId

func (o *BaseProvisionVDBParameters) GetRetentionPolicyId() string

GetRetentionPolicyId returns the RetentionPolicyId field if non-nil, zero value otherwise.

GetRetentionPolicyIdOk

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.

SetRetentionPolicyId

func (o *BaseProvisionVDBParameters) SetRetentionPolicyId(v string)

SetRetentionPolicyId sets RetentionPolicyId field to given value.

HasRetentionPolicyId

func (o *BaseProvisionVDBParameters) HasRetentionPolicyId() bool

HasRetentionPolicyId returns a boolean if a field has been set.

GetRecoveryModel

func (o *BaseProvisionVDBParameters) GetRecoveryModel() string

GetRecoveryModel returns the RecoveryModel field if non-nil, zero value otherwise.

GetRecoveryModelOk

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.

SetRecoveryModel

func (o *BaseProvisionVDBParameters) SetRecoveryModel(v string)

SetRecoveryModel sets RecoveryModel field to given value.

HasRecoveryModel

func (o *BaseProvisionVDBParameters) HasRecoveryModel() bool

HasRecoveryModel returns a boolean if a field has been set.

GetPreScript

func (o *BaseProvisionVDBParameters) GetPreScript() string

GetPreScript returns the PreScript field if non-nil, zero value otherwise.

GetPreScriptOk

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.

SetPreScript

func (o *BaseProvisionVDBParameters) SetPreScript(v string)

SetPreScript sets PreScript field to given value.

HasPreScript

func (o *BaseProvisionVDBParameters) HasPreScript() bool

HasPreScript returns a boolean if a field has been set.

GetPostScript

func (o *BaseProvisionVDBParameters) GetPostScript() string

GetPostScript returns the PostScript field if non-nil, zero value otherwise.

GetPostScriptOk

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.

SetPostScript

func (o *BaseProvisionVDBParameters) SetPostScript(v string)

SetPostScript sets PostScript field to given value.

HasPostScript

func (o *BaseProvisionVDBParameters) HasPostScript() bool

HasPostScript returns a boolean if a field has been set.

GetCdcOnProvision

func (o *BaseProvisionVDBParameters) GetCdcOnProvision() bool

GetCdcOnProvision returns the CdcOnProvision field if non-nil, zero value otherwise.

GetCdcOnProvisionOk

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.

SetCdcOnProvision

func (o *BaseProvisionVDBParameters) SetCdcOnProvision(v bool)

SetCdcOnProvision sets CdcOnProvision field to given value.

HasCdcOnProvision

func (o *BaseProvisionVDBParameters) HasCdcOnProvision() bool

HasCdcOnProvision returns a boolean if a field has been set.

GetOnlineLogSize

func (o *BaseProvisionVDBParameters) GetOnlineLogSize() int32

GetOnlineLogSize returns the OnlineLogSize field if non-nil, zero value otherwise.

GetOnlineLogSizeOk

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.

SetOnlineLogSize

func (o *BaseProvisionVDBParameters) SetOnlineLogSize(v int32)

SetOnlineLogSize sets OnlineLogSize field to given value.

HasOnlineLogSize

func (o *BaseProvisionVDBParameters) HasOnlineLogSize() bool

HasOnlineLogSize returns a boolean if a field has been set.

GetOnlineLogGroups

func (o *BaseProvisionVDBParameters) GetOnlineLogGroups() int32

GetOnlineLogGroups returns the OnlineLogGroups field if non-nil, zero value otherwise.

GetOnlineLogGroupsOk

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.

SetOnlineLogGroups

func (o *BaseProvisionVDBParameters) SetOnlineLogGroups(v int32)

SetOnlineLogGroups sets OnlineLogGroups field to given value.

HasOnlineLogGroups

func (o *BaseProvisionVDBParameters) HasOnlineLogGroups() bool

HasOnlineLogGroups returns a boolean if a field has been set.

GetArchiveLog

func (o *BaseProvisionVDBParameters) GetArchiveLog() bool

GetArchiveLog returns the ArchiveLog field if non-nil, zero value otherwise.

GetArchiveLogOk

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.

SetArchiveLog

func (o *BaseProvisionVDBParameters) SetArchiveLog(v bool)

SetArchiveLog sets ArchiveLog field to given value.

HasArchiveLog

func (o *BaseProvisionVDBParameters) HasArchiveLog() bool

HasArchiveLog returns a boolean if a field has been set.

GetNewDbid

func (o *BaseProvisionVDBParameters) GetNewDbid() bool

GetNewDbid returns the NewDbid field if non-nil, zero value otherwise.

GetNewDbidOk

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.

SetNewDbid

func (o *BaseProvisionVDBParameters) SetNewDbid(v bool)

SetNewDbid sets NewDbid field to given value.

HasNewDbid

func (o *BaseProvisionVDBParameters) HasNewDbid() bool

HasNewDbid returns a boolean if a field has been set.

GetListenerIds

func (o *BaseProvisionVDBParameters) GetListenerIds() []string

GetListenerIds returns the ListenerIds field if non-nil, zero value otherwise.

GetListenerIdsOk

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.

SetListenerIds

func (o *BaseProvisionVDBParameters) SetListenerIds(v []string)

SetListenerIds sets ListenerIds field to given value.

HasListenerIds

func (o *BaseProvisionVDBParameters) HasListenerIds() bool

HasListenerIds returns a boolean if a field has been set.

GetCustomEnvVars

func (o *BaseProvisionVDBParameters) GetCustomEnvVars() map[string]string

GetCustomEnvVars returns the CustomEnvVars field if non-nil, zero value otherwise.

GetCustomEnvVarsOk

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.

SetCustomEnvVars

func (o *BaseProvisionVDBParameters) SetCustomEnvVars(v map[string]string)

SetCustomEnvVars sets CustomEnvVars field to given value.

HasCustomEnvVars

func (o *BaseProvisionVDBParameters) HasCustomEnvVars() bool

HasCustomEnvVars returns a boolean if a field has been set.

GetCustomEnvFiles

func (o *BaseProvisionVDBParameters) GetCustomEnvFiles() []string

GetCustomEnvFiles returns the CustomEnvFiles field if non-nil, zero value otherwise.

GetCustomEnvFilesOk

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.

SetCustomEnvFiles

func (o *BaseProvisionVDBParameters) SetCustomEnvFiles(v []string)

SetCustomEnvFiles sets CustomEnvFiles field to given value.

HasCustomEnvFiles

func (o *BaseProvisionVDBParameters) HasCustomEnvFiles() bool

HasCustomEnvFiles returns a boolean if a field has been set.

GetOracleRacCustomEnvFiles

func (o *BaseProvisionVDBParameters) GetOracleRacCustomEnvFiles() []OracleRacCustomEnvFile

GetOracleRacCustomEnvFiles returns the OracleRacCustomEnvFiles field if non-nil, zero value otherwise.

GetOracleRacCustomEnvFilesOk

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.

SetOracleRacCustomEnvFiles

func (o *BaseProvisionVDBParameters) SetOracleRacCustomEnvFiles(v []OracleRacCustomEnvFile)

SetOracleRacCustomEnvFiles sets OracleRacCustomEnvFiles field to given value.

HasOracleRacCustomEnvFiles

func (o *BaseProvisionVDBParameters) HasOracleRacCustomEnvFiles() bool

HasOracleRacCustomEnvFiles returns a boolean if a field has been set.

GetOracleRacCustomEnvVars

func (o *BaseProvisionVDBParameters) GetOracleRacCustomEnvVars() []OracleRacCustomEnvVar

GetOracleRacCustomEnvVars returns the OracleRacCustomEnvVars field if non-nil, zero value otherwise.

GetOracleRacCustomEnvVarsOk

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.

SetOracleRacCustomEnvVars

func (o *BaseProvisionVDBParameters) SetOracleRacCustomEnvVars(v []OracleRacCustomEnvVar)

SetOracleRacCustomEnvVars sets OracleRacCustomEnvVars field to given value.

HasOracleRacCustomEnvVars

func (o *BaseProvisionVDBParameters) HasOracleRacCustomEnvVars() bool

HasOracleRacCustomEnvVars returns a boolean if a field has been set.

GetParentTdeKeystorePath

func (o *BaseProvisionVDBParameters) GetParentTdeKeystorePath() string

GetParentTdeKeystorePath returns the ParentTdeKeystorePath field if non-nil, zero value otherwise.

GetParentTdeKeystorePathOk

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.

SetParentTdeKeystorePath

func (o *BaseProvisionVDBParameters) SetParentTdeKeystorePath(v string)

SetParentTdeKeystorePath sets ParentTdeKeystorePath field to given value.

HasParentTdeKeystorePath

func (o *BaseProvisionVDBParameters) HasParentTdeKeystorePath() bool

HasParentTdeKeystorePath returns a boolean if a field has been set.

GetParentTdeKeystorePassword

func (o *BaseProvisionVDBParameters) GetParentTdeKeystorePassword() string

GetParentTdeKeystorePassword returns the ParentTdeKeystorePassword field if non-nil, zero value otherwise.

GetParentTdeKeystorePasswordOk

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.

SetParentTdeKeystorePassword

func (o *BaseProvisionVDBParameters) SetParentTdeKeystorePassword(v string)

SetParentTdeKeystorePassword sets ParentTdeKeystorePassword field to given value.

HasParentTdeKeystorePassword

func (o *BaseProvisionVDBParameters) HasParentTdeKeystorePassword() bool

HasParentTdeKeystorePassword returns a boolean if a field has been set.

GetTdeExportedKeyFileSecret

func (o *BaseProvisionVDBParameters) GetTdeExportedKeyFileSecret() string

GetTdeExportedKeyFileSecret returns the TdeExportedKeyFileSecret field if non-nil, zero value otherwise.

GetTdeExportedKeyFileSecretOk

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.

SetTdeExportedKeyFileSecret

func (o *BaseProvisionVDBParameters) SetTdeExportedKeyFileSecret(v string)

SetTdeExportedKeyFileSecret sets TdeExportedKeyFileSecret field to given value.

HasTdeExportedKeyFileSecret

func (o *BaseProvisionVDBParameters) HasTdeExportedKeyFileSecret() bool

HasTdeExportedKeyFileSecret returns a boolean if a field has been set.

GetTdeKeyIdentifier

func (o *BaseProvisionVDBParameters) GetTdeKeyIdentifier() string

GetTdeKeyIdentifier returns the TdeKeyIdentifier field if non-nil, zero value otherwise.

GetTdeKeyIdentifierOk

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.

SetTdeKeyIdentifier

func (o *BaseProvisionVDBParameters) SetTdeKeyIdentifier(v string)

SetTdeKeyIdentifier sets TdeKeyIdentifier field to given value.

HasTdeKeyIdentifier

func (o *BaseProvisionVDBParameters) HasTdeKeyIdentifier() bool

HasTdeKeyIdentifier returns a boolean if a field has been set.

GetTargetVcdbTdeKeystorePath

func (o *BaseProvisionVDBParameters) GetTargetVcdbTdeKeystorePath() string

GetTargetVcdbTdeKeystorePath returns the TargetVcdbTdeKeystorePath field if non-nil, zero value otherwise.

GetTargetVcdbTdeKeystorePathOk

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.

SetTargetVcdbTdeKeystorePath

func (o *BaseProvisionVDBParameters) SetTargetVcdbTdeKeystorePath(v string)

SetTargetVcdbTdeKeystorePath sets TargetVcdbTdeKeystorePath field to given value.

HasTargetVcdbTdeKeystorePath

func (o *BaseProvisionVDBParameters) HasTargetVcdbTdeKeystorePath() bool

HasTargetVcdbTdeKeystorePath returns a boolean if a field has been set.

GetCdbTdeKeystorePassword

func (o *BaseProvisionVDBParameters) GetCdbTdeKeystorePassword() string

GetCdbTdeKeystorePassword returns the CdbTdeKeystorePassword field if non-nil, zero value otherwise.

GetCdbTdeKeystorePasswordOk

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.

SetCdbTdeKeystorePassword

func (o *BaseProvisionVDBParameters) SetCdbTdeKeystorePassword(v string)

SetCdbTdeKeystorePassword sets CdbTdeKeystorePassword field to given value.

HasCdbTdeKeystorePassword

func (o *BaseProvisionVDBParameters) HasCdbTdeKeystorePassword() bool

HasCdbTdeKeystorePassword returns a boolean if a field has been set.

GetVcdbTdeKeyIdentifier

func (o *BaseProvisionVDBParameters) GetVcdbTdeKeyIdentifier() string

GetVcdbTdeKeyIdentifier returns the VcdbTdeKeyIdentifier field if non-nil, zero value otherwise.

GetVcdbTdeKeyIdentifierOk

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.

SetVcdbTdeKeyIdentifier

func (o *BaseProvisionVDBParameters) SetVcdbTdeKeyIdentifier(v string)

SetVcdbTdeKeyIdentifier sets VcdbTdeKeyIdentifier field to given value.

HasVcdbTdeKeyIdentifier

func (o *BaseProvisionVDBParameters) HasVcdbTdeKeyIdentifier() bool

HasVcdbTdeKeyIdentifier returns a boolean if a field has been set.

GetAppdataSourceParams

func (o *BaseProvisionVDBParameters) GetAppdataSourceParams() map[string]interface{}

GetAppdataSourceParams returns the AppdataSourceParams field if non-nil, zero value otherwise.

GetAppdataSourceParamsOk

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.

SetAppdataSourceParams

func (o *BaseProvisionVDBParameters) SetAppdataSourceParams(v map[string]interface{})

SetAppdataSourceParams sets AppdataSourceParams field to given value.

HasAppdataSourceParams

func (o *BaseProvisionVDBParameters) HasAppdataSourceParams() bool

HasAppdataSourceParams returns a boolean if a field has been set.

GetAdditionalMountPoints

func (o *BaseProvisionVDBParameters) GetAdditionalMountPoints() []AdditionalMountPoint

GetAdditionalMountPoints returns the AdditionalMountPoints field if non-nil, zero value otherwise.

GetAdditionalMountPointsOk

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.

SetAdditionalMountPoints

func (o *BaseProvisionVDBParameters) SetAdditionalMountPoints(v []AdditionalMountPoint)

SetAdditionalMountPoints sets AdditionalMountPoints field to given value.

HasAdditionalMountPoints

func (o *BaseProvisionVDBParameters) HasAdditionalMountPoints() bool

HasAdditionalMountPoints returns a boolean if a field has been set.

SetAdditionalMountPointsNil

func (o *BaseProvisionVDBParameters) SetAdditionalMountPointsNil(b bool)

SetAdditionalMountPointsNil sets the value for AdditionalMountPoints to be an explicit nil

UnsetAdditionalMountPoints

func (o *BaseProvisionVDBParameters) UnsetAdditionalMountPoints()

UnsetAdditionalMountPoints ensures that no value is present for AdditionalMountPoints, not even an explicit nil

GetAppdataConfigParams

func (o *BaseProvisionVDBParameters) GetAppdataConfigParams() map[string]interface{}

GetAppdataConfigParams returns the AppdataConfigParams field if non-nil, zero value otherwise.

GetAppdataConfigParamsOk

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.

SetAppdataConfigParams

func (o *BaseProvisionVDBParameters) SetAppdataConfigParams(v map[string]interface{})

SetAppdataConfigParams sets AppdataConfigParams field to given value.

HasAppdataConfigParams

func (o *BaseProvisionVDBParameters) HasAppdataConfigParams() bool

HasAppdataConfigParams returns a boolean if a field has been set.

SetAppdataConfigParamsNil

func (o *BaseProvisionVDBParameters) SetAppdataConfigParamsNil(b bool)

SetAppdataConfigParamsNil sets the value for AppdataConfigParams to be an explicit nil

UnsetAppdataConfigParams

func (o *BaseProvisionVDBParameters) UnsetAppdataConfigParams()

UnsetAppdataConfigParams ensures that no value is present for AppdataConfigParams, not even an explicit nil

GetConfigParams

func (o *BaseProvisionVDBParameters) GetConfigParams() map[string]interface{}

GetConfigParams returns the ConfigParams field if non-nil, zero value otherwise.

GetConfigParamsOk

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.

SetConfigParams

func (o *BaseProvisionVDBParameters) SetConfigParams(v map[string]interface{})

SetConfigParams sets ConfigParams field to given value.

HasConfigParams

func (o *BaseProvisionVDBParameters) HasConfigParams() bool

HasConfigParams returns a boolean if a field has been set.

SetConfigParamsNil

func (o *BaseProvisionVDBParameters) SetConfigParamsNil(b bool)

SetConfigParamsNil sets the value for ConfigParams to be an explicit nil

UnsetConfigParams

func (o *BaseProvisionVDBParameters) UnsetConfigParams()

UnsetConfigParams ensures that no value is present for ConfigParams, not even an explicit nil

GetPrivilegedOsUser

func (o *BaseProvisionVDBParameters) GetPrivilegedOsUser() string

GetPrivilegedOsUser returns the PrivilegedOsUser field if non-nil, zero value otherwise.

GetPrivilegedOsUserOk

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.

SetPrivilegedOsUser

func (o *BaseProvisionVDBParameters) SetPrivilegedOsUser(v string)

SetPrivilegedOsUser sets PrivilegedOsUser field to given value.

HasPrivilegedOsUser

func (o *BaseProvisionVDBParameters) HasPrivilegedOsUser() bool

HasPrivilegedOsUser returns a boolean if a field has been set.

GetPostgresPort

func (o *BaseProvisionVDBParameters) GetPostgresPort() int32

GetPostgresPort returns the PostgresPort field if non-nil, zero value otherwise.

GetPostgresPortOk

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.

SetPostgresPort

func (o *BaseProvisionVDBParameters) SetPostgresPort(v int32)

SetPostgresPort sets PostgresPort field to given value.

HasPostgresPort

func (o *BaseProvisionVDBParameters) HasPostgresPort() bool

HasPostgresPort returns a boolean if a field has been set.

GetConfigSettingsStg

func (o *BaseProvisionVDBParameters) GetConfigSettingsStg() []ConfigSettingsStg

GetConfigSettingsStg returns the ConfigSettingsStg field if non-nil, zero value otherwise.

GetConfigSettingsStgOk

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.

SetConfigSettingsStg

func (o *BaseProvisionVDBParameters) SetConfigSettingsStg(v []ConfigSettingsStg)

SetConfigSettingsStg sets ConfigSettingsStg field to given value.

HasConfigSettingsStg

func (o *BaseProvisionVDBParameters) HasConfigSettingsStg() bool

HasConfigSettingsStg returns a boolean if a field has been set.

GetVcdbRestart

func (o *BaseProvisionVDBParameters) GetVcdbRestart() bool

GetVcdbRestart returns the VcdbRestart field if non-nil, zero value otherwise.

GetVcdbRestartOk

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.

SetVcdbRestart

func (o *BaseProvisionVDBParameters) SetVcdbRestart(v bool)

SetVcdbRestart sets VcdbRestart field to given value.

HasVcdbRestart

func (o *BaseProvisionVDBParameters) HasVcdbRestart() bool

HasVcdbRestart returns a boolean if a field has been set.

GetMssqlFailoverDriveLetter

func (o *BaseProvisionVDBParameters) GetMssqlFailoverDriveLetter() string

GetMssqlFailoverDriveLetter returns the MssqlFailoverDriveLetter field if non-nil, zero value otherwise.

GetMssqlFailoverDriveLetterOk

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.

SetMssqlFailoverDriveLetter

func (o *BaseProvisionVDBParameters) SetMssqlFailoverDriveLetter(v string)

SetMssqlFailoverDriveLetter sets MssqlFailoverDriveLetter field to given value.

HasMssqlFailoverDriveLetter

func (o *BaseProvisionVDBParameters) HasMssqlFailoverDriveLetter() bool

HasMssqlFailoverDriveLetter returns a boolean if a field has been set.

GetTags

func (o *BaseProvisionVDBParameters) GetTags() []Tag

GetTags returns the Tags field if non-nil, zero value otherwise.

GetTagsOk

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.

SetTags

func (o *BaseProvisionVDBParameters) SetTags(v []Tag)

SetTags sets Tags field to given value.

HasTags

func (o *BaseProvisionVDBParameters) HasTags() bool

HasTags returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]