Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=datamigration.azure.upbound.io +versionName=v1beta1
Index ¶
- Constants
- Variables
- type DatabaseMigrationProject
- func (in *DatabaseMigrationProject) DeepCopy() *DatabaseMigrationProject
- func (in *DatabaseMigrationProject) DeepCopyInto(out *DatabaseMigrationProject)
- func (in *DatabaseMigrationProject) DeepCopyObject() runtime.Object
- func (mg *DatabaseMigrationProject) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *DatabaseMigrationProject) GetConnectionDetailsMapping() map[string]string
- func (mg *DatabaseMigrationProject) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *DatabaseMigrationProject) GetID() string
- func (tr *DatabaseMigrationProject) GetInitParameters() (map[string]any, error)
- func (mg *DatabaseMigrationProject) GetManagementPolicies() xpv1.ManagementPolicies
- func (tr *DatabaseMigrationProject) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)
- func (tr *DatabaseMigrationProject) GetObservation() (map[string]any, error)
- func (tr *DatabaseMigrationProject) GetParameters() (map[string]any, error)
- func (mg *DatabaseMigrationProject) GetProviderConfigReference() *xpv1.Reference
- func (mg *DatabaseMigrationProject) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *DatabaseMigrationProject) GetTerraformResourceType() string
- func (tr *DatabaseMigrationProject) GetTerraformSchemaVersion() int
- func (mg *DatabaseMigrationProject) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *DatabaseMigrationProject) Hub()
- func (tr *DatabaseMigrationProject) LateInitialize(attrs []byte) (bool, error)
- func (mg *DatabaseMigrationProject) ResolveReferences(ctx context.Context, c client.Reader) error
- func (mg *DatabaseMigrationProject) SetConditions(c ...xpv1.Condition)
- func (mg *DatabaseMigrationProject) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *DatabaseMigrationProject) SetManagementPolicies(r xpv1.ManagementPolicies)
- func (tr *DatabaseMigrationProject) SetObservation(obs map[string]any) error
- func (tr *DatabaseMigrationProject) SetParameters(params map[string]any) error
- func (mg *DatabaseMigrationProject) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *DatabaseMigrationProject) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *DatabaseMigrationProject) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type DatabaseMigrationProjectInitParameters
- type DatabaseMigrationProjectList
- func (in *DatabaseMigrationProjectList) DeepCopy() *DatabaseMigrationProjectList
- func (in *DatabaseMigrationProjectList) DeepCopyInto(out *DatabaseMigrationProjectList)
- func (in *DatabaseMigrationProjectList) DeepCopyObject() runtime.Object
- func (l *DatabaseMigrationProjectList) GetItems() []resource.Managed
- type DatabaseMigrationProjectObservation
- type DatabaseMigrationProjectParameters
- type DatabaseMigrationProjectSpec
- type DatabaseMigrationProjectStatus
- type DatabaseMigrationService
- func (in *DatabaseMigrationService) DeepCopy() *DatabaseMigrationService
- func (in *DatabaseMigrationService) DeepCopyInto(out *DatabaseMigrationService)
- func (in *DatabaseMigrationService) DeepCopyObject() runtime.Object
- func (mg *DatabaseMigrationService) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *DatabaseMigrationService) GetConnectionDetailsMapping() map[string]string
- func (mg *DatabaseMigrationService) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *DatabaseMigrationService) GetID() string
- func (tr *DatabaseMigrationService) GetInitParameters() (map[string]any, error)
- func (mg *DatabaseMigrationService) GetManagementPolicies() xpv1.ManagementPolicies
- func (tr *DatabaseMigrationService) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)
- func (tr *DatabaseMigrationService) GetObservation() (map[string]any, error)
- func (tr *DatabaseMigrationService) GetParameters() (map[string]any, error)
- func (mg *DatabaseMigrationService) GetProviderConfigReference() *xpv1.Reference
- func (mg *DatabaseMigrationService) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *DatabaseMigrationService) GetTerraformResourceType() string
- func (tr *DatabaseMigrationService) GetTerraformSchemaVersion() int
- func (mg *DatabaseMigrationService) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *DatabaseMigrationService) Hub()
- func (tr *DatabaseMigrationService) LateInitialize(attrs []byte) (bool, error)
- func (mg *DatabaseMigrationService) ResolveReferences(ctx context.Context, c client.Reader) error
- func (mg *DatabaseMigrationService) SetConditions(c ...xpv1.Condition)
- func (mg *DatabaseMigrationService) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *DatabaseMigrationService) SetManagementPolicies(r xpv1.ManagementPolicies)
- func (tr *DatabaseMigrationService) SetObservation(obs map[string]any) error
- func (tr *DatabaseMigrationService) SetParameters(params map[string]any) error
- func (mg *DatabaseMigrationService) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *DatabaseMigrationService) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *DatabaseMigrationService) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type DatabaseMigrationServiceInitParameters
- type DatabaseMigrationServiceList
- func (in *DatabaseMigrationServiceList) DeepCopy() *DatabaseMigrationServiceList
- func (in *DatabaseMigrationServiceList) DeepCopyInto(out *DatabaseMigrationServiceList)
- func (in *DatabaseMigrationServiceList) DeepCopyObject() runtime.Object
- func (l *DatabaseMigrationServiceList) GetItems() []resource.Managed
- type DatabaseMigrationServiceObservation
- type DatabaseMigrationServiceParameters
- type DatabaseMigrationServiceSpec
- type DatabaseMigrationServiceStatus
Constants ¶
const ( CRDGroup = "datamigration.azure.upbound.io" CRDVersion = "v1beta1" )
Package type metadata.
Variables ¶
var ( DatabaseMigrationProject_Kind = "DatabaseMigrationProject" DatabaseMigrationProject_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: DatabaseMigrationProject_Kind}.String() DatabaseMigrationProject_KindAPIVersion = DatabaseMigrationProject_Kind + "." + CRDGroupVersion.String() DatabaseMigrationProject_GroupVersionKind = CRDGroupVersion.WithKind(DatabaseMigrationProject_Kind) )
Repository type metadata.
var ( DatabaseMigrationService_Kind = "DatabaseMigrationService" DatabaseMigrationService_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: DatabaseMigrationService_Kind}.String() DatabaseMigrationService_KindAPIVersion = DatabaseMigrationService_Kind + "." + CRDGroupVersion.String() DatabaseMigrationService_GroupVersionKind = CRDGroupVersion.WithKind(DatabaseMigrationService_Kind) )
Repository type metadata.
var ( // CRDGroupVersion is the API Group Version used to register the objects CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type DatabaseMigrationProject ¶
type DatabaseMigrationProject struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.location) || (has(self.initProvider) && has(self.initProvider.location))",message="spec.forProvider.location is a required parameter" // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.name) || (has(self.initProvider) && has(self.initProvider.name))",message="spec.forProvider.name is a required parameter" // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.sourcePlatform) || (has(self.initProvider) && has(self.initProvider.sourcePlatform))",message="spec.forProvider.sourcePlatform is a required parameter" // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.targetPlatform) || (has(self.initProvider) && has(self.initProvider.targetPlatform))",message="spec.forProvider.targetPlatform is a required parameter" Spec DatabaseMigrationProjectSpec `json:"spec"` Status DatabaseMigrationProjectStatus `json:"status,omitempty"` }
DatabaseMigrationProject is the Schema for the DatabaseMigrationProjects API. Manage Azure Database Migration Project instance. +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,azure}
func (*DatabaseMigrationProject) DeepCopy ¶
func (in *DatabaseMigrationProject) DeepCopy() *DatabaseMigrationProject
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatabaseMigrationProject.
func (*DatabaseMigrationProject) DeepCopyInto ¶
func (in *DatabaseMigrationProject) DeepCopyInto(out *DatabaseMigrationProject)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DatabaseMigrationProject) DeepCopyObject ¶
func (in *DatabaseMigrationProject) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*DatabaseMigrationProject) GetCondition ¶
func (mg *DatabaseMigrationProject) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this DatabaseMigrationProject.
func (*DatabaseMigrationProject) GetConnectionDetailsMapping ¶
func (tr *DatabaseMigrationProject) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this DatabaseMigrationProject
func (*DatabaseMigrationProject) GetDeletionPolicy ¶
func (mg *DatabaseMigrationProject) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this DatabaseMigrationProject.
func (*DatabaseMigrationProject) GetID ¶
func (tr *DatabaseMigrationProject) GetID() string
GetID returns ID of underlying Terraform resource of this DatabaseMigrationProject
func (*DatabaseMigrationProject) GetInitParameters ¶ added in v0.35.0
func (tr *DatabaseMigrationProject) GetInitParameters() (map[string]any, error)
GetInitParameters of this DatabaseMigrationProject
func (*DatabaseMigrationProject) GetManagementPolicies ¶ added in v0.35.0
func (mg *DatabaseMigrationProject) GetManagementPolicies() xpv1.ManagementPolicies
GetManagementPolicies of this DatabaseMigrationProject.
func (*DatabaseMigrationProject) GetMergedParameters ¶ added in v0.40.0
func (tr *DatabaseMigrationProject) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)
GetInitParameters of this DatabaseMigrationProject
func (*DatabaseMigrationProject) GetObservation ¶
func (tr *DatabaseMigrationProject) GetObservation() (map[string]any, error)
GetObservation of this DatabaseMigrationProject
func (*DatabaseMigrationProject) GetParameters ¶
func (tr *DatabaseMigrationProject) GetParameters() (map[string]any, error)
GetParameters of this DatabaseMigrationProject
func (*DatabaseMigrationProject) GetProviderConfigReference ¶
func (mg *DatabaseMigrationProject) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this DatabaseMigrationProject.
func (*DatabaseMigrationProject) GetPublishConnectionDetailsTo ¶
func (mg *DatabaseMigrationProject) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this DatabaseMigrationProject.
func (*DatabaseMigrationProject) GetTerraformResourceType ¶
func (mg *DatabaseMigrationProject) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this DatabaseMigrationProject
func (*DatabaseMigrationProject) GetTerraformSchemaVersion ¶
func (tr *DatabaseMigrationProject) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*DatabaseMigrationProject) GetWriteConnectionSecretToReference ¶
func (mg *DatabaseMigrationProject) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this DatabaseMigrationProject.
func (*DatabaseMigrationProject) Hub ¶ added in v0.42.1
func (tr *DatabaseMigrationProject) Hub()
Hub marks this type as a conversion hub.
func (*DatabaseMigrationProject) LateInitialize ¶
func (tr *DatabaseMigrationProject) LateInitialize(attrs []byte) (bool, error)
LateInitialize this DatabaseMigrationProject using its observed tfState. returns True if there are any spec changes for the resource.
func (*DatabaseMigrationProject) ResolveReferences ¶
func (*DatabaseMigrationProject) SetConditions ¶
func (mg *DatabaseMigrationProject) SetConditions(c ...xpv1.Condition)
SetConditions of this DatabaseMigrationProject.
func (*DatabaseMigrationProject) SetDeletionPolicy ¶
func (mg *DatabaseMigrationProject) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this DatabaseMigrationProject.
func (*DatabaseMigrationProject) SetManagementPolicies ¶ added in v0.35.0
func (mg *DatabaseMigrationProject) SetManagementPolicies(r xpv1.ManagementPolicies)
SetManagementPolicies of this DatabaseMigrationProject.
func (*DatabaseMigrationProject) SetObservation ¶
func (tr *DatabaseMigrationProject) SetObservation(obs map[string]any) error
SetObservation for this DatabaseMigrationProject
func (*DatabaseMigrationProject) SetParameters ¶
func (tr *DatabaseMigrationProject) SetParameters(params map[string]any) error
SetParameters for this DatabaseMigrationProject
func (*DatabaseMigrationProject) SetProviderConfigReference ¶
func (mg *DatabaseMigrationProject) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this DatabaseMigrationProject.
func (*DatabaseMigrationProject) SetPublishConnectionDetailsTo ¶
func (mg *DatabaseMigrationProject) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this DatabaseMigrationProject.
func (*DatabaseMigrationProject) SetWriteConnectionSecretToReference ¶
func (mg *DatabaseMigrationProject) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this DatabaseMigrationProject.
type DatabaseMigrationProjectInitParameters ¶ added in v0.35.0
type DatabaseMigrationProjectInitParameters struct { // Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created. Location *string `json:"location,omitempty" tf:"location,omitempty"` // Specify the name of the database migration project. Changing this forces a new resource to be created. Name *string `json:"name,omitempty" tf:"name,omitempty"` // The platform type of the migration source. Possible values are SQL, PostgreSQL, MySQL and MongoDb. Changing this forces a new resource to be created. SourcePlatform *string `json:"sourcePlatform,omitempty" tf:"source_platform,omitempty"` // A mapping of tags to assigned to the resource. // +mapType=granular Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"` // The platform type of the migration target. Possible values are SQLDB, AzureDbForPostgreSql, AzureDbForMySql and MongoDb. Changing this forces a new resource to be created. TargetPlatform *string `json:"targetPlatform,omitempty" tf:"target_platform,omitempty"` }
func (*DatabaseMigrationProjectInitParameters) DeepCopy ¶ added in v0.35.0
func (in *DatabaseMigrationProjectInitParameters) DeepCopy() *DatabaseMigrationProjectInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatabaseMigrationProjectInitParameters.
func (*DatabaseMigrationProjectInitParameters) DeepCopyInto ¶ added in v0.35.0
func (in *DatabaseMigrationProjectInitParameters) DeepCopyInto(out *DatabaseMigrationProjectInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DatabaseMigrationProjectList ¶
type DatabaseMigrationProjectList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []DatabaseMigrationProject `json:"items"` }
DatabaseMigrationProjectList contains a list of DatabaseMigrationProjects
func (*DatabaseMigrationProjectList) DeepCopy ¶
func (in *DatabaseMigrationProjectList) DeepCopy() *DatabaseMigrationProjectList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatabaseMigrationProjectList.
func (*DatabaseMigrationProjectList) DeepCopyInto ¶
func (in *DatabaseMigrationProjectList) DeepCopyInto(out *DatabaseMigrationProjectList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DatabaseMigrationProjectList) DeepCopyObject ¶
func (in *DatabaseMigrationProjectList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*DatabaseMigrationProjectList) GetItems ¶
func (l *DatabaseMigrationProjectList) GetItems() []resource.Managed
GetItems of this DatabaseMigrationProjectList.
type DatabaseMigrationProjectObservation ¶
type DatabaseMigrationProjectObservation struct { // The ID of Database Migration Project. ID *string `json:"id,omitempty" tf:"id,omitempty"` // Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created. Location *string `json:"location,omitempty" tf:"location,omitempty"` // Specify the name of the database migration project. Changing this forces a new resource to be created. Name *string `json:"name,omitempty" tf:"name,omitempty"` // Name of the resource group in which to create the database migration project. Changing this forces a new resource to be created. ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"` // Name of the database migration service where resource belongs to. Changing this forces a new resource to be created. ServiceName *string `json:"serviceName,omitempty" tf:"service_name,omitempty"` // The platform type of the migration source. Possible values are SQL, PostgreSQL, MySQL and MongoDb. Changing this forces a new resource to be created. SourcePlatform *string `json:"sourcePlatform,omitempty" tf:"source_platform,omitempty"` // A mapping of tags to assigned to the resource. // +mapType=granular Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"` // The platform type of the migration target. Possible values are SQLDB, AzureDbForPostgreSql, AzureDbForMySql and MongoDb. Changing this forces a new resource to be created. TargetPlatform *string `json:"targetPlatform,omitempty" tf:"target_platform,omitempty"` }
func (*DatabaseMigrationProjectObservation) DeepCopy ¶
func (in *DatabaseMigrationProjectObservation) DeepCopy() *DatabaseMigrationProjectObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatabaseMigrationProjectObservation.
func (*DatabaseMigrationProjectObservation) DeepCopyInto ¶
func (in *DatabaseMigrationProjectObservation) DeepCopyInto(out *DatabaseMigrationProjectObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DatabaseMigrationProjectParameters ¶
type DatabaseMigrationProjectParameters struct { // Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created. // +kubebuilder:validation:Optional Location *string `json:"location,omitempty" tf:"location,omitempty"` // Specify the name of the database migration project. Changing this forces a new resource to be created. // +kubebuilder:validation:Optional Name *string `json:"name,omitempty" tf:"name,omitempty"` // Name of the resource group in which to create the database migration project. Changing this forces a new resource to be created. // +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/azure/v1beta1.ResourceGroup // +kubebuilder:validation:Optional ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"` // Reference to a ResourceGroup in azure to populate resourceGroupName. // +kubebuilder:validation:Optional ResourceGroupNameRef *v1.Reference `json:"resourceGroupNameRef,omitempty" tf:"-"` // Selector for a ResourceGroup in azure to populate resourceGroupName. // +kubebuilder:validation:Optional ResourceGroupNameSelector *v1.Selector `json:"resourceGroupNameSelector,omitempty" tf:"-"` // Name of the database migration service where resource belongs to. Changing this forces a new resource to be created. // +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/datamigration/v1beta1.DatabaseMigrationService // +crossplane:generate:reference:extractor=github.com/crossplane/upjet/pkg/resource.ExtractParamPath("name",false) // +kubebuilder:validation:Optional ServiceName *string `json:"serviceName,omitempty" tf:"service_name,omitempty"` // Reference to a DatabaseMigrationService in datamigration to populate serviceName. // +kubebuilder:validation:Optional ServiceNameRef *v1.Reference `json:"serviceNameRef,omitempty" tf:"-"` // Selector for a DatabaseMigrationService in datamigration to populate serviceName. // +kubebuilder:validation:Optional ServiceNameSelector *v1.Selector `json:"serviceNameSelector,omitempty" tf:"-"` // The platform type of the migration source. Possible values are SQL, PostgreSQL, MySQL and MongoDb. Changing this forces a new resource to be created. // +kubebuilder:validation:Optional SourcePlatform *string `json:"sourcePlatform,omitempty" tf:"source_platform,omitempty"` // A mapping of tags to assigned to the resource. // +kubebuilder:validation:Optional // +mapType=granular Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"` // The platform type of the migration target. Possible values are SQLDB, AzureDbForPostgreSql, AzureDbForMySql and MongoDb. Changing this forces a new resource to be created. // +kubebuilder:validation:Optional TargetPlatform *string `json:"targetPlatform,omitempty" tf:"target_platform,omitempty"` }
func (*DatabaseMigrationProjectParameters) DeepCopy ¶
func (in *DatabaseMigrationProjectParameters) DeepCopy() *DatabaseMigrationProjectParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatabaseMigrationProjectParameters.
func (*DatabaseMigrationProjectParameters) DeepCopyInto ¶
func (in *DatabaseMigrationProjectParameters) DeepCopyInto(out *DatabaseMigrationProjectParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DatabaseMigrationProjectSpec ¶
type DatabaseMigrationProjectSpec struct { v1.ResourceSpec `json:",inline"` ForProvider DatabaseMigrationProjectParameters `json:"forProvider"` // THIS IS A BETA FIELD. It will be honored // unless the Management Policies feature flag is disabled. // InitProvider holds the same fields as ForProvider, with the exception // of Identifier and other resource reference fields. The fields that are // in InitProvider are merged into ForProvider when the resource is created. // The same fields are also added to the terraform ignore_changes hook, to // avoid updating them after creation. This is useful for fields that are // required on creation, but we do not desire to update them after creation, // for example because of an external controller is managing them, like an // autoscaler. InitProvider DatabaseMigrationProjectInitParameters `json:"initProvider,omitempty"` }
DatabaseMigrationProjectSpec defines the desired state of DatabaseMigrationProject
func (*DatabaseMigrationProjectSpec) DeepCopy ¶
func (in *DatabaseMigrationProjectSpec) DeepCopy() *DatabaseMigrationProjectSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatabaseMigrationProjectSpec.
func (*DatabaseMigrationProjectSpec) DeepCopyInto ¶
func (in *DatabaseMigrationProjectSpec) DeepCopyInto(out *DatabaseMigrationProjectSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DatabaseMigrationProjectStatus ¶
type DatabaseMigrationProjectStatus struct { v1.ResourceStatus `json:",inline"` AtProvider DatabaseMigrationProjectObservation `json:"atProvider,omitempty"` }
DatabaseMigrationProjectStatus defines the observed state of DatabaseMigrationProject.
func (*DatabaseMigrationProjectStatus) DeepCopy ¶
func (in *DatabaseMigrationProjectStatus) DeepCopy() *DatabaseMigrationProjectStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatabaseMigrationProjectStatus.
func (*DatabaseMigrationProjectStatus) DeepCopyInto ¶
func (in *DatabaseMigrationProjectStatus) DeepCopyInto(out *DatabaseMigrationProjectStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DatabaseMigrationService ¶
type DatabaseMigrationService struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.location) || (has(self.initProvider) && has(self.initProvider.location))",message="spec.forProvider.location is a required parameter" // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.name) || (has(self.initProvider) && has(self.initProvider.name))",message="spec.forProvider.name is a required parameter" // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.skuName) || (has(self.initProvider) && has(self.initProvider.skuName))",message="spec.forProvider.skuName is a required parameter" Spec DatabaseMigrationServiceSpec `json:"spec"` Status DatabaseMigrationServiceStatus `json:"status,omitempty"` }
DatabaseMigrationService is the Schema for the DatabaseMigrationServices API. Manage a Azure Database Migration Service. +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,azure}
func (*DatabaseMigrationService) DeepCopy ¶
func (in *DatabaseMigrationService) DeepCopy() *DatabaseMigrationService
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatabaseMigrationService.
func (*DatabaseMigrationService) DeepCopyInto ¶
func (in *DatabaseMigrationService) DeepCopyInto(out *DatabaseMigrationService)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DatabaseMigrationService) DeepCopyObject ¶
func (in *DatabaseMigrationService) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*DatabaseMigrationService) GetCondition ¶
func (mg *DatabaseMigrationService) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this DatabaseMigrationService.
func (*DatabaseMigrationService) GetConnectionDetailsMapping ¶
func (tr *DatabaseMigrationService) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this DatabaseMigrationService
func (*DatabaseMigrationService) GetDeletionPolicy ¶
func (mg *DatabaseMigrationService) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this DatabaseMigrationService.
func (*DatabaseMigrationService) GetID ¶
func (tr *DatabaseMigrationService) GetID() string
GetID returns ID of underlying Terraform resource of this DatabaseMigrationService
func (*DatabaseMigrationService) GetInitParameters ¶ added in v0.35.0
func (tr *DatabaseMigrationService) GetInitParameters() (map[string]any, error)
GetInitParameters of this DatabaseMigrationService
func (*DatabaseMigrationService) GetManagementPolicies ¶ added in v0.35.0
func (mg *DatabaseMigrationService) GetManagementPolicies() xpv1.ManagementPolicies
GetManagementPolicies of this DatabaseMigrationService.
func (*DatabaseMigrationService) GetMergedParameters ¶ added in v0.40.0
func (tr *DatabaseMigrationService) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)
GetInitParameters of this DatabaseMigrationService
func (*DatabaseMigrationService) GetObservation ¶
func (tr *DatabaseMigrationService) GetObservation() (map[string]any, error)
GetObservation of this DatabaseMigrationService
func (*DatabaseMigrationService) GetParameters ¶
func (tr *DatabaseMigrationService) GetParameters() (map[string]any, error)
GetParameters of this DatabaseMigrationService
func (*DatabaseMigrationService) GetProviderConfigReference ¶
func (mg *DatabaseMigrationService) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this DatabaseMigrationService.
func (*DatabaseMigrationService) GetPublishConnectionDetailsTo ¶
func (mg *DatabaseMigrationService) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this DatabaseMigrationService.
func (*DatabaseMigrationService) GetTerraformResourceType ¶
func (mg *DatabaseMigrationService) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this DatabaseMigrationService
func (*DatabaseMigrationService) GetTerraformSchemaVersion ¶
func (tr *DatabaseMigrationService) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*DatabaseMigrationService) GetWriteConnectionSecretToReference ¶
func (mg *DatabaseMigrationService) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this DatabaseMigrationService.
func (*DatabaseMigrationService) Hub ¶ added in v0.42.1
func (tr *DatabaseMigrationService) Hub()
Hub marks this type as a conversion hub.
func (*DatabaseMigrationService) LateInitialize ¶
func (tr *DatabaseMigrationService) LateInitialize(attrs []byte) (bool, error)
LateInitialize this DatabaseMigrationService using its observed tfState. returns True if there are any spec changes for the resource.
func (*DatabaseMigrationService) ResolveReferences ¶
ResolveReferences of this DatabaseMigrationService.
func (*DatabaseMigrationService) SetConditions ¶
func (mg *DatabaseMigrationService) SetConditions(c ...xpv1.Condition)
SetConditions of this DatabaseMigrationService.
func (*DatabaseMigrationService) SetDeletionPolicy ¶
func (mg *DatabaseMigrationService) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this DatabaseMigrationService.
func (*DatabaseMigrationService) SetManagementPolicies ¶ added in v0.35.0
func (mg *DatabaseMigrationService) SetManagementPolicies(r xpv1.ManagementPolicies)
SetManagementPolicies of this DatabaseMigrationService.
func (*DatabaseMigrationService) SetObservation ¶
func (tr *DatabaseMigrationService) SetObservation(obs map[string]any) error
SetObservation for this DatabaseMigrationService
func (*DatabaseMigrationService) SetParameters ¶
func (tr *DatabaseMigrationService) SetParameters(params map[string]any) error
SetParameters for this DatabaseMigrationService
func (*DatabaseMigrationService) SetProviderConfigReference ¶
func (mg *DatabaseMigrationService) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this DatabaseMigrationService.
func (*DatabaseMigrationService) SetPublishConnectionDetailsTo ¶
func (mg *DatabaseMigrationService) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this DatabaseMigrationService.
func (*DatabaseMigrationService) SetWriteConnectionSecretToReference ¶
func (mg *DatabaseMigrationService) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this DatabaseMigrationService.
type DatabaseMigrationServiceInitParameters ¶ added in v0.35.0
type DatabaseMigrationServiceInitParameters struct { // Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created. Location *string `json:"location,omitempty" tf:"location,omitempty"` // Specify the name of the database migration service. Changing this forces a new resource to be created. Name *string `json:"name,omitempty" tf:"name,omitempty"` // The SKU name of the database migration service. Possible values are Premium_4vCores, Standard_1vCores, Standard_2vCores and Standard_4vCores. Changing this forces a new resource to be created. SkuName *string `json:"skuName,omitempty" tf:"sku_name,omitempty"` // The ID of the virtual subnet resource to which the database migration service should be joined. Changing this forces a new resource to be created. // +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/network/v1beta2.Subnet // +crossplane:generate:reference:extractor=github.com/crossplane/upjet/pkg/resource.ExtractResourceID() SubnetID *string `json:"subnetId,omitempty" tf:"subnet_id,omitempty"` // Reference to a Subnet in network to populate subnetId. // +kubebuilder:validation:Optional SubnetIDRef *v1.Reference `json:"subnetIdRef,omitempty" tf:"-"` // Selector for a Subnet in network to populate subnetId. // +kubebuilder:validation:Optional SubnetIDSelector *v1.Selector `json:"subnetIdSelector,omitempty" tf:"-"` // A mapping of tags to assigned to the resource. // +mapType=granular Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"` }
func (*DatabaseMigrationServiceInitParameters) DeepCopy ¶ added in v0.35.0
func (in *DatabaseMigrationServiceInitParameters) DeepCopy() *DatabaseMigrationServiceInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatabaseMigrationServiceInitParameters.
func (*DatabaseMigrationServiceInitParameters) DeepCopyInto ¶ added in v0.35.0
func (in *DatabaseMigrationServiceInitParameters) DeepCopyInto(out *DatabaseMigrationServiceInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DatabaseMigrationServiceList ¶
type DatabaseMigrationServiceList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []DatabaseMigrationService `json:"items"` }
DatabaseMigrationServiceList contains a list of DatabaseMigrationServices
func (*DatabaseMigrationServiceList) DeepCopy ¶
func (in *DatabaseMigrationServiceList) DeepCopy() *DatabaseMigrationServiceList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatabaseMigrationServiceList.
func (*DatabaseMigrationServiceList) DeepCopyInto ¶
func (in *DatabaseMigrationServiceList) DeepCopyInto(out *DatabaseMigrationServiceList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*DatabaseMigrationServiceList) DeepCopyObject ¶
func (in *DatabaseMigrationServiceList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*DatabaseMigrationServiceList) GetItems ¶
func (l *DatabaseMigrationServiceList) GetItems() []resource.Managed
GetItems of this DatabaseMigrationServiceList.
type DatabaseMigrationServiceObservation ¶
type DatabaseMigrationServiceObservation struct { // The ID of Database Migration Service. ID *string `json:"id,omitempty" tf:"id,omitempty"` // Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created. Location *string `json:"location,omitempty" tf:"location,omitempty"` // Specify the name of the database migration service. Changing this forces a new resource to be created. Name *string `json:"name,omitempty" tf:"name,omitempty"` // Name of the resource group in which to create the database migration service. Changing this forces a new resource to be created. ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"` // The SKU name of the database migration service. Possible values are Premium_4vCores, Standard_1vCores, Standard_2vCores and Standard_4vCores. Changing this forces a new resource to be created. SkuName *string `json:"skuName,omitempty" tf:"sku_name,omitempty"` // The ID of the virtual subnet resource to which the database migration service should be joined. Changing this forces a new resource to be created. SubnetID *string `json:"subnetId,omitempty" tf:"subnet_id,omitempty"` // A mapping of tags to assigned to the resource. // +mapType=granular Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"` }
func (*DatabaseMigrationServiceObservation) DeepCopy ¶
func (in *DatabaseMigrationServiceObservation) DeepCopy() *DatabaseMigrationServiceObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatabaseMigrationServiceObservation.
func (*DatabaseMigrationServiceObservation) DeepCopyInto ¶
func (in *DatabaseMigrationServiceObservation) DeepCopyInto(out *DatabaseMigrationServiceObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DatabaseMigrationServiceParameters ¶
type DatabaseMigrationServiceParameters struct { // Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created. // +kubebuilder:validation:Optional Location *string `json:"location,omitempty" tf:"location,omitempty"` // Specify the name of the database migration service. Changing this forces a new resource to be created. // +kubebuilder:validation:Optional Name *string `json:"name,omitempty" tf:"name,omitempty"` // Name of the resource group in which to create the database migration service. Changing this forces a new resource to be created. // +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/azure/v1beta1.ResourceGroup // +kubebuilder:validation:Optional ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"` // Reference to a ResourceGroup in azure to populate resourceGroupName. // +kubebuilder:validation:Optional ResourceGroupNameRef *v1.Reference `json:"resourceGroupNameRef,omitempty" tf:"-"` // Selector for a ResourceGroup in azure to populate resourceGroupName. // +kubebuilder:validation:Optional ResourceGroupNameSelector *v1.Selector `json:"resourceGroupNameSelector,omitempty" tf:"-"` // The SKU name of the database migration service. Possible values are Premium_4vCores, Standard_1vCores, Standard_2vCores and Standard_4vCores. Changing this forces a new resource to be created. // +kubebuilder:validation:Optional SkuName *string `json:"skuName,omitempty" tf:"sku_name,omitempty"` // The ID of the virtual subnet resource to which the database migration service should be joined. Changing this forces a new resource to be created. // +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/network/v1beta2.Subnet // +crossplane:generate:reference:extractor=github.com/crossplane/upjet/pkg/resource.ExtractResourceID() // +kubebuilder:validation:Optional SubnetID *string `json:"subnetId,omitempty" tf:"subnet_id,omitempty"` // Reference to a Subnet in network to populate subnetId. // +kubebuilder:validation:Optional SubnetIDRef *v1.Reference `json:"subnetIdRef,omitempty" tf:"-"` // Selector for a Subnet in network to populate subnetId. // +kubebuilder:validation:Optional SubnetIDSelector *v1.Selector `json:"subnetIdSelector,omitempty" tf:"-"` // A mapping of tags to assigned to the resource. // +kubebuilder:validation:Optional // +mapType=granular Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"` }
func (*DatabaseMigrationServiceParameters) DeepCopy ¶
func (in *DatabaseMigrationServiceParameters) DeepCopy() *DatabaseMigrationServiceParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatabaseMigrationServiceParameters.
func (*DatabaseMigrationServiceParameters) DeepCopyInto ¶
func (in *DatabaseMigrationServiceParameters) DeepCopyInto(out *DatabaseMigrationServiceParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DatabaseMigrationServiceSpec ¶
type DatabaseMigrationServiceSpec struct { v1.ResourceSpec `json:",inline"` ForProvider DatabaseMigrationServiceParameters `json:"forProvider"` // THIS IS A BETA FIELD. It will be honored // unless the Management Policies feature flag is disabled. // InitProvider holds the same fields as ForProvider, with the exception // of Identifier and other resource reference fields. The fields that are // in InitProvider are merged into ForProvider when the resource is created. // The same fields are also added to the terraform ignore_changes hook, to // avoid updating them after creation. This is useful for fields that are // required on creation, but we do not desire to update them after creation, // for example because of an external controller is managing them, like an // autoscaler. InitProvider DatabaseMigrationServiceInitParameters `json:"initProvider,omitempty"` }
DatabaseMigrationServiceSpec defines the desired state of DatabaseMigrationService
func (*DatabaseMigrationServiceSpec) DeepCopy ¶
func (in *DatabaseMigrationServiceSpec) DeepCopy() *DatabaseMigrationServiceSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatabaseMigrationServiceSpec.
func (*DatabaseMigrationServiceSpec) DeepCopyInto ¶
func (in *DatabaseMigrationServiceSpec) DeepCopyInto(out *DatabaseMigrationServiceSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DatabaseMigrationServiceStatus ¶
type DatabaseMigrationServiceStatus struct { v1.ResourceStatus `json:",inline"` AtProvider DatabaseMigrationServiceObservation `json:"atProvider,omitempty"` }
DatabaseMigrationServiceStatus defines the observed state of DatabaseMigrationService.
func (*DatabaseMigrationServiceStatus) DeepCopy ¶
func (in *DatabaseMigrationServiceStatus) DeepCopy() *DatabaseMigrationServiceStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DatabaseMigrationServiceStatus.
func (*DatabaseMigrationServiceStatus) DeepCopyInto ¶
func (in *DatabaseMigrationServiceStatus) DeepCopyInto(out *DatabaseMigrationServiceStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Source Files ¶
- zz_databasemigrationproject_terraformed.go
- zz_databasemigrationproject_types.go
- zz_databasemigrationservice_terraformed.go
- zz_databasemigrationservice_types.go
- zz_generated.conversion_hubs.go
- zz_generated.deepcopy.go
- zz_generated.managed.go
- zz_generated.managedlist.go
- zz_generated.resolvers.go
- zz_groupversion_info.go