v1beta1

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=datashare.azure.upbound.io +versionName=v1beta1

Index

Constants

View Source
const (
	CRDGroup   = "datashare.azure.upbound.io"
	CRDVersion = "v1beta1"
)

Package type metadata.

Variables

View Source
var (
	Account_Kind             = "Account"
	Account_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: Account_Kind}.String()
	Account_KindAPIVersion   = Account_Kind + "." + CRDGroupVersion.String()
	Account_GroupVersionKind = CRDGroupVersion.WithKind(Account_Kind)
)

Repository type metadata.

View Source
var (
	DataSetBlobStorage_Kind             = "DataSetBlobStorage"
	DataSetBlobStorage_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: DataSetBlobStorage_Kind}.String()
	DataSetBlobStorage_KindAPIVersion   = DataSetBlobStorage_Kind + "." + CRDGroupVersion.String()
	DataSetBlobStorage_GroupVersionKind = CRDGroupVersion.WithKind(DataSetBlobStorage_Kind)
)

Repository type metadata.

View Source
var (
	DataSetDataLakeGen2_Kind             = "DataSetDataLakeGen2"
	DataSetDataLakeGen2_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: DataSetDataLakeGen2_Kind}.String()
	DataSetDataLakeGen2_KindAPIVersion   = DataSetDataLakeGen2_Kind + "." + CRDGroupVersion.String()
	DataSetDataLakeGen2_GroupVersionKind = CRDGroupVersion.WithKind(DataSetDataLakeGen2_Kind)
)

Repository type metadata.

View Source
var (
	DataSetKustoCluster_Kind             = "DataSetKustoCluster"
	DataSetKustoCluster_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: DataSetKustoCluster_Kind}.String()
	DataSetKustoCluster_KindAPIVersion   = DataSetKustoCluster_Kind + "." + CRDGroupVersion.String()
	DataSetKustoCluster_GroupVersionKind = CRDGroupVersion.WithKind(DataSetKustoCluster_Kind)
)

Repository type metadata.

View Source
var (
	DataSetKustoDatabase_Kind             = "DataSetKustoDatabase"
	DataSetKustoDatabase_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: DataSetKustoDatabase_Kind}.String()
	DataSetKustoDatabase_KindAPIVersion   = DataSetKustoDatabase_Kind + "." + CRDGroupVersion.String()
	DataSetKustoDatabase_GroupVersionKind = CRDGroupVersion.WithKind(DataSetKustoDatabase_Kind)
)

Repository type metadata.

View Source
var (
	DataShare_Kind             = "DataShare"
	DataShare_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: DataShare_Kind}.String()
	DataShare_KindAPIVersion   = DataShare_Kind + "." + CRDGroupVersion.String()
	DataShare_GroupVersionKind = CRDGroupVersion.WithKind(DataShare_Kind)
)

Repository type metadata.

View Source
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 Account

type Account 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.identity) || (has(self.initProvider) && has(self.initProvider.identity))",message="spec.forProvider.identity is a required parameter"
	// +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"
	Spec   AccountSpec   `json:"spec"`
	Status AccountStatus `json:"status,omitempty"`
}

Account is the Schema for the Accounts API. Manages a Data Share Account. +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 (*Account) DeepCopy

func (in *Account) DeepCopy() *Account

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Account.

func (*Account) DeepCopyInto

func (in *Account) DeepCopyInto(out *Account)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Account) DeepCopyObject

func (in *Account) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*Account) GetCondition

func (mg *Account) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this Account.

func (*Account) GetConnectionDetailsMapping

func (tr *Account) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this Account

func (*Account) GetDeletionPolicy

func (mg *Account) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this Account.

func (*Account) GetID

func (tr *Account) GetID() string

GetID returns ID of underlying Terraform resource of this Account

func (*Account) GetInitParameters added in v0.35.0

func (tr *Account) GetInitParameters() (map[string]any, error)

GetInitParameters of this Account

func (*Account) GetManagementPolicies added in v0.35.0

func (mg *Account) GetManagementPolicies() xpv1.ManagementPolicies

GetManagementPolicies of this Account.

func (*Account) GetMergedParameters added in v0.40.0

func (tr *Account) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)

GetInitParameters of this Account

func (*Account) GetObservation

func (tr *Account) GetObservation() (map[string]any, error)

GetObservation of this Account

func (*Account) GetParameters

func (tr *Account) GetParameters() (map[string]any, error)

GetParameters of this Account

func (*Account) GetProviderConfigReference

func (mg *Account) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this Account.

func (*Account) GetPublishConnectionDetailsTo

func (mg *Account) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this Account.

func (*Account) GetTerraformResourceType

func (mg *Account) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this Account

func (*Account) GetTerraformSchemaVersion

func (tr *Account) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*Account) GetWriteConnectionSecretToReference

func (mg *Account) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this Account.

func (*Account) Hub added in v0.42.1

func (tr *Account) Hub()

Hub marks this type as a conversion hub.

func (*Account) LateInitialize

func (tr *Account) LateInitialize(attrs []byte) (bool, error)

LateInitialize this Account using its observed tfState. returns True if there are any spec changes for the resource.

func (*Account) ResolveReferences

func (mg *Account) ResolveReferences(ctx context.Context, c client.Reader) error

func (*Account) SetConditions

func (mg *Account) SetConditions(c ...xpv1.Condition)

SetConditions of this Account.

func (*Account) SetDeletionPolicy

func (mg *Account) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this Account.

func (*Account) SetManagementPolicies added in v0.35.0

func (mg *Account) SetManagementPolicies(r xpv1.ManagementPolicies)

SetManagementPolicies of this Account.

func (*Account) SetObservation

func (tr *Account) SetObservation(obs map[string]any) error

SetObservation for this Account

func (*Account) SetParameters

func (tr *Account) SetParameters(params map[string]any) error

SetParameters for this Account

func (*Account) SetProviderConfigReference

func (mg *Account) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this Account.

func (*Account) SetPublishConnectionDetailsTo

func (mg *Account) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this Account.

func (*Account) SetWriteConnectionSecretToReference

func (mg *Account) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this Account.

type AccountInitParameters added in v0.35.0

type AccountInitParameters struct {

	// An identity block as defined below. Changing this forces a new resource to be created.
	Identity []IdentityInitParameters `json:"identity,omitempty" tf:"identity,omitempty"`

	// The Azure Region where the Data Share Account should exist. Changing this forces a new Data Share Account to be created.
	Location *string `json:"location,omitempty" tf:"location,omitempty"`

	// A mapping of tags which should be assigned to the Data Share Account.
	// +mapType=granular
	Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"`
}

func (*AccountInitParameters) DeepCopy added in v0.35.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AccountInitParameters.

func (*AccountInitParameters) DeepCopyInto added in v0.35.0

func (in *AccountInitParameters) DeepCopyInto(out *AccountInitParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AccountList

type AccountList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []Account `json:"items"`
}

AccountList contains a list of Accounts

func (*AccountList) DeepCopy

func (in *AccountList) DeepCopy() *AccountList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AccountList.

func (*AccountList) DeepCopyInto

func (in *AccountList) DeepCopyInto(out *AccountList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*AccountList) DeepCopyObject

func (in *AccountList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*AccountList) GetItems

func (l *AccountList) GetItems() []resource.Managed

GetItems of this AccountList.

type AccountObservation

type AccountObservation struct {

	// The ID of the Data Share Account.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// An identity block as defined below. Changing this forces a new resource to be created.
	Identity []IdentityObservation `json:"identity,omitempty" tf:"identity,omitempty"`

	// The Azure Region where the Data Share Account should exist. Changing this forces a new Data Share Account to be created.
	Location *string `json:"location,omitempty" tf:"location,omitempty"`

	// The name of the Resource Group where the Data Share Account should exist. Changing this forces a new Data Share Account to be created.
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`

	// A mapping of tags which should be assigned to the Data Share Account.
	// +mapType=granular
	Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"`
}

func (*AccountObservation) DeepCopy

func (in *AccountObservation) DeepCopy() *AccountObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AccountObservation.

func (*AccountObservation) DeepCopyInto

func (in *AccountObservation) DeepCopyInto(out *AccountObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AccountParameters

type AccountParameters struct {

	// An identity block as defined below. Changing this forces a new resource to be created.
	// +kubebuilder:validation:Optional
	Identity []IdentityParameters `json:"identity,omitempty" tf:"identity,omitempty"`

	// The Azure Region where the Data Share Account should exist. Changing this forces a new Data Share Account to be created.
	// +kubebuilder:validation:Optional
	Location *string `json:"location,omitempty" tf:"location,omitempty"`

	// The name of the Resource Group where the Data Share Account should exist. Changing this forces a new Data Share Account 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:"-"`

	// A mapping of tags which should be assigned to the Data Share Account.
	// +kubebuilder:validation:Optional
	// +mapType=granular
	Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"`
}

func (*AccountParameters) DeepCopy

func (in *AccountParameters) DeepCopy() *AccountParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AccountParameters.

func (*AccountParameters) DeepCopyInto

func (in *AccountParameters) DeepCopyInto(out *AccountParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AccountSpec

type AccountSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     AccountParameters `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 AccountInitParameters `json:"initProvider,omitempty"`
}

AccountSpec defines the desired state of Account

func (*AccountSpec) DeepCopy

func (in *AccountSpec) DeepCopy() *AccountSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AccountSpec.

func (*AccountSpec) DeepCopyInto

func (in *AccountSpec) DeepCopyInto(out *AccountSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AccountStatus

type AccountStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        AccountObservation `json:"atProvider,omitempty"`
}

AccountStatus defines the observed state of Account.

func (*AccountStatus) DeepCopy

func (in *AccountStatus) DeepCopy() *AccountStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AccountStatus.

func (*AccountStatus) DeepCopyInto

func (in *AccountStatus) DeepCopyInto(out *AccountStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DataSetBlobStorage

type DataSetBlobStorage 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.storageAccount) || (has(self.initProvider) && has(self.initProvider.storageAccount))",message="spec.forProvider.storageAccount is a required parameter"
	Spec   DataSetBlobStorageSpec   `json:"spec"`
	Status DataSetBlobStorageStatus `json:"status,omitempty"`
}

DataSetBlobStorage is the Schema for the DataSetBlobStorages API. Manages a Data Share Blob Storage Dataset. +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 (*DataSetBlobStorage) DeepCopy

func (in *DataSetBlobStorage) DeepCopy() *DataSetBlobStorage

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataSetBlobStorage.

func (*DataSetBlobStorage) DeepCopyInto

func (in *DataSetBlobStorage) DeepCopyInto(out *DataSetBlobStorage)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*DataSetBlobStorage) DeepCopyObject

func (in *DataSetBlobStorage) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*DataSetBlobStorage) GetCondition

func (mg *DataSetBlobStorage) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this DataSetBlobStorage.

func (*DataSetBlobStorage) GetConnectionDetailsMapping

func (tr *DataSetBlobStorage) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this DataSetBlobStorage

func (*DataSetBlobStorage) GetDeletionPolicy

func (mg *DataSetBlobStorage) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this DataSetBlobStorage.

func (*DataSetBlobStorage) GetID

func (tr *DataSetBlobStorage) GetID() string

GetID returns ID of underlying Terraform resource of this DataSetBlobStorage

func (*DataSetBlobStorage) GetInitParameters added in v0.35.0

func (tr *DataSetBlobStorage) GetInitParameters() (map[string]any, error)

GetInitParameters of this DataSetBlobStorage

func (*DataSetBlobStorage) GetManagementPolicies added in v0.35.0

func (mg *DataSetBlobStorage) GetManagementPolicies() xpv1.ManagementPolicies

GetManagementPolicies of this DataSetBlobStorage.

func (*DataSetBlobStorage) GetMergedParameters added in v0.40.0

func (tr *DataSetBlobStorage) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)

GetInitParameters of this DataSetBlobStorage

func (*DataSetBlobStorage) GetObservation

func (tr *DataSetBlobStorage) GetObservation() (map[string]any, error)

GetObservation of this DataSetBlobStorage

func (*DataSetBlobStorage) GetParameters

func (tr *DataSetBlobStorage) GetParameters() (map[string]any, error)

GetParameters of this DataSetBlobStorage

func (*DataSetBlobStorage) GetProviderConfigReference

func (mg *DataSetBlobStorage) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this DataSetBlobStorage.

func (*DataSetBlobStorage) GetPublishConnectionDetailsTo

func (mg *DataSetBlobStorage) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this DataSetBlobStorage.

func (*DataSetBlobStorage) GetTerraformResourceType

func (mg *DataSetBlobStorage) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this DataSetBlobStorage

func (*DataSetBlobStorage) GetTerraformSchemaVersion

func (tr *DataSetBlobStorage) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*DataSetBlobStorage) GetWriteConnectionSecretToReference

func (mg *DataSetBlobStorage) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this DataSetBlobStorage.

func (*DataSetBlobStorage) Hub added in v0.42.1

func (tr *DataSetBlobStorage) Hub()

Hub marks this type as a conversion hub.

func (*DataSetBlobStorage) LateInitialize

func (tr *DataSetBlobStorage) LateInitialize(attrs []byte) (bool, error)

LateInitialize this DataSetBlobStorage using its observed tfState. returns True if there are any spec changes for the resource.

func (*DataSetBlobStorage) ResolveReferences

func (mg *DataSetBlobStorage) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this DataSetBlobStorage.

func (*DataSetBlobStorage) SetConditions

func (mg *DataSetBlobStorage) SetConditions(c ...xpv1.Condition)

SetConditions of this DataSetBlobStorage.

func (*DataSetBlobStorage) SetDeletionPolicy

func (mg *DataSetBlobStorage) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this DataSetBlobStorage.

func (*DataSetBlobStorage) SetManagementPolicies added in v0.35.0

func (mg *DataSetBlobStorage) SetManagementPolicies(r xpv1.ManagementPolicies)

SetManagementPolicies of this DataSetBlobStorage.

func (*DataSetBlobStorage) SetObservation

func (tr *DataSetBlobStorage) SetObservation(obs map[string]any) error

SetObservation for this DataSetBlobStorage

func (*DataSetBlobStorage) SetParameters

func (tr *DataSetBlobStorage) SetParameters(params map[string]any) error

SetParameters for this DataSetBlobStorage

func (*DataSetBlobStorage) SetProviderConfigReference

func (mg *DataSetBlobStorage) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this DataSetBlobStorage.

func (*DataSetBlobStorage) SetPublishConnectionDetailsTo

func (mg *DataSetBlobStorage) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this DataSetBlobStorage.

func (*DataSetBlobStorage) SetWriteConnectionSecretToReference

func (mg *DataSetBlobStorage) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this DataSetBlobStorage.

type DataSetBlobStorageInitParameters added in v0.35.0

type DataSetBlobStorageInitParameters struct {

	// The name of the storage account container to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/storage/v1beta1.Container
	ContainerName *string `json:"containerName,omitempty" tf:"container_name,omitempty"`

	// Reference to a Container in storage to populate containerName.
	// +kubebuilder:validation:Optional
	ContainerNameRef *v1.Reference `json:"containerNameRef,omitempty" tf:"-"`

	// Selector for a Container in storage to populate containerName.
	// +kubebuilder:validation:Optional
	ContainerNameSelector *v1.Selector `json:"containerNameSelector,omitempty" tf:"-"`

	// The path of the file in the storage container to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	FilePath *string `json:"filePath,omitempty" tf:"file_path,omitempty"`

	// The path of the folder in the storage container to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	FolderPath *string `json:"folderPath,omitempty" tf:"folder_path,omitempty"`

	// A storage_account block as defined below. Changing this forces a new resource to be created.
	StorageAccount []StorageAccountInitParameters `json:"storageAccount,omitempty" tf:"storage_account,omitempty"`
}

func (*DataSetBlobStorageInitParameters) DeepCopy added in v0.35.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataSetBlobStorageInitParameters.

func (*DataSetBlobStorageInitParameters) DeepCopyInto added in v0.35.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DataSetBlobStorageList

type DataSetBlobStorageList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []DataSetBlobStorage `json:"items"`
}

DataSetBlobStorageList contains a list of DataSetBlobStorages

func (*DataSetBlobStorageList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataSetBlobStorageList.

func (*DataSetBlobStorageList) DeepCopyInto

func (in *DataSetBlobStorageList) DeepCopyInto(out *DataSetBlobStorageList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*DataSetBlobStorageList) DeepCopyObject

func (in *DataSetBlobStorageList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*DataSetBlobStorageList) GetItems

func (l *DataSetBlobStorageList) GetItems() []resource.Managed

GetItems of this DataSetBlobStorageList.

type DataSetBlobStorageObservation

type DataSetBlobStorageObservation struct {

	// The name of the storage account container to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	ContainerName *string `json:"containerName,omitempty" tf:"container_name,omitempty"`

	// The ID of the Data Share in which this Data Share Blob Storage Dataset should be created. Changing this forces a new Data Share Blob Storage Dataset to be created.
	DataShareID *string `json:"dataShareId,omitempty" tf:"data_share_id,omitempty"`

	// The name of the Data Share Dataset.
	DisplayName *string `json:"displayName,omitempty" tf:"display_name,omitempty"`

	// The path of the file in the storage container to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	FilePath *string `json:"filePath,omitempty" tf:"file_path,omitempty"`

	// The path of the folder in the storage container to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	FolderPath *string `json:"folderPath,omitempty" tf:"folder_path,omitempty"`

	// The ID of the Data Share Blob Storage Dataset.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// A storage_account block as defined below. Changing this forces a new resource to be created.
	StorageAccount []StorageAccountObservation `json:"storageAccount,omitempty" tf:"storage_account,omitempty"`
}

func (*DataSetBlobStorageObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataSetBlobStorageObservation.

func (*DataSetBlobStorageObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DataSetBlobStorageParameters

type DataSetBlobStorageParameters struct {

	// The name of the storage account container to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/storage/v1beta1.Container
	// +kubebuilder:validation:Optional
	ContainerName *string `json:"containerName,omitempty" tf:"container_name,omitempty"`

	// Reference to a Container in storage to populate containerName.
	// +kubebuilder:validation:Optional
	ContainerNameRef *v1.Reference `json:"containerNameRef,omitempty" tf:"-"`

	// Selector for a Container in storage to populate containerName.
	// +kubebuilder:validation:Optional
	ContainerNameSelector *v1.Selector `json:"containerNameSelector,omitempty" tf:"-"`

	// The ID of the Data Share in which this Data Share Blob Storage Dataset should be created. Changing this forces a new Data Share Blob Storage Dataset to be created.
	// +crossplane:generate:reference:type=DataShare
	// +crossplane:generate:reference:extractor=github.com/upbound/provider-azure/apis/rconfig.ExtractResourceID()
	// +kubebuilder:validation:Optional
	DataShareID *string `json:"dataShareId,omitempty" tf:"data_share_id,omitempty"`

	// Reference to a DataShare to populate dataShareId.
	// +kubebuilder:validation:Optional
	DataShareIDRef *v1.Reference `json:"dataShareIdRef,omitempty" tf:"-"`

	// Selector for a DataShare to populate dataShareId.
	// +kubebuilder:validation:Optional
	DataShareIDSelector *v1.Selector `json:"dataShareIdSelector,omitempty" tf:"-"`

	// The path of the file in the storage container to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	// +kubebuilder:validation:Optional
	FilePath *string `json:"filePath,omitempty" tf:"file_path,omitempty"`

	// The path of the folder in the storage container to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	// +kubebuilder:validation:Optional
	FolderPath *string `json:"folderPath,omitempty" tf:"folder_path,omitempty"`

	// A storage_account block as defined below. Changing this forces a new resource to be created.
	// +kubebuilder:validation:Optional
	StorageAccount []StorageAccountParameters `json:"storageAccount,omitempty" tf:"storage_account,omitempty"`
}

func (*DataSetBlobStorageParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataSetBlobStorageParameters.

func (*DataSetBlobStorageParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DataSetBlobStorageSpec

type DataSetBlobStorageSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     DataSetBlobStorageParameters `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 DataSetBlobStorageInitParameters `json:"initProvider,omitempty"`
}

DataSetBlobStorageSpec defines the desired state of DataSetBlobStorage

func (*DataSetBlobStorageSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataSetBlobStorageSpec.

func (*DataSetBlobStorageSpec) DeepCopyInto

func (in *DataSetBlobStorageSpec) DeepCopyInto(out *DataSetBlobStorageSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DataSetBlobStorageStatus

type DataSetBlobStorageStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        DataSetBlobStorageObservation `json:"atProvider,omitempty"`
}

DataSetBlobStorageStatus defines the observed state of DataSetBlobStorage.

func (*DataSetBlobStorageStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataSetBlobStorageStatus.

func (*DataSetBlobStorageStatus) DeepCopyInto

func (in *DataSetBlobStorageStatus) DeepCopyInto(out *DataSetBlobStorageStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DataSetDataLakeGen2

type DataSetDataLakeGen2 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              DataSetDataLakeGen2Spec   `json:"spec"`
	Status            DataSetDataLakeGen2Status `json:"status,omitempty"`
}

DataSetDataLakeGen2 is the Schema for the DataSetDataLakeGen2s API. Manages a Data Share Data Lake Gen2 Dataset. +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 (*DataSetDataLakeGen2) DeepCopy

func (in *DataSetDataLakeGen2) DeepCopy() *DataSetDataLakeGen2

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataSetDataLakeGen2.

func (*DataSetDataLakeGen2) DeepCopyInto

func (in *DataSetDataLakeGen2) DeepCopyInto(out *DataSetDataLakeGen2)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*DataSetDataLakeGen2) DeepCopyObject

func (in *DataSetDataLakeGen2) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*DataSetDataLakeGen2) GetCondition

func (mg *DataSetDataLakeGen2) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this DataSetDataLakeGen2.

func (*DataSetDataLakeGen2) GetConnectionDetailsMapping

func (tr *DataSetDataLakeGen2) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this DataSetDataLakeGen2

func (*DataSetDataLakeGen2) GetDeletionPolicy

func (mg *DataSetDataLakeGen2) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this DataSetDataLakeGen2.

func (*DataSetDataLakeGen2) GetID

func (tr *DataSetDataLakeGen2) GetID() string

GetID returns ID of underlying Terraform resource of this DataSetDataLakeGen2

func (*DataSetDataLakeGen2) GetInitParameters added in v0.35.0

func (tr *DataSetDataLakeGen2) GetInitParameters() (map[string]any, error)

GetInitParameters of this DataSetDataLakeGen2

func (*DataSetDataLakeGen2) GetManagementPolicies added in v0.35.0

func (mg *DataSetDataLakeGen2) GetManagementPolicies() xpv1.ManagementPolicies

GetManagementPolicies of this DataSetDataLakeGen2.

func (*DataSetDataLakeGen2) GetMergedParameters added in v0.40.0

func (tr *DataSetDataLakeGen2) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)

GetInitParameters of this DataSetDataLakeGen2

func (*DataSetDataLakeGen2) GetObservation

func (tr *DataSetDataLakeGen2) GetObservation() (map[string]any, error)

GetObservation of this DataSetDataLakeGen2

func (*DataSetDataLakeGen2) GetParameters

func (tr *DataSetDataLakeGen2) GetParameters() (map[string]any, error)

GetParameters of this DataSetDataLakeGen2

func (*DataSetDataLakeGen2) GetProviderConfigReference

func (mg *DataSetDataLakeGen2) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this DataSetDataLakeGen2.

func (*DataSetDataLakeGen2) GetPublishConnectionDetailsTo

func (mg *DataSetDataLakeGen2) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this DataSetDataLakeGen2.

func (*DataSetDataLakeGen2) GetTerraformResourceType

func (mg *DataSetDataLakeGen2) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this DataSetDataLakeGen2

func (*DataSetDataLakeGen2) GetTerraformSchemaVersion

func (tr *DataSetDataLakeGen2) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*DataSetDataLakeGen2) GetWriteConnectionSecretToReference

func (mg *DataSetDataLakeGen2) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this DataSetDataLakeGen2.

func (*DataSetDataLakeGen2) Hub added in v0.42.1

func (tr *DataSetDataLakeGen2) Hub()

Hub marks this type as a conversion hub.

func (*DataSetDataLakeGen2) LateInitialize

func (tr *DataSetDataLakeGen2) LateInitialize(attrs []byte) (bool, error)

LateInitialize this DataSetDataLakeGen2 using its observed tfState. returns True if there are any spec changes for the resource.

func (*DataSetDataLakeGen2) ResolveReferences

func (mg *DataSetDataLakeGen2) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this DataSetDataLakeGen2.

func (*DataSetDataLakeGen2) SetConditions

func (mg *DataSetDataLakeGen2) SetConditions(c ...xpv1.Condition)

SetConditions of this DataSetDataLakeGen2.

func (*DataSetDataLakeGen2) SetDeletionPolicy

func (mg *DataSetDataLakeGen2) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this DataSetDataLakeGen2.

func (*DataSetDataLakeGen2) SetManagementPolicies added in v0.35.0

func (mg *DataSetDataLakeGen2) SetManagementPolicies(r xpv1.ManagementPolicies)

SetManagementPolicies of this DataSetDataLakeGen2.

func (*DataSetDataLakeGen2) SetObservation

func (tr *DataSetDataLakeGen2) SetObservation(obs map[string]any) error

SetObservation for this DataSetDataLakeGen2

func (*DataSetDataLakeGen2) SetParameters

func (tr *DataSetDataLakeGen2) SetParameters(params map[string]any) error

SetParameters for this DataSetDataLakeGen2

func (*DataSetDataLakeGen2) SetProviderConfigReference

func (mg *DataSetDataLakeGen2) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this DataSetDataLakeGen2.

func (*DataSetDataLakeGen2) SetPublishConnectionDetailsTo

func (mg *DataSetDataLakeGen2) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this DataSetDataLakeGen2.

func (*DataSetDataLakeGen2) SetWriteConnectionSecretToReference

func (mg *DataSetDataLakeGen2) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this DataSetDataLakeGen2.

type DataSetDataLakeGen2InitParameters added in v0.35.0

type DataSetDataLakeGen2InitParameters struct {

	// The path of the file in the data lake file system to be shared with the receiver. Conflicts with folder_path Changing this forces a new Data Share Data Lake Gen2 Dataset to be created.
	FilePath *string `json:"filePath,omitempty" tf:"file_path,omitempty"`

	// The name of the data lake file system to be shared with the receiver. Changing this forces a new Data Share Data Lake Gen2 Dataset to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/storage/v1beta1.DataLakeGen2FileSystem
	FileSystemName *string `json:"fileSystemName,omitempty" tf:"file_system_name,omitempty"`

	// Reference to a DataLakeGen2FileSystem in storage to populate fileSystemName.
	// +kubebuilder:validation:Optional
	FileSystemNameRef *v1.Reference `json:"fileSystemNameRef,omitempty" tf:"-"`

	// Selector for a DataLakeGen2FileSystem in storage to populate fileSystemName.
	// +kubebuilder:validation:Optional
	FileSystemNameSelector *v1.Selector `json:"fileSystemNameSelector,omitempty" tf:"-"`

	// The folder path in the data lake file system to be shared with the receiver. Conflicts with file_path Changing this forces a new Data Share Data Lake Gen2 Dataset to be created.
	FolderPath *string `json:"folderPath,omitempty" tf:"folder_path,omitempty"`

	// The resource id of the storage account of the data lake file system to be shared with the receiver. Changing this forces a new Data Share Data Lake Gen2 Dataset to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/storage/v1beta1.Account
	// +crossplane:generate:reference:extractor=github.com/upbound/provider-azure/apis/rconfig.ExtractResourceID()
	StorageAccountID *string `json:"storageAccountId,omitempty" tf:"storage_account_id,omitempty"`

	// Reference to a Account in storage to populate storageAccountId.
	// +kubebuilder:validation:Optional
	StorageAccountIDRef *v1.Reference `json:"storageAccountIdRef,omitempty" tf:"-"`

	// Selector for a Account in storage to populate storageAccountId.
	// +kubebuilder:validation:Optional
	StorageAccountIDSelector *v1.Selector `json:"storageAccountIdSelector,omitempty" tf:"-"`
}

func (*DataSetDataLakeGen2InitParameters) DeepCopy added in v0.35.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataSetDataLakeGen2InitParameters.

func (*DataSetDataLakeGen2InitParameters) DeepCopyInto added in v0.35.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DataSetDataLakeGen2List

type DataSetDataLakeGen2List struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []DataSetDataLakeGen2 `json:"items"`
}

DataSetDataLakeGen2List contains a list of DataSetDataLakeGen2s

func (*DataSetDataLakeGen2List) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataSetDataLakeGen2List.

func (*DataSetDataLakeGen2List) DeepCopyInto

func (in *DataSetDataLakeGen2List) DeepCopyInto(out *DataSetDataLakeGen2List)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*DataSetDataLakeGen2List) DeepCopyObject

func (in *DataSetDataLakeGen2List) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*DataSetDataLakeGen2List) GetItems

func (l *DataSetDataLakeGen2List) GetItems() []resource.Managed

GetItems of this DataSetDataLakeGen2List.

type DataSetDataLakeGen2Observation

type DataSetDataLakeGen2Observation struct {

	// The name of the Data Share Dataset.
	DisplayName *string `json:"displayName,omitempty" tf:"display_name,omitempty"`

	// The path of the file in the data lake file system to be shared with the receiver. Conflicts with folder_path Changing this forces a new Data Share Data Lake Gen2 Dataset to be created.
	FilePath *string `json:"filePath,omitempty" tf:"file_path,omitempty"`

	// The name of the data lake file system to be shared with the receiver. Changing this forces a new Data Share Data Lake Gen2 Dataset to be created.
	FileSystemName *string `json:"fileSystemName,omitempty" tf:"file_system_name,omitempty"`

	// The folder path in the data lake file system to be shared with the receiver. Conflicts with file_path Changing this forces a new Data Share Data Lake Gen2 Dataset to be created.
	FolderPath *string `json:"folderPath,omitempty" tf:"folder_path,omitempty"`

	// The resource ID of the Data Share Data Lake Gen2 Dataset.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// The resource ID of the Data Share where this Data Share Data Lake Gen2 Dataset should be created. Changing this forces a new Data Share Data Lake Gen2 Dataset to be created.
	ShareID *string `json:"shareId,omitempty" tf:"share_id,omitempty"`

	// The resource id of the storage account of the data lake file system to be shared with the receiver. Changing this forces a new Data Share Data Lake Gen2 Dataset to be created.
	StorageAccountID *string `json:"storageAccountId,omitempty" tf:"storage_account_id,omitempty"`
}

func (*DataSetDataLakeGen2Observation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataSetDataLakeGen2Observation.

func (*DataSetDataLakeGen2Observation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DataSetDataLakeGen2Parameters

type DataSetDataLakeGen2Parameters struct {

	// The path of the file in the data lake file system to be shared with the receiver. Conflicts with folder_path Changing this forces a new Data Share Data Lake Gen2 Dataset to be created.
	// +kubebuilder:validation:Optional
	FilePath *string `json:"filePath,omitempty" tf:"file_path,omitempty"`

	// The name of the data lake file system to be shared with the receiver. Changing this forces a new Data Share Data Lake Gen2 Dataset to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/storage/v1beta1.DataLakeGen2FileSystem
	// +kubebuilder:validation:Optional
	FileSystemName *string `json:"fileSystemName,omitempty" tf:"file_system_name,omitempty"`

	// Reference to a DataLakeGen2FileSystem in storage to populate fileSystemName.
	// +kubebuilder:validation:Optional
	FileSystemNameRef *v1.Reference `json:"fileSystemNameRef,omitempty" tf:"-"`

	// Selector for a DataLakeGen2FileSystem in storage to populate fileSystemName.
	// +kubebuilder:validation:Optional
	FileSystemNameSelector *v1.Selector `json:"fileSystemNameSelector,omitempty" tf:"-"`

	// The folder path in the data lake file system to be shared with the receiver. Conflicts with file_path Changing this forces a new Data Share Data Lake Gen2 Dataset to be created.
	// +kubebuilder:validation:Optional
	FolderPath *string `json:"folderPath,omitempty" tf:"folder_path,omitempty"`

	// The resource ID of the Data Share where this Data Share Data Lake Gen2 Dataset should be created. Changing this forces a new Data Share Data Lake Gen2 Dataset to be created.
	// +crossplane:generate:reference:type=DataShare
	// +crossplane:generate:reference:extractor=github.com/upbound/provider-azure/apis/rconfig.ExtractResourceID()
	// +kubebuilder:validation:Optional
	ShareID *string `json:"shareId,omitempty" tf:"share_id,omitempty"`

	// Reference to a DataShare to populate shareId.
	// +kubebuilder:validation:Optional
	ShareIDRef *v1.Reference `json:"shareIdRef,omitempty" tf:"-"`

	// Selector for a DataShare to populate shareId.
	// +kubebuilder:validation:Optional
	ShareIDSelector *v1.Selector `json:"shareIdSelector,omitempty" tf:"-"`

	// The resource id of the storage account of the data lake file system to be shared with the receiver. Changing this forces a new Data Share Data Lake Gen2 Dataset to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/storage/v1beta1.Account
	// +crossplane:generate:reference:extractor=github.com/upbound/provider-azure/apis/rconfig.ExtractResourceID()
	// +kubebuilder:validation:Optional
	StorageAccountID *string `json:"storageAccountId,omitempty" tf:"storage_account_id,omitempty"`

	// Reference to a Account in storage to populate storageAccountId.
	// +kubebuilder:validation:Optional
	StorageAccountIDRef *v1.Reference `json:"storageAccountIdRef,omitempty" tf:"-"`

	// Selector for a Account in storage to populate storageAccountId.
	// +kubebuilder:validation:Optional
	StorageAccountIDSelector *v1.Selector `json:"storageAccountIdSelector,omitempty" tf:"-"`
}

func (*DataSetDataLakeGen2Parameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataSetDataLakeGen2Parameters.

func (*DataSetDataLakeGen2Parameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DataSetDataLakeGen2Spec

type DataSetDataLakeGen2Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     DataSetDataLakeGen2Parameters `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 DataSetDataLakeGen2InitParameters `json:"initProvider,omitempty"`
}

DataSetDataLakeGen2Spec defines the desired state of DataSetDataLakeGen2

func (*DataSetDataLakeGen2Spec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataSetDataLakeGen2Spec.

func (*DataSetDataLakeGen2Spec) DeepCopyInto

func (in *DataSetDataLakeGen2Spec) DeepCopyInto(out *DataSetDataLakeGen2Spec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DataSetDataLakeGen2Status

type DataSetDataLakeGen2Status struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        DataSetDataLakeGen2Observation `json:"atProvider,omitempty"`
}

DataSetDataLakeGen2Status defines the observed state of DataSetDataLakeGen2.

func (*DataSetDataLakeGen2Status) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataSetDataLakeGen2Status.

func (*DataSetDataLakeGen2Status) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DataSetKustoCluster

type DataSetKustoCluster struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              DataSetKustoClusterSpec   `json:"spec"`
	Status            DataSetKustoClusterStatus `json:"status,omitempty"`
}

DataSetKustoCluster is the Schema for the DataSetKustoClusters API. Manages a Data Share Kusto Cluster Dataset. +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 (*DataSetKustoCluster) DeepCopy

func (in *DataSetKustoCluster) DeepCopy() *DataSetKustoCluster

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataSetKustoCluster.

func (*DataSetKustoCluster) DeepCopyInto

func (in *DataSetKustoCluster) DeepCopyInto(out *DataSetKustoCluster)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*DataSetKustoCluster) DeepCopyObject

func (in *DataSetKustoCluster) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*DataSetKustoCluster) GetCondition

func (mg *DataSetKustoCluster) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this DataSetKustoCluster.

func (*DataSetKustoCluster) GetConnectionDetailsMapping

func (tr *DataSetKustoCluster) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this DataSetKustoCluster

func (*DataSetKustoCluster) GetDeletionPolicy

func (mg *DataSetKustoCluster) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this DataSetKustoCluster.

func (*DataSetKustoCluster) GetID

func (tr *DataSetKustoCluster) GetID() string

GetID returns ID of underlying Terraform resource of this DataSetKustoCluster

func (*DataSetKustoCluster) GetInitParameters added in v0.35.0

func (tr *DataSetKustoCluster) GetInitParameters() (map[string]any, error)

GetInitParameters of this DataSetKustoCluster

func (*DataSetKustoCluster) GetManagementPolicies added in v0.35.0

func (mg *DataSetKustoCluster) GetManagementPolicies() xpv1.ManagementPolicies

GetManagementPolicies of this DataSetKustoCluster.

func (*DataSetKustoCluster) GetMergedParameters added in v0.40.0

func (tr *DataSetKustoCluster) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)

GetInitParameters of this DataSetKustoCluster

func (*DataSetKustoCluster) GetObservation

func (tr *DataSetKustoCluster) GetObservation() (map[string]any, error)

GetObservation of this DataSetKustoCluster

func (*DataSetKustoCluster) GetParameters

func (tr *DataSetKustoCluster) GetParameters() (map[string]any, error)

GetParameters of this DataSetKustoCluster

func (*DataSetKustoCluster) GetProviderConfigReference

func (mg *DataSetKustoCluster) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this DataSetKustoCluster.

func (*DataSetKustoCluster) GetPublishConnectionDetailsTo

func (mg *DataSetKustoCluster) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this DataSetKustoCluster.

func (*DataSetKustoCluster) GetTerraformResourceType

func (mg *DataSetKustoCluster) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this DataSetKustoCluster

func (*DataSetKustoCluster) GetTerraformSchemaVersion

func (tr *DataSetKustoCluster) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*DataSetKustoCluster) GetWriteConnectionSecretToReference

func (mg *DataSetKustoCluster) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this DataSetKustoCluster.

func (*DataSetKustoCluster) Hub added in v0.42.1

func (tr *DataSetKustoCluster) Hub()

Hub marks this type as a conversion hub.

func (*DataSetKustoCluster) LateInitialize

func (tr *DataSetKustoCluster) LateInitialize(attrs []byte) (bool, error)

LateInitialize this DataSetKustoCluster using its observed tfState. returns True if there are any spec changes for the resource.

func (*DataSetKustoCluster) ResolveReferences

func (mg *DataSetKustoCluster) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this DataSetKustoCluster.

func (*DataSetKustoCluster) SetConditions

func (mg *DataSetKustoCluster) SetConditions(c ...xpv1.Condition)

SetConditions of this DataSetKustoCluster.

func (*DataSetKustoCluster) SetDeletionPolicy

func (mg *DataSetKustoCluster) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this DataSetKustoCluster.

func (*DataSetKustoCluster) SetManagementPolicies added in v0.35.0

func (mg *DataSetKustoCluster) SetManagementPolicies(r xpv1.ManagementPolicies)

SetManagementPolicies of this DataSetKustoCluster.

func (*DataSetKustoCluster) SetObservation

func (tr *DataSetKustoCluster) SetObservation(obs map[string]any) error

SetObservation for this DataSetKustoCluster

func (*DataSetKustoCluster) SetParameters

func (tr *DataSetKustoCluster) SetParameters(params map[string]any) error

SetParameters for this DataSetKustoCluster

func (*DataSetKustoCluster) SetProviderConfigReference

func (mg *DataSetKustoCluster) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this DataSetKustoCluster.

func (*DataSetKustoCluster) SetPublishConnectionDetailsTo

func (mg *DataSetKustoCluster) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this DataSetKustoCluster.

func (*DataSetKustoCluster) SetWriteConnectionSecretToReference

func (mg *DataSetKustoCluster) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this DataSetKustoCluster.

type DataSetKustoClusterInitParameters added in v0.35.0

type DataSetKustoClusterInitParameters struct {

	// The resource ID of the Kusto Cluster to be shared with the receiver. Changing this forces a new Data Share Kusto Cluster Dataset to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/kusto/v1beta1.Cluster
	// +crossplane:generate:reference:extractor=github.com/upbound/provider-azure/apis/rconfig.ExtractResourceID()
	KustoClusterID *string `json:"kustoClusterId,omitempty" tf:"kusto_cluster_id,omitempty"`

	// Reference to a Cluster in kusto to populate kustoClusterId.
	// +kubebuilder:validation:Optional
	KustoClusterIDRef *v1.Reference `json:"kustoClusterIdRef,omitempty" tf:"-"`

	// Selector for a Cluster in kusto to populate kustoClusterId.
	// +kubebuilder:validation:Optional
	KustoClusterIDSelector *v1.Selector `json:"kustoClusterIdSelector,omitempty" tf:"-"`
}

func (*DataSetKustoClusterInitParameters) DeepCopy added in v0.35.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataSetKustoClusterInitParameters.

func (*DataSetKustoClusterInitParameters) DeepCopyInto added in v0.35.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DataSetKustoClusterList

type DataSetKustoClusterList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []DataSetKustoCluster `json:"items"`
}

DataSetKustoClusterList contains a list of DataSetKustoClusters

func (*DataSetKustoClusterList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataSetKustoClusterList.

func (*DataSetKustoClusterList) DeepCopyInto

func (in *DataSetKustoClusterList) DeepCopyInto(out *DataSetKustoClusterList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*DataSetKustoClusterList) DeepCopyObject

func (in *DataSetKustoClusterList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*DataSetKustoClusterList) GetItems

func (l *DataSetKustoClusterList) GetItems() []resource.Managed

GetItems of this DataSetKustoClusterList.

type DataSetKustoClusterObservation

type DataSetKustoClusterObservation struct {

	// The name of the Data Share Dataset.
	DisplayName *string `json:"displayName,omitempty" tf:"display_name,omitempty"`

	// The resource ID of the Data Share Kusto Cluster Dataset.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// The resource ID of the Kusto Cluster to be shared with the receiver. Changing this forces a new Data Share Kusto Cluster Dataset to be created.
	KustoClusterID *string `json:"kustoClusterId,omitempty" tf:"kusto_cluster_id,omitempty"`

	// The location of the Kusto Cluster.
	KustoClusterLocation *string `json:"kustoClusterLocation,omitempty" tf:"kusto_cluster_location,omitempty"`

	// The resource ID of the Data Share where this Data Share Kusto Cluster Dataset should be created. Changing this forces a new Data Share Kusto Cluster Dataset to be created.
	ShareID *string `json:"shareId,omitempty" tf:"share_id,omitempty"`
}

func (*DataSetKustoClusterObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataSetKustoClusterObservation.

func (*DataSetKustoClusterObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DataSetKustoClusterParameters

type DataSetKustoClusterParameters struct {

	// The resource ID of the Kusto Cluster to be shared with the receiver. Changing this forces a new Data Share Kusto Cluster Dataset to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/kusto/v1beta1.Cluster
	// +crossplane:generate:reference:extractor=github.com/upbound/provider-azure/apis/rconfig.ExtractResourceID()
	// +kubebuilder:validation:Optional
	KustoClusterID *string `json:"kustoClusterId,omitempty" tf:"kusto_cluster_id,omitempty"`

	// Reference to a Cluster in kusto to populate kustoClusterId.
	// +kubebuilder:validation:Optional
	KustoClusterIDRef *v1.Reference `json:"kustoClusterIdRef,omitempty" tf:"-"`

	// Selector for a Cluster in kusto to populate kustoClusterId.
	// +kubebuilder:validation:Optional
	KustoClusterIDSelector *v1.Selector `json:"kustoClusterIdSelector,omitempty" tf:"-"`

	// The resource ID of the Data Share where this Data Share Kusto Cluster Dataset should be created. Changing this forces a new Data Share Kusto Cluster Dataset to be created.
	// +crossplane:generate:reference:type=DataShare
	// +crossplane:generate:reference:extractor=github.com/upbound/provider-azure/apis/rconfig.ExtractResourceID()
	// +kubebuilder:validation:Optional
	ShareID *string `json:"shareId,omitempty" tf:"share_id,omitempty"`

	// Reference to a DataShare to populate shareId.
	// +kubebuilder:validation:Optional
	ShareIDRef *v1.Reference `json:"shareIdRef,omitempty" tf:"-"`

	// Selector for a DataShare to populate shareId.
	// +kubebuilder:validation:Optional
	ShareIDSelector *v1.Selector `json:"shareIdSelector,omitempty" tf:"-"`
}

func (*DataSetKustoClusterParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataSetKustoClusterParameters.

func (*DataSetKustoClusterParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DataSetKustoClusterSpec

type DataSetKustoClusterSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     DataSetKustoClusterParameters `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 DataSetKustoClusterInitParameters `json:"initProvider,omitempty"`
}

DataSetKustoClusterSpec defines the desired state of DataSetKustoCluster

func (*DataSetKustoClusterSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataSetKustoClusterSpec.

func (*DataSetKustoClusterSpec) DeepCopyInto

func (in *DataSetKustoClusterSpec) DeepCopyInto(out *DataSetKustoClusterSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DataSetKustoClusterStatus

type DataSetKustoClusterStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        DataSetKustoClusterObservation `json:"atProvider,omitempty"`
}

DataSetKustoClusterStatus defines the observed state of DataSetKustoCluster.

func (*DataSetKustoClusterStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataSetKustoClusterStatus.

func (*DataSetKustoClusterStatus) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DataSetKustoDatabase

type DataSetKustoDatabase struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              DataSetKustoDatabaseSpec   `json:"spec"`
	Status            DataSetKustoDatabaseStatus `json:"status,omitempty"`
}

DataSetKustoDatabase is the Schema for the DataSetKustoDatabases API. Manages a Data Share Kusto Database Dataset. +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 (*DataSetKustoDatabase) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataSetKustoDatabase.

func (*DataSetKustoDatabase) DeepCopyInto

func (in *DataSetKustoDatabase) DeepCopyInto(out *DataSetKustoDatabase)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*DataSetKustoDatabase) DeepCopyObject

func (in *DataSetKustoDatabase) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*DataSetKustoDatabase) GetCondition

func (mg *DataSetKustoDatabase) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this DataSetKustoDatabase.

func (*DataSetKustoDatabase) GetConnectionDetailsMapping

func (tr *DataSetKustoDatabase) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this DataSetKustoDatabase

func (*DataSetKustoDatabase) GetDeletionPolicy

func (mg *DataSetKustoDatabase) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this DataSetKustoDatabase.

func (*DataSetKustoDatabase) GetID

func (tr *DataSetKustoDatabase) GetID() string

GetID returns ID of underlying Terraform resource of this DataSetKustoDatabase

func (*DataSetKustoDatabase) GetInitParameters added in v0.35.0

func (tr *DataSetKustoDatabase) GetInitParameters() (map[string]any, error)

GetInitParameters of this DataSetKustoDatabase

func (*DataSetKustoDatabase) GetManagementPolicies added in v0.35.0

func (mg *DataSetKustoDatabase) GetManagementPolicies() xpv1.ManagementPolicies

GetManagementPolicies of this DataSetKustoDatabase.

func (*DataSetKustoDatabase) GetMergedParameters added in v0.40.0

func (tr *DataSetKustoDatabase) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)

GetInitParameters of this DataSetKustoDatabase

func (*DataSetKustoDatabase) GetObservation

func (tr *DataSetKustoDatabase) GetObservation() (map[string]any, error)

GetObservation of this DataSetKustoDatabase

func (*DataSetKustoDatabase) GetParameters

func (tr *DataSetKustoDatabase) GetParameters() (map[string]any, error)

GetParameters of this DataSetKustoDatabase

func (*DataSetKustoDatabase) GetProviderConfigReference

func (mg *DataSetKustoDatabase) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this DataSetKustoDatabase.

func (*DataSetKustoDatabase) GetPublishConnectionDetailsTo

func (mg *DataSetKustoDatabase) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this DataSetKustoDatabase.

func (*DataSetKustoDatabase) GetTerraformResourceType

func (mg *DataSetKustoDatabase) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this DataSetKustoDatabase

func (*DataSetKustoDatabase) GetTerraformSchemaVersion

func (tr *DataSetKustoDatabase) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*DataSetKustoDatabase) GetWriteConnectionSecretToReference

func (mg *DataSetKustoDatabase) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this DataSetKustoDatabase.

func (*DataSetKustoDatabase) Hub added in v0.42.1

func (tr *DataSetKustoDatabase) Hub()

Hub marks this type as a conversion hub.

func (*DataSetKustoDatabase) LateInitialize

func (tr *DataSetKustoDatabase) LateInitialize(attrs []byte) (bool, error)

LateInitialize this DataSetKustoDatabase using its observed tfState. returns True if there are any spec changes for the resource.

func (*DataSetKustoDatabase) ResolveReferences

func (mg *DataSetKustoDatabase) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this DataSetKustoDatabase.

func (*DataSetKustoDatabase) SetConditions

func (mg *DataSetKustoDatabase) SetConditions(c ...xpv1.Condition)

SetConditions of this DataSetKustoDatabase.

func (*DataSetKustoDatabase) SetDeletionPolicy

func (mg *DataSetKustoDatabase) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this DataSetKustoDatabase.

func (*DataSetKustoDatabase) SetManagementPolicies added in v0.35.0

func (mg *DataSetKustoDatabase) SetManagementPolicies(r xpv1.ManagementPolicies)

SetManagementPolicies of this DataSetKustoDatabase.

func (*DataSetKustoDatabase) SetObservation

func (tr *DataSetKustoDatabase) SetObservation(obs map[string]any) error

SetObservation for this DataSetKustoDatabase

func (*DataSetKustoDatabase) SetParameters

func (tr *DataSetKustoDatabase) SetParameters(params map[string]any) error

SetParameters for this DataSetKustoDatabase

func (*DataSetKustoDatabase) SetProviderConfigReference

func (mg *DataSetKustoDatabase) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this DataSetKustoDatabase.

func (*DataSetKustoDatabase) SetPublishConnectionDetailsTo

func (mg *DataSetKustoDatabase) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this DataSetKustoDatabase.

func (*DataSetKustoDatabase) SetWriteConnectionSecretToReference

func (mg *DataSetKustoDatabase) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this DataSetKustoDatabase.

type DataSetKustoDatabaseInitParameters added in v0.35.0

type DataSetKustoDatabaseInitParameters struct {

	// The resource ID of the Kusto Cluster Database to be shared with the receiver. Changing this forces a new Data Share Kusto Database Dataset to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/kusto/v1beta1.Database
	// +crossplane:generate:reference:extractor=github.com/upbound/provider-azure/apis/rconfig.ExtractResourceID()
	KustoDatabaseID *string `json:"kustoDatabaseId,omitempty" tf:"kusto_database_id,omitempty"`

	// Reference to a Database in kusto to populate kustoDatabaseId.
	// +kubebuilder:validation:Optional
	KustoDatabaseIDRef *v1.Reference `json:"kustoDatabaseIdRef,omitempty" tf:"-"`

	// Selector for a Database in kusto to populate kustoDatabaseId.
	// +kubebuilder:validation:Optional
	KustoDatabaseIDSelector *v1.Selector `json:"kustoDatabaseIdSelector,omitempty" tf:"-"`
}

func (*DataSetKustoDatabaseInitParameters) DeepCopy added in v0.35.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataSetKustoDatabaseInitParameters.

func (*DataSetKustoDatabaseInitParameters) DeepCopyInto added in v0.35.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DataSetKustoDatabaseList

type DataSetKustoDatabaseList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []DataSetKustoDatabase `json:"items"`
}

DataSetKustoDatabaseList contains a list of DataSetKustoDatabases

func (*DataSetKustoDatabaseList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataSetKustoDatabaseList.

func (*DataSetKustoDatabaseList) DeepCopyInto

func (in *DataSetKustoDatabaseList) DeepCopyInto(out *DataSetKustoDatabaseList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*DataSetKustoDatabaseList) DeepCopyObject

func (in *DataSetKustoDatabaseList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*DataSetKustoDatabaseList) GetItems

func (l *DataSetKustoDatabaseList) GetItems() []resource.Managed

GetItems of this DataSetKustoDatabaseList.

type DataSetKustoDatabaseObservation

type DataSetKustoDatabaseObservation struct {

	// The name of the Data Share Dataset.
	DisplayName *string `json:"displayName,omitempty" tf:"display_name,omitempty"`

	// The resource ID of the Data Share Kusto Database Dataset.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// The location of the Kusto Cluster.
	KustoClusterLocation *string `json:"kustoClusterLocation,omitempty" tf:"kusto_cluster_location,omitempty"`

	// The resource ID of the Kusto Cluster Database to be shared with the receiver. Changing this forces a new Data Share Kusto Database Dataset to be created.
	KustoDatabaseID *string `json:"kustoDatabaseId,omitempty" tf:"kusto_database_id,omitempty"`

	// The resource ID of the Data Share where this Data Share Kusto Database Dataset should be created. Changing this forces a new Data Share Kusto Database Dataset to be created.
	ShareID *string `json:"shareId,omitempty" tf:"share_id,omitempty"`
}

func (*DataSetKustoDatabaseObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataSetKustoDatabaseObservation.

func (*DataSetKustoDatabaseObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DataSetKustoDatabaseParameters

type DataSetKustoDatabaseParameters struct {

	// The resource ID of the Kusto Cluster Database to be shared with the receiver. Changing this forces a new Data Share Kusto Database Dataset to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/kusto/v1beta1.Database
	// +crossplane:generate:reference:extractor=github.com/upbound/provider-azure/apis/rconfig.ExtractResourceID()
	// +kubebuilder:validation:Optional
	KustoDatabaseID *string `json:"kustoDatabaseId,omitempty" tf:"kusto_database_id,omitempty"`

	// Reference to a Database in kusto to populate kustoDatabaseId.
	// +kubebuilder:validation:Optional
	KustoDatabaseIDRef *v1.Reference `json:"kustoDatabaseIdRef,omitempty" tf:"-"`

	// Selector for a Database in kusto to populate kustoDatabaseId.
	// +kubebuilder:validation:Optional
	KustoDatabaseIDSelector *v1.Selector `json:"kustoDatabaseIdSelector,omitempty" tf:"-"`

	// The resource ID of the Data Share where this Data Share Kusto Database Dataset should be created. Changing this forces a new Data Share Kusto Database Dataset to be created.
	// +crossplane:generate:reference:type=DataShare
	// +crossplane:generate:reference:extractor=github.com/upbound/provider-azure/apis/rconfig.ExtractResourceID()
	// +kubebuilder:validation:Optional
	ShareID *string `json:"shareId,omitempty" tf:"share_id,omitempty"`

	// Reference to a DataShare to populate shareId.
	// +kubebuilder:validation:Optional
	ShareIDRef *v1.Reference `json:"shareIdRef,omitempty" tf:"-"`

	// Selector for a DataShare to populate shareId.
	// +kubebuilder:validation:Optional
	ShareIDSelector *v1.Selector `json:"shareIdSelector,omitempty" tf:"-"`
}

func (*DataSetKustoDatabaseParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataSetKustoDatabaseParameters.

func (*DataSetKustoDatabaseParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DataSetKustoDatabaseSpec

type DataSetKustoDatabaseSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     DataSetKustoDatabaseParameters `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 DataSetKustoDatabaseInitParameters `json:"initProvider,omitempty"`
}

DataSetKustoDatabaseSpec defines the desired state of DataSetKustoDatabase

func (*DataSetKustoDatabaseSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataSetKustoDatabaseSpec.

func (*DataSetKustoDatabaseSpec) DeepCopyInto

func (in *DataSetKustoDatabaseSpec) DeepCopyInto(out *DataSetKustoDatabaseSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DataSetKustoDatabaseStatus

type DataSetKustoDatabaseStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        DataSetKustoDatabaseObservation `json:"atProvider,omitempty"`
}

DataSetKustoDatabaseStatus defines the observed state of DataSetKustoDatabase.

func (*DataSetKustoDatabaseStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataSetKustoDatabaseStatus.

func (*DataSetKustoDatabaseStatus) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DataShare

type DataShare 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.kind) || (has(self.initProvider) && has(self.initProvider.kind))",message="spec.forProvider.kind is a required parameter"
	Spec   DataShareSpec   `json:"spec"`
	Status DataShareStatus `json:"status,omitempty"`
}

DataShare is the Schema for the DataShares API. Manages a Data Share. +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 (*DataShare) DeepCopy

func (in *DataShare) DeepCopy() *DataShare

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataShare.

func (*DataShare) DeepCopyInto

func (in *DataShare) DeepCopyInto(out *DataShare)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*DataShare) DeepCopyObject

func (in *DataShare) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*DataShare) GetCondition

func (mg *DataShare) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this DataShare.

func (*DataShare) GetConnectionDetailsMapping

func (tr *DataShare) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this DataShare

func (*DataShare) GetDeletionPolicy

func (mg *DataShare) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this DataShare.

func (*DataShare) GetID

func (tr *DataShare) GetID() string

GetID returns ID of underlying Terraform resource of this DataShare

func (*DataShare) GetInitParameters added in v0.35.0

func (tr *DataShare) GetInitParameters() (map[string]any, error)

GetInitParameters of this DataShare

func (*DataShare) GetManagementPolicies added in v0.35.0

func (mg *DataShare) GetManagementPolicies() xpv1.ManagementPolicies

GetManagementPolicies of this DataShare.

func (*DataShare) GetMergedParameters added in v0.40.0

func (tr *DataShare) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)

GetInitParameters of this DataShare

func (*DataShare) GetObservation

func (tr *DataShare) GetObservation() (map[string]any, error)

GetObservation of this DataShare

func (*DataShare) GetParameters

func (tr *DataShare) GetParameters() (map[string]any, error)

GetParameters of this DataShare

func (*DataShare) GetProviderConfigReference

func (mg *DataShare) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this DataShare.

func (*DataShare) GetPublishConnectionDetailsTo

func (mg *DataShare) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this DataShare.

func (*DataShare) GetTerraformResourceType

func (mg *DataShare) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this DataShare

func (*DataShare) GetTerraformSchemaVersion

func (tr *DataShare) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*DataShare) GetWriteConnectionSecretToReference

func (mg *DataShare) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this DataShare.

func (*DataShare) Hub added in v0.42.1

func (tr *DataShare) Hub()

Hub marks this type as a conversion hub.

func (*DataShare) LateInitialize

func (tr *DataShare) LateInitialize(attrs []byte) (bool, error)

LateInitialize this DataShare using its observed tfState. returns True if there are any spec changes for the resource.

func (*DataShare) ResolveReferences

func (mg *DataShare) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this DataShare.

func (*DataShare) SetConditions

func (mg *DataShare) SetConditions(c ...xpv1.Condition)

SetConditions of this DataShare.

func (*DataShare) SetDeletionPolicy

func (mg *DataShare) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this DataShare.

func (*DataShare) SetManagementPolicies added in v0.35.0

func (mg *DataShare) SetManagementPolicies(r xpv1.ManagementPolicies)

SetManagementPolicies of this DataShare.

func (*DataShare) SetObservation

func (tr *DataShare) SetObservation(obs map[string]any) error

SetObservation for this DataShare

func (*DataShare) SetParameters

func (tr *DataShare) SetParameters(params map[string]any) error

SetParameters for this DataShare

func (*DataShare) SetProviderConfigReference

func (mg *DataShare) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this DataShare.

func (*DataShare) SetPublishConnectionDetailsTo

func (mg *DataShare) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this DataShare.

func (*DataShare) SetWriteConnectionSecretToReference

func (mg *DataShare) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this DataShare.

type DataShareInitParameters added in v0.35.0

type DataShareInitParameters struct {

	// The Data Share's description.
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// The kind of the Data Share. Possible values are CopyBased and InPlace. Changing this forces a new Data Share to be created.
	Kind *string `json:"kind,omitempty" tf:"kind,omitempty"`

	// A snapshot_schedule block as defined below.
	SnapshotSchedule []SnapshotScheduleInitParameters `json:"snapshotSchedule,omitempty" tf:"snapshot_schedule,omitempty"`

	// The terms of the Data Share.
	Terms *string `json:"terms,omitempty" tf:"terms,omitempty"`
}

func (*DataShareInitParameters) DeepCopy added in v0.35.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataShareInitParameters.

func (*DataShareInitParameters) DeepCopyInto added in v0.35.0

func (in *DataShareInitParameters) DeepCopyInto(out *DataShareInitParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DataShareList

type DataShareList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []DataShare `json:"items"`
}

DataShareList contains a list of DataShares

func (*DataShareList) DeepCopy

func (in *DataShareList) DeepCopy() *DataShareList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataShareList.

func (*DataShareList) DeepCopyInto

func (in *DataShareList) DeepCopyInto(out *DataShareList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*DataShareList) DeepCopyObject

func (in *DataShareList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*DataShareList) GetItems

func (l *DataShareList) GetItems() []resource.Managed

GetItems of this DataShareList.

type DataShareObservation

type DataShareObservation struct {

	// The ID of the Data Share account in which the Data Share is created. Changing this forces a new Data Share to be created.
	AccountID *string `json:"accountId,omitempty" tf:"account_id,omitempty"`

	// The Data Share's description.
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// The ID of the Data Share.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// The kind of the Data Share. Possible values are CopyBased and InPlace. Changing this forces a new Data Share to be created.
	Kind *string `json:"kind,omitempty" tf:"kind,omitempty"`

	// A snapshot_schedule block as defined below.
	SnapshotSchedule []SnapshotScheduleObservation `json:"snapshotSchedule,omitempty" tf:"snapshot_schedule,omitempty"`

	// The terms of the Data Share.
	Terms *string `json:"terms,omitempty" tf:"terms,omitempty"`
}

func (*DataShareObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataShareObservation.

func (*DataShareObservation) DeepCopyInto

func (in *DataShareObservation) DeepCopyInto(out *DataShareObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DataShareParameters

type DataShareParameters struct {

	// The ID of the Data Share account in which the Data Share is created. Changing this forces a new Data Share to be created.
	// +crossplane:generate:reference:type=Account
	// +crossplane:generate:reference:extractor=github.com/upbound/provider-azure/apis/rconfig.ExtractResourceID()
	// +kubebuilder:validation:Optional
	AccountID *string `json:"accountId,omitempty" tf:"account_id,omitempty"`

	// Reference to a Account to populate accountId.
	// +kubebuilder:validation:Optional
	AccountIDRef *v1.Reference `json:"accountIdRef,omitempty" tf:"-"`

	// Selector for a Account to populate accountId.
	// +kubebuilder:validation:Optional
	AccountIDSelector *v1.Selector `json:"accountIdSelector,omitempty" tf:"-"`

	// The Data Share's description.
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// The kind of the Data Share. Possible values are CopyBased and InPlace. Changing this forces a new Data Share to be created.
	// +kubebuilder:validation:Optional
	Kind *string `json:"kind,omitempty" tf:"kind,omitempty"`

	// A snapshot_schedule block as defined below.
	// +kubebuilder:validation:Optional
	SnapshotSchedule []SnapshotScheduleParameters `json:"snapshotSchedule,omitempty" tf:"snapshot_schedule,omitempty"`

	// The terms of the Data Share.
	// +kubebuilder:validation:Optional
	Terms *string `json:"terms,omitempty" tf:"terms,omitempty"`
}

func (*DataShareParameters) DeepCopy

func (in *DataShareParameters) DeepCopy() *DataShareParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataShareParameters.

func (*DataShareParameters) DeepCopyInto

func (in *DataShareParameters) DeepCopyInto(out *DataShareParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DataShareSpec

type DataShareSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     DataShareParameters `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 DataShareInitParameters `json:"initProvider,omitempty"`
}

DataShareSpec defines the desired state of DataShare

func (*DataShareSpec) DeepCopy

func (in *DataShareSpec) DeepCopy() *DataShareSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataShareSpec.

func (*DataShareSpec) DeepCopyInto

func (in *DataShareSpec) DeepCopyInto(out *DataShareSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type DataShareStatus

type DataShareStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        DataShareObservation `json:"atProvider,omitempty"`
}

DataShareStatus defines the observed state of DataShare.

func (*DataShareStatus) DeepCopy

func (in *DataShareStatus) DeepCopy() *DataShareStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DataShareStatus.

func (*DataShareStatus) DeepCopyInto

func (in *DataShareStatus) DeepCopyInto(out *DataShareStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type IdentityInitParameters added in v0.35.0

type IdentityInitParameters struct {

	// Specifies the type of Managed Service Identity that should be configured on this Data Share Account. The only possible value is SystemAssigned. Changing this forces a new resource to be created.
	Type *string `json:"type,omitempty" tf:"type,omitempty"`
}

func (*IdentityInitParameters) DeepCopy added in v0.35.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IdentityInitParameters.

func (*IdentityInitParameters) DeepCopyInto added in v0.35.0

func (in *IdentityInitParameters) DeepCopyInto(out *IdentityInitParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type IdentityObservation

type IdentityObservation struct {

	// The Principal ID for the Service Principal associated with the Identity of this Data Share Account.
	PrincipalID *string `json:"principalId,omitempty" tf:"principal_id,omitempty"`

	// The Tenant ID for the Service Principal associated with the Identity of this Data Share Account.
	TenantID *string `json:"tenantId,omitempty" tf:"tenant_id,omitempty"`

	// Specifies the type of Managed Service Identity that should be configured on this Data Share Account. The only possible value is SystemAssigned. Changing this forces a new resource to be created.
	Type *string `json:"type,omitempty" tf:"type,omitempty"`
}

func (*IdentityObservation) DeepCopy

func (in *IdentityObservation) DeepCopy() *IdentityObservation

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IdentityObservation.

func (*IdentityObservation) DeepCopyInto

func (in *IdentityObservation) DeepCopyInto(out *IdentityObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type IdentityParameters

type IdentityParameters struct {

	// Specifies the type of Managed Service Identity that should be configured on this Data Share Account. The only possible value is SystemAssigned. Changing this forces a new resource to be created.
	// +kubebuilder:validation:Optional
	Type *string `json:"type" tf:"type,omitempty"`
}

func (*IdentityParameters) DeepCopy

func (in *IdentityParameters) DeepCopy() *IdentityParameters

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IdentityParameters.

func (*IdentityParameters) DeepCopyInto

func (in *IdentityParameters) DeepCopyInto(out *IdentityParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SnapshotScheduleInitParameters added in v0.35.0

type SnapshotScheduleInitParameters struct {

	// The name of the snapshot schedule.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The interval of the synchronization with the source data. Possible values are Hour and Day.
	Recurrence *string `json:"recurrence,omitempty" tf:"recurrence,omitempty"`

	// The synchronization with the source data's start time.
	StartTime *string `json:"startTime,omitempty" tf:"start_time,omitempty"`
}

func (*SnapshotScheduleInitParameters) DeepCopy added in v0.35.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SnapshotScheduleInitParameters.

func (*SnapshotScheduleInitParameters) DeepCopyInto added in v0.35.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SnapshotScheduleObservation

type SnapshotScheduleObservation struct {

	// The name of the snapshot schedule.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The interval of the synchronization with the source data. Possible values are Hour and Day.
	Recurrence *string `json:"recurrence,omitempty" tf:"recurrence,omitempty"`

	// The synchronization with the source data's start time.
	StartTime *string `json:"startTime,omitempty" tf:"start_time,omitempty"`
}

func (*SnapshotScheduleObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SnapshotScheduleObservation.

func (*SnapshotScheduleObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type SnapshotScheduleParameters

type SnapshotScheduleParameters struct {

	// The name of the snapshot schedule.
	// +kubebuilder:validation:Optional
	Name *string `json:"name" tf:"name,omitempty"`

	// The interval of the synchronization with the source data. Possible values are Hour and Day.
	// +kubebuilder:validation:Optional
	Recurrence *string `json:"recurrence" tf:"recurrence,omitempty"`

	// The synchronization with the source data's start time.
	// +kubebuilder:validation:Optional
	StartTime *string `json:"startTime" tf:"start_time,omitempty"`
}

func (*SnapshotScheduleParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SnapshotScheduleParameters.

func (*SnapshotScheduleParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type StorageAccountInitParameters added in v0.35.0

type StorageAccountInitParameters struct {

	// The name of the storage account to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/storage/v1beta1.Account
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// Reference to a Account in storage to populate name.
	// +kubebuilder:validation:Optional
	NameRef *v1.Reference `json:"nameRef,omitempty" tf:"-"`

	// Selector for a Account in storage to populate name.
	// +kubebuilder:validation:Optional
	NameSelector *v1.Selector `json:"nameSelector,omitempty" tf:"-"`

	// The resource group name of the storage account to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/azure/v1beta1.ResourceGroup
	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 subscription id of the storage account to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	SubscriptionID *string `json:"subscriptionId,omitempty" tf:"subscription_id,omitempty"`
}

func (*StorageAccountInitParameters) DeepCopy added in v0.35.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StorageAccountInitParameters.

func (*StorageAccountInitParameters) DeepCopyInto added in v0.35.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type StorageAccountObservation

type StorageAccountObservation struct {

	// The name of the storage account to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The resource group name of the storage account to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`

	// The subscription id of the storage account to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	SubscriptionID *string `json:"subscriptionId,omitempty" tf:"subscription_id,omitempty"`
}

func (*StorageAccountObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StorageAccountObservation.

func (*StorageAccountObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type StorageAccountParameters

type StorageAccountParameters struct {

	// The name of the storage account to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/storage/v1beta1.Account
	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// Reference to a Account in storage to populate name.
	// +kubebuilder:validation:Optional
	NameRef *v1.Reference `json:"nameRef,omitempty" tf:"-"`

	// Selector for a Account in storage to populate name.
	// +kubebuilder:validation:Optional
	NameSelector *v1.Selector `json:"nameSelector,omitempty" tf:"-"`

	// The resource group name of the storage account to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset 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 subscription id of the storage account to be shared with the receiver. Changing this forces a new Data Share Blob Storage Dataset to be created.
	// +kubebuilder:validation:Optional
	SubscriptionID *string `json:"subscriptionId" tf:"subscription_id,omitempty"`
}

func (*StorageAccountParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StorageAccountParameters.

func (*StorageAccountParameters) DeepCopyInto

func (in *StorageAccountParameters) DeepCopyInto(out *StorageAccountParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL