Name | Type | Description | Notes |
---|---|---|---|
ActiveDirectoryMigrations | Pointer to []ActiveDirectoryMigration | [optional] | |
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] | |
MockMigrations | Pointer to []MockMigration | [optional] | |
OnePasswordMigrations | Pointer to []OnePasswordMigration | [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) GetActiveDirectoryMigrations() []ActiveDirectoryMigration
GetActiveDirectoryMigrations returns the ActiveDirectoryMigrations field if non-nil, zero value otherwise.
func (o *MigrationsConfigPart) GetActiveDirectoryMigrationsOk() (*[]ActiveDirectoryMigration, bool)
GetActiveDirectoryMigrationsOk returns a tuple with the ActiveDirectoryMigrations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationsConfigPart) SetActiveDirectoryMigrations(v []ActiveDirectoryMigration)
SetActiveDirectoryMigrations sets ActiveDirectoryMigrations field to given value.
func (o *MigrationsConfigPart) HasActiveDirectoryMigrations() bool
HasActiveDirectoryMigrations returns a boolean if a field has been 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.
func (o *MigrationsConfigPart) GetMockMigrations() []MockMigration
GetMockMigrations returns the MockMigrations field if non-nil, zero value otherwise.
func (o *MigrationsConfigPart) GetMockMigrationsOk() (*[]MockMigration, bool)
GetMockMigrationsOk returns a tuple with the MockMigrations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationsConfigPart) SetMockMigrations(v []MockMigration)
SetMockMigrations sets MockMigrations field to given value.
func (o *MigrationsConfigPart) HasMockMigrations() bool
HasMockMigrations returns a boolean if a field has been set.
func (o *MigrationsConfigPart) GetOnePasswordMigrations() []OnePasswordMigration
GetOnePasswordMigrations returns the OnePasswordMigrations field if non-nil, zero value otherwise.
func (o *MigrationsConfigPart) GetOnePasswordMigrationsOk() (*[]OnePasswordMigration, bool)
GetOnePasswordMigrationsOk returns a tuple with the OnePasswordMigrations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MigrationsConfigPart) SetOnePasswordMigrations(v []OnePasswordMigration)
SetOnePasswordMigrations sets OnePasswordMigrations field to given value.
func (o *MigrationsConfigPart) HasOnePasswordMigrations() bool
HasOnePasswordMigrations returns a boolean if a field has been set.