Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 5.38 KB

MigrationsConfigPart.md

File metadata and controls

160 lines (87 loc) · 5.38 KB

MigrationsConfigPart

Properties

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]

Methods

NewMigrationsConfigPart

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

NewMigrationsConfigPartWithDefaults

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

GetAwsSecretsMigrations

func (o *MigrationsConfigPart) GetAwsSecretsMigrations() []AWSSecretsMigration

GetAwsSecretsMigrations returns the AwsSecretsMigrations field if non-nil, zero value otherwise.

GetAwsSecretsMigrationsOk

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.

SetAwsSecretsMigrations

func (o *MigrationsConfigPart) SetAwsSecretsMigrations(v []AWSSecretsMigration)

SetAwsSecretsMigrations sets AwsSecretsMigrations field to given value.

HasAwsSecretsMigrations

func (o *MigrationsConfigPart) HasAwsSecretsMigrations() bool

HasAwsSecretsMigrations returns a boolean if a field has been set.

GetAzureKvMigrations

func (o *MigrationsConfigPart) GetAzureKvMigrations() []AzureKeyVaultMigration

GetAzureKvMigrations returns the AzureKvMigrations field if non-nil, zero value otherwise.

GetAzureKvMigrationsOk

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.

SetAzureKvMigrations

func (o *MigrationsConfigPart) SetAzureKvMigrations(v []AzureKeyVaultMigration)

SetAzureKvMigrations sets AzureKvMigrations field to given value.

HasAzureKvMigrations

func (o *MigrationsConfigPart) HasAzureKvMigrations() bool

HasAzureKvMigrations returns a boolean if a field has been set.

GetGcpSecretsMigrations

func (o *MigrationsConfigPart) GetGcpSecretsMigrations() []GCPSecretsMigration

GetGcpSecretsMigrations returns the GcpSecretsMigrations field if non-nil, zero value otherwise.

GetGcpSecretsMigrationsOk

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.

SetGcpSecretsMigrations

func (o *MigrationsConfigPart) SetGcpSecretsMigrations(v []GCPSecretsMigration)

SetGcpSecretsMigrations sets GcpSecretsMigrations field to given value.

HasGcpSecretsMigrations

func (o *MigrationsConfigPart) HasGcpSecretsMigrations() bool

HasGcpSecretsMigrations returns a boolean if a field has been set.

GetHashiMigrations

func (o *MigrationsConfigPart) GetHashiMigrations() []HashiMigration

GetHashiMigrations returns the HashiMigrations field if non-nil, zero value otherwise.

GetHashiMigrationsOk

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.

SetHashiMigrations

func (o *MigrationsConfigPart) SetHashiMigrations(v []HashiMigration)

SetHashiMigrations sets HashiMigrations field to given value.

HasHashiMigrations

func (o *MigrationsConfigPart) HasHashiMigrations() bool

HasHashiMigrations returns a boolean if a field has been set.

GetK8sMigrations

func (o *MigrationsConfigPart) GetK8sMigrations() []K8SMigration

GetK8sMigrations returns the K8sMigrations field if non-nil, zero value otherwise.

GetK8sMigrationsOk

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.

SetK8sMigrations

func (o *MigrationsConfigPart) SetK8sMigrations(v []K8SMigration)

SetK8sMigrations sets K8sMigrations field to given value.

HasK8sMigrations

func (o *MigrationsConfigPart) HasK8sMigrations() bool

HasK8sMigrations returns a boolean if a field has been set.

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