Name | Type | Description | Notes |
---|---|---|---|
AwsSecretsMigrations | Pointer to []AWSSecretsMigration | [optional] | |
AzureKvMigrations | Pointer to []AzureKeyVaultMigration | [optional] | |
GcpSecretsMigrations | Pointer to []GCPSecretsMigration | [optional] | |
HashiMigrations | Pointer to []HashiMigration | [optional] | |
K8sMigrations | Pointer to []K8SMigration | [optional] |
func NewMigrationsConfigPart() *MigrationsConfigPart
NewMigrationsConfigPart instantiates a new MigrationsConfigPart 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 NewMigrationsConfigPartWithDefaults() *MigrationsConfigPart
NewMigrationsConfigPartWithDefaults instantiates a new MigrationsConfigPart 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 *MigrationsConfigPart) GetAwsSecretsMigrations() []AWSSecretsMigration
GetAwsSecretsMigrations returns the AwsSecretsMigrations field if non-nil, zero value otherwise.
func (o *MigrationsConfigPart) GetAwsSecretsMigrationsOk() (*[]AWSSecretsMigration, bool)
GetAwsSecretsMigrationsOk returns a tuple with the AwsSecretsMigrations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationsConfigPart) SetAwsSecretsMigrations(v []AWSSecretsMigration)
SetAwsSecretsMigrations sets AwsSecretsMigrations field to given value.
func (o *MigrationsConfigPart) HasAwsSecretsMigrations() bool
HasAwsSecretsMigrations returns a boolean if a field has been set.
func (o *MigrationsConfigPart) GetAzureKvMigrations() []AzureKeyVaultMigration
GetAzureKvMigrations returns the AzureKvMigrations field if non-nil, zero value otherwise.
func (o *MigrationsConfigPart) GetAzureKvMigrationsOk() (*[]AzureKeyVaultMigration, bool)
GetAzureKvMigrationsOk returns a tuple with the AzureKvMigrations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationsConfigPart) SetAzureKvMigrations(v []AzureKeyVaultMigration)
SetAzureKvMigrations sets AzureKvMigrations field to given value.
func (o *MigrationsConfigPart) HasAzureKvMigrations() bool
HasAzureKvMigrations returns a boolean if a field has been set.
func (o *MigrationsConfigPart) GetGcpSecretsMigrations() []GCPSecretsMigration
GetGcpSecretsMigrations returns the GcpSecretsMigrations field if non-nil, zero value otherwise.
func (o *MigrationsConfigPart) GetGcpSecretsMigrationsOk() (*[]GCPSecretsMigration, bool)
GetGcpSecretsMigrationsOk returns a tuple with the GcpSecretsMigrations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationsConfigPart) SetGcpSecretsMigrations(v []GCPSecretsMigration)
SetGcpSecretsMigrations sets GcpSecretsMigrations field to given value.
func (o *MigrationsConfigPart) HasGcpSecretsMigrations() bool
HasGcpSecretsMigrations returns a boolean if a field has been set.
func (o *MigrationsConfigPart) GetHashiMigrations() []HashiMigration
GetHashiMigrations returns the HashiMigrations field if non-nil, zero value otherwise.
func (o *MigrationsConfigPart) GetHashiMigrationsOk() (*[]HashiMigration, bool)
GetHashiMigrationsOk returns a tuple with the HashiMigrations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationsConfigPart) SetHashiMigrations(v []HashiMigration)
SetHashiMigrations sets HashiMigrations field to given value.
func (o *MigrationsConfigPart) HasHashiMigrations() bool
HasHashiMigrations returns a boolean if a field has been set.
func (o *MigrationsConfigPart) GetK8sMigrations() []K8SMigration
GetK8sMigrations returns the K8sMigrations field if non-nil, zero value otherwise.
func (o *MigrationsConfigPart) GetK8sMigrationsOk() (*[]K8SMigration, bool)
GetK8sMigrationsOk returns a tuple with the K8sMigrations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationsConfigPart) SetK8sMigrations(v []K8SMigration)
SetK8sMigrations sets K8sMigrations field to given value.
func (o *MigrationsConfigPart) HasK8sMigrations() bool
HasK8sMigrations returns a boolean if a field has been set.