v1alpha1

package
v0.0.0-...-1d7f71f Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=storage.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "storage.crossplane.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

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
)
View Source
var (
	Profile_Kind             = "Profile"
	Profile_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: Profile_Kind}.String()
	Profile_KindAPIVersion   = Profile_Kind + "." + CRDGroupVersion.String()
	Profile_GroupVersionKind = CRDGroupVersion.WithKind(Profile_Kind)
)

Repository type metadata.

View Source
var (
	ProfileAws_Kind             = "ProfileAws"
	ProfileAws_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ProfileAws_Kind}.String()
	ProfileAws_KindAPIVersion   = ProfileAws_Kind + "." + CRDGroupVersion.String()
	ProfileAws_GroupVersionKind = CRDGroupVersion.WithKind(ProfileAws_Kind)
)

Repository type metadata.

View Source
var (
	ProfileAzure_Kind             = "ProfileAzure"
	ProfileAzure_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ProfileAzure_Kind}.String()
	ProfileAzure_KindAPIVersion   = ProfileAzure_Kind + "." + CRDGroupVersion.String()
	ProfileAzure_GroupVersionKind = CRDGroupVersion.WithKind(ProfileAzure_Kind)
)

Repository type metadata.

View Source
var (
	ProfileVsphere_Kind             = "ProfileVsphere"
	ProfileVsphere_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: ProfileVsphere_Kind}.String()
	ProfileVsphere_KindAPIVersion   = ProfileVsphere_Kind + "." + CRDGroupVersion.String()
	ProfileVsphere_GroupVersionKind = CRDGroupVersion.WithKind(ProfileVsphere_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type LinksObservation

type LinksObservation struct {
	Href *string `json:"href,omitempty" tf:"href,omitempty"`

	Hrefs []*string `json:"hrefs,omitempty" tf:"hrefs,omitempty"`

	Rel *string `json:"rel,omitempty" tf:"rel,omitempty"`
}

func (*LinksObservation) DeepCopy

func (in *LinksObservation) DeepCopy() *LinksObservation

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

func (*LinksObservation) DeepCopyInto

func (in *LinksObservation) DeepCopyInto(out *LinksObservation)

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

type LinksParameters

type LinksParameters struct {
}

func (*LinksParameters) DeepCopy

func (in *LinksParameters) DeepCopy() *LinksParameters

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

func (*LinksParameters) DeepCopyInto

func (in *LinksParameters) DeepCopyInto(out *LinksParameters)

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

type Profile

type Profile struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.defaultItem)",message="defaultItem is a required parameter"
	// +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.name)",message="name is a required parameter"
	// +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.regionId)",message="regionId is a required parameter"
	Spec   ProfileSpec   `json:"spec"`
	Status ProfileStatus `json:"status,omitempty"`
}

Profile is the Schema for the Profiles API. <no value> +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].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:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,vra}

func (*Profile) DeepCopy

func (in *Profile) DeepCopy() *Profile

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

func (*Profile) DeepCopyInto

func (in *Profile) DeepCopyInto(out *Profile)

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

func (*Profile) DeepCopyObject

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

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

func (*Profile) GetCondition

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

GetCondition of this Profile.

func (*Profile) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this Profile

func (*Profile) GetDeletionPolicy

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

GetDeletionPolicy of this Profile.

func (*Profile) GetID

func (tr *Profile) GetID() string

GetID returns ID of underlying Terraform resource of this Profile

func (*Profile) GetManagementPolicy

func (mg *Profile) GetManagementPolicy() xpv1.ManagementPolicy

GetManagementPolicy of this Profile.

func (*Profile) GetObservation

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

GetObservation of this Profile

func (*Profile) GetParameters

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

GetParameters of this Profile

func (*Profile) GetProviderConfigReference

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

GetProviderConfigReference of this Profile.

func (*Profile) GetProviderReference

func (mg *Profile) GetProviderReference() *xpv1.Reference

GetProviderReference of this Profile. Deprecated: Use GetProviderConfigReference.

func (*Profile) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this Profile.

func (*Profile) GetTerraformResourceType

func (mg *Profile) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this Profile

func (*Profile) GetTerraformSchemaVersion

func (tr *Profile) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*Profile) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this Profile.

func (*Profile) LateInitialize

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

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

func (*Profile) SetConditions

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

SetConditions of this Profile.

func (*Profile) SetDeletionPolicy

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

SetDeletionPolicy of this Profile.

func (*Profile) SetManagementPolicy

func (mg *Profile) SetManagementPolicy(r xpv1.ManagementPolicy)

SetManagementPolicy of this Profile.

func (*Profile) SetObservation

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

SetObservation for this Profile

func (*Profile) SetParameters

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

SetParameters for this Profile

func (*Profile) SetProviderConfigReference

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

SetProviderConfigReference of this Profile.

func (*Profile) SetProviderReference

func (mg *Profile) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this Profile. Deprecated: Use SetProviderConfigReference.

func (*Profile) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this Profile.

func (*Profile) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this Profile.

type ProfileAws

type ProfileAws struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.defaultItem)",message="defaultItem is a required parameter"
	// +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.name)",message="name is a required parameter"
	// +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.regionId)",message="regionId is a required parameter"
	Spec   ProfileAwsSpec   `json:"spec"`
	Status ProfileAwsStatus `json:"status,omitempty"`
}

ProfileAws is the Schema for the ProfileAwss API. <no value> +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].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:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,vra}

func (*ProfileAws) DeepCopy

func (in *ProfileAws) DeepCopy() *ProfileAws

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

func (*ProfileAws) DeepCopyInto

func (in *ProfileAws) DeepCopyInto(out *ProfileAws)

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

func (*ProfileAws) DeepCopyObject

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

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

func (*ProfileAws) GetCondition

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

GetCondition of this ProfileAws.

func (*ProfileAws) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this ProfileAws

func (*ProfileAws) GetDeletionPolicy

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

GetDeletionPolicy of this ProfileAws.

func (*ProfileAws) GetID

func (tr *ProfileAws) GetID() string

GetID returns ID of underlying Terraform resource of this ProfileAws

func (*ProfileAws) GetManagementPolicy

func (mg *ProfileAws) GetManagementPolicy() xpv1.ManagementPolicy

GetManagementPolicy of this ProfileAws.

func (*ProfileAws) GetObservation

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

GetObservation of this ProfileAws

func (*ProfileAws) GetParameters

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

GetParameters of this ProfileAws

func (*ProfileAws) GetProviderConfigReference

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

GetProviderConfigReference of this ProfileAws.

func (*ProfileAws) GetProviderReference

func (mg *ProfileAws) GetProviderReference() *xpv1.Reference

GetProviderReference of this ProfileAws. Deprecated: Use GetProviderConfigReference.

func (*ProfileAws) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this ProfileAws.

func (*ProfileAws) GetTerraformResourceType

func (mg *ProfileAws) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ProfileAws

func (*ProfileAws) GetTerraformSchemaVersion

func (tr *ProfileAws) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ProfileAws) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ProfileAws.

func (*ProfileAws) LateInitialize

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

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

func (*ProfileAws) SetConditions

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

SetConditions of this ProfileAws.

func (*ProfileAws) SetDeletionPolicy

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

SetDeletionPolicy of this ProfileAws.

func (*ProfileAws) SetManagementPolicy

func (mg *ProfileAws) SetManagementPolicy(r xpv1.ManagementPolicy)

SetManagementPolicy of this ProfileAws.

func (*ProfileAws) SetObservation

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

SetObservation for this ProfileAws

func (*ProfileAws) SetParameters

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

SetParameters for this ProfileAws

func (*ProfileAws) SetProviderConfigReference

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

SetProviderConfigReference of this ProfileAws.

func (*ProfileAws) SetProviderReference

func (mg *ProfileAws) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this ProfileAws. Deprecated: Use SetProviderConfigReference.

func (*ProfileAws) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this ProfileAws.

func (*ProfileAws) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this ProfileAws.

type ProfileAwsLinksObservation

type ProfileAwsLinksObservation struct {
	Href *string `json:"href,omitempty" tf:"href,omitempty"`

	Hrefs []*string `json:"hrefs,omitempty" tf:"hrefs,omitempty"`

	Rel *string `json:"rel,omitempty" tf:"rel,omitempty"`
}

func (*ProfileAwsLinksObservation) DeepCopy

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

func (*ProfileAwsLinksObservation) DeepCopyInto

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

type ProfileAwsLinksParameters

type ProfileAwsLinksParameters struct {
}

func (*ProfileAwsLinksParameters) DeepCopy

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

func (*ProfileAwsLinksParameters) DeepCopyInto

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

type ProfileAwsList

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

ProfileAwsList contains a list of ProfileAwss

func (*ProfileAwsList) DeepCopy

func (in *ProfileAwsList) DeepCopy() *ProfileAwsList

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

func (*ProfileAwsList) DeepCopyInto

func (in *ProfileAwsList) DeepCopyInto(out *ProfileAwsList)

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

func (*ProfileAwsList) DeepCopyObject

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

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

func (*ProfileAwsList) GetItems

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

GetItems of this ProfileAwsList.

type ProfileAwsObservation

type ProfileAwsObservation struct {
	CreatedAt *string `json:"createdAt,omitempty" tf:"created_at,omitempty"`

	DefaultItem *bool `json:"defaultItem,omitempty" tf:"default_item,omitempty"`

	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	DeviceType *string `json:"deviceType,omitempty" tf:"device_type,omitempty"`

	ExternalRegionID *string `json:"externalRegionId,omitempty" tf:"external_region_id,omitempty"`

	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	Iops *string `json:"iops,omitempty" tf:"iops,omitempty"`

	Links []ProfileAwsLinksObservation `json:"links,omitempty" tf:"links,omitempty"`

	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	OrganizationID *string `json:"organizationId,omitempty" tf:"organization_id,omitempty"`

	Owner *string `json:"owner,omitempty" tf:"owner,omitempty"`

	RegionID *string `json:"regionId,omitempty" tf:"region_id,omitempty"`

	SupportsEncryption *bool `json:"supportsEncryption,omitempty" tf:"supports_encryption,omitempty"`

	Tags []ProfileAwsTagsObservation `json:"tags,omitempty" tf:"tags,omitempty"`

	UpdatedAt *string `json:"updatedAt,omitempty" tf:"updated_at,omitempty"`

	VolumeType *string `json:"volumeType,omitempty" tf:"volume_type,omitempty"`
}

func (*ProfileAwsObservation) DeepCopy

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

func (*ProfileAwsObservation) DeepCopyInto

func (in *ProfileAwsObservation) DeepCopyInto(out *ProfileAwsObservation)

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

type ProfileAwsParameters

type ProfileAwsParameters struct {

	// +kubebuilder:validation:Optional
	DefaultItem *bool `json:"defaultItem,omitempty" tf:"default_item,omitempty"`

	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// +kubebuilder:validation:Optional
	DeviceType *string `json:"deviceType,omitempty" tf:"device_type,omitempty"`

	// +kubebuilder:validation:Optional
	Iops *string `json:"iops,omitempty" tf:"iops,omitempty"`

	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// +kubebuilder:validation:Optional
	RegionID *string `json:"regionId,omitempty" tf:"region_id,omitempty"`

	// +kubebuilder:validation:Optional
	SupportsEncryption *bool `json:"supportsEncryption,omitempty" tf:"supports_encryption,omitempty"`

	// +kubebuilder:validation:Optional
	Tags []ProfileAwsTagsParameters `json:"tags,omitempty" tf:"tags,omitempty"`

	// +kubebuilder:validation:Optional
	VolumeType *string `json:"volumeType,omitempty" tf:"volume_type,omitempty"`
}

func (*ProfileAwsParameters) DeepCopy

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

func (*ProfileAwsParameters) DeepCopyInto

func (in *ProfileAwsParameters) DeepCopyInto(out *ProfileAwsParameters)

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

type ProfileAwsSpec

type ProfileAwsSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ProfileAwsParameters `json:"forProvider"`
}

ProfileAwsSpec defines the desired state of ProfileAws

func (*ProfileAwsSpec) DeepCopy

func (in *ProfileAwsSpec) DeepCopy() *ProfileAwsSpec

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

func (*ProfileAwsSpec) DeepCopyInto

func (in *ProfileAwsSpec) DeepCopyInto(out *ProfileAwsSpec)

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

type ProfileAwsStatus

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

ProfileAwsStatus defines the observed state of ProfileAws.

func (*ProfileAwsStatus) DeepCopy

func (in *ProfileAwsStatus) DeepCopy() *ProfileAwsStatus

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

func (*ProfileAwsStatus) DeepCopyInto

func (in *ProfileAwsStatus) DeepCopyInto(out *ProfileAwsStatus)

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

type ProfileAwsTagsObservation

type ProfileAwsTagsObservation struct {
	Key *string `json:"key,omitempty" tf:"key,omitempty"`

	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ProfileAwsTagsObservation) DeepCopy

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

func (*ProfileAwsTagsObservation) DeepCopyInto

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

type ProfileAwsTagsParameters

type ProfileAwsTagsParameters struct {

	// +kubebuilder:validation:Required
	Key *string `json:"key" tf:"key,omitempty"`

	// +kubebuilder:validation:Required
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ProfileAwsTagsParameters) DeepCopy

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

func (*ProfileAwsTagsParameters) DeepCopyInto

func (in *ProfileAwsTagsParameters) DeepCopyInto(out *ProfileAwsTagsParameters)

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

type ProfileAzure

type ProfileAzure struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.defaultItem)",message="defaultItem is a required parameter"
	// +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.name)",message="name is a required parameter"
	// +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.regionId)",message="regionId is a required parameter"
	Spec   ProfileAzureSpec   `json:"spec"`
	Status ProfileAzureStatus `json:"status,omitempty"`
}

ProfileAzure is the Schema for the ProfileAzures API. <no value> +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].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:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,vra}

func (*ProfileAzure) DeepCopy

func (in *ProfileAzure) DeepCopy() *ProfileAzure

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

func (*ProfileAzure) DeepCopyInto

func (in *ProfileAzure) DeepCopyInto(out *ProfileAzure)

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

func (*ProfileAzure) DeepCopyObject

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

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

func (*ProfileAzure) GetCondition

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

GetCondition of this ProfileAzure.

func (*ProfileAzure) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this ProfileAzure

func (*ProfileAzure) GetDeletionPolicy

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

GetDeletionPolicy of this ProfileAzure.

func (*ProfileAzure) GetID

func (tr *ProfileAzure) GetID() string

GetID returns ID of underlying Terraform resource of this ProfileAzure

func (*ProfileAzure) GetManagementPolicy

func (mg *ProfileAzure) GetManagementPolicy() xpv1.ManagementPolicy

GetManagementPolicy of this ProfileAzure.

func (*ProfileAzure) GetObservation

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

GetObservation of this ProfileAzure

func (*ProfileAzure) GetParameters

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

GetParameters of this ProfileAzure

func (*ProfileAzure) GetProviderConfigReference

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

GetProviderConfigReference of this ProfileAzure.

func (*ProfileAzure) GetProviderReference

func (mg *ProfileAzure) GetProviderReference() *xpv1.Reference

GetProviderReference of this ProfileAzure. Deprecated: Use GetProviderConfigReference.

func (*ProfileAzure) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this ProfileAzure.

func (*ProfileAzure) GetTerraformResourceType

func (mg *ProfileAzure) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ProfileAzure

func (*ProfileAzure) GetTerraformSchemaVersion

func (tr *ProfileAzure) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ProfileAzure) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ProfileAzure.

func (*ProfileAzure) LateInitialize

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

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

func (*ProfileAzure) SetConditions

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

SetConditions of this ProfileAzure.

func (*ProfileAzure) SetDeletionPolicy

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

SetDeletionPolicy of this ProfileAzure.

func (*ProfileAzure) SetManagementPolicy

func (mg *ProfileAzure) SetManagementPolicy(r xpv1.ManagementPolicy)

SetManagementPolicy of this ProfileAzure.

func (*ProfileAzure) SetObservation

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

SetObservation for this ProfileAzure

func (*ProfileAzure) SetParameters

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

SetParameters for this ProfileAzure

func (*ProfileAzure) SetProviderConfigReference

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

SetProviderConfigReference of this ProfileAzure.

func (*ProfileAzure) SetProviderReference

func (mg *ProfileAzure) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this ProfileAzure. Deprecated: Use SetProviderConfigReference.

func (*ProfileAzure) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this ProfileAzure.

func (*ProfileAzure) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this ProfileAzure.

type ProfileAzureLinksObservation

type ProfileAzureLinksObservation struct {
	Href *string `json:"href,omitempty" tf:"href,omitempty"`

	Hrefs []*string `json:"hrefs,omitempty" tf:"hrefs,omitempty"`

	Rel *string `json:"rel,omitempty" tf:"rel,omitempty"`
}

func (*ProfileAzureLinksObservation) DeepCopy

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

func (*ProfileAzureLinksObservation) DeepCopyInto

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

type ProfileAzureLinksParameters

type ProfileAzureLinksParameters struct {
}

func (*ProfileAzureLinksParameters) DeepCopy

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

func (*ProfileAzureLinksParameters) DeepCopyInto

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

type ProfileAzureList

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

ProfileAzureList contains a list of ProfileAzures

func (*ProfileAzureList) DeepCopy

func (in *ProfileAzureList) DeepCopy() *ProfileAzureList

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

func (*ProfileAzureList) DeepCopyInto

func (in *ProfileAzureList) DeepCopyInto(out *ProfileAzureList)

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

func (*ProfileAzureList) DeepCopyObject

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

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

func (*ProfileAzureList) GetItems

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

GetItems of this ProfileAzureList.

type ProfileAzureObservation

type ProfileAzureObservation struct {
	CreatedAt *string `json:"createdAt,omitempty" tf:"created_at,omitempty"`

	DataDiskCaching *string `json:"dataDiskCaching,omitempty" tf:"data_disk_caching,omitempty"`

	DefaultItem *bool `json:"defaultItem,omitempty" tf:"default_item,omitempty"`

	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	DiskType *string `json:"diskType,omitempty" tf:"disk_type,omitempty"`

	ExternalRegionID *string `json:"externalRegionId,omitempty" tf:"external_region_id,omitempty"`

	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	Links []ProfileAzureLinksObservation `json:"links,omitempty" tf:"links,omitempty"`

	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	OrganizationID *string `json:"organizationId,omitempty" tf:"organization_id,omitempty"`

	OsDiskCaching *string `json:"osDiskCaching,omitempty" tf:"os_disk_caching,omitempty"`

	Owner *string `json:"owner,omitempty" tf:"owner,omitempty"`

	RegionID *string `json:"regionId,omitempty" tf:"region_id,omitempty"`

	StorageAccountID *string `json:"storageAccountId,omitempty" tf:"storage_account_id,omitempty"`

	SupportsEncryption *bool `json:"supportsEncryption,omitempty" tf:"supports_encryption,omitempty"`

	Tags []ProfileAzureTagsObservation `json:"tags,omitempty" tf:"tags,omitempty"`

	UpdatedAt *string `json:"updatedAt,omitempty" tf:"updated_at,omitempty"`
}

func (*ProfileAzureObservation) DeepCopy

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

func (*ProfileAzureObservation) DeepCopyInto

func (in *ProfileAzureObservation) DeepCopyInto(out *ProfileAzureObservation)

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

type ProfileAzureParameters

type ProfileAzureParameters struct {

	// +kubebuilder:validation:Optional
	DataDiskCaching *string `json:"dataDiskCaching,omitempty" tf:"data_disk_caching,omitempty"`

	// +kubebuilder:validation:Optional
	DefaultItem *bool `json:"defaultItem,omitempty" tf:"default_item,omitempty"`

	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// +kubebuilder:validation:Optional
	DiskType *string `json:"diskType,omitempty" tf:"disk_type,omitempty"`

	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// +kubebuilder:validation:Optional
	OsDiskCaching *string `json:"osDiskCaching,omitempty" tf:"os_disk_caching,omitempty"`

	// +kubebuilder:validation:Optional
	RegionID *string `json:"regionId,omitempty" tf:"region_id,omitempty"`

	// +kubebuilder:validation:Optional
	StorageAccountID *string `json:"storageAccountId,omitempty" tf:"storage_account_id,omitempty"`

	// +kubebuilder:validation:Optional
	SupportsEncryption *bool `json:"supportsEncryption,omitempty" tf:"supports_encryption,omitempty"`

	// +kubebuilder:validation:Optional
	Tags []ProfileAzureTagsParameters `json:"tags,omitempty" tf:"tags,omitempty"`
}

func (*ProfileAzureParameters) DeepCopy

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

func (*ProfileAzureParameters) DeepCopyInto

func (in *ProfileAzureParameters) DeepCopyInto(out *ProfileAzureParameters)

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

type ProfileAzureSpec

type ProfileAzureSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ProfileAzureParameters `json:"forProvider"`
}

ProfileAzureSpec defines the desired state of ProfileAzure

func (*ProfileAzureSpec) DeepCopy

func (in *ProfileAzureSpec) DeepCopy() *ProfileAzureSpec

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

func (*ProfileAzureSpec) DeepCopyInto

func (in *ProfileAzureSpec) DeepCopyInto(out *ProfileAzureSpec)

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

type ProfileAzureStatus

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

ProfileAzureStatus defines the observed state of ProfileAzure.

func (*ProfileAzureStatus) DeepCopy

func (in *ProfileAzureStatus) DeepCopy() *ProfileAzureStatus

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

func (*ProfileAzureStatus) DeepCopyInto

func (in *ProfileAzureStatus) DeepCopyInto(out *ProfileAzureStatus)

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

type ProfileAzureTagsObservation

type ProfileAzureTagsObservation struct {
	Key *string `json:"key,omitempty" tf:"key,omitempty"`

	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ProfileAzureTagsObservation) DeepCopy

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

func (*ProfileAzureTagsObservation) DeepCopyInto

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

type ProfileAzureTagsParameters

type ProfileAzureTagsParameters struct {

	// +kubebuilder:validation:Required
	Key *string `json:"key" tf:"key,omitempty"`

	// +kubebuilder:validation:Required
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ProfileAzureTagsParameters) DeepCopy

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

func (*ProfileAzureTagsParameters) DeepCopyInto

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

type ProfileList

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

ProfileList contains a list of Profiles

func (*ProfileList) DeepCopy

func (in *ProfileList) DeepCopy() *ProfileList

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

func (*ProfileList) DeepCopyInto

func (in *ProfileList) DeepCopyInto(out *ProfileList)

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

func (*ProfileList) DeepCopyObject

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

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

func (*ProfileList) GetItems

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

GetItems of this ProfileList.

type ProfileObservation

type ProfileObservation struct {

	// Id of the cloud account this storage profile belongs to.
	CloudAccountID *string `json:"cloudAccountId,omitempty" tf:"cloud_account_id,omitempty"`

	// Date when the entity was created. The date is in ISO 8601 and UTC.
	CreatedAt *string `json:"createdAt,omitempty" tf:"created_at,omitempty"`

	// Indicates if this storage profile is a default profile.
	DefaultItem *bool `json:"defaultItem,omitempty" tf:"default_item,omitempty"`

	// A human-friendly description.
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// Map of storage properties that are to be applied on disk while provisioning.
	DiskProperties map[string]*string `json:"diskProperties,omitempty" tf:"disk_properties,omitempty"`

	// Map of storage placements to know where the disk is provisioned.
	DiskTargetProperties map[string]*string `json:"diskTargetProperties,omitempty" tf:"disk_target_properties,omitempty"`

	// The id of the region as seen in the cloud provider for which this profile is defined.
	ExternalRegionID *string `json:"externalRegionId,omitempty" tf:"external_region_id,omitempty"`

	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	Links []LinksObservation `json:"links,omitempty" tf:"links,omitempty"`

	// A human-friendly name for storage profile.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The id of the organization this entity belongs to.
	OrgID *string `json:"orgId,omitempty" tf:"org_id,omitempty"`

	// Email of the user that owns the entity.
	Owner *string `json:"owner,omitempty" tf:"owner,omitempty"`

	// The id of the region that is associated with the storage profile.
	RegionID *string `json:"regionId,omitempty" tf:"region_id,omitempty"`

	// Indicates whether this storage profile supports encryption or not.
	SupportsEncryption *bool `json:"supportsEncryption,omitempty" tf:"supports_encryption,omitempty"`

	Tags []TagsObservation `json:"tags,omitempty" tf:"tags,omitempty"`

	// Date when the entity was last updated. The date is ISO 8601 and UTC.
	UpdatedAt *string `json:"updatedAt,omitempty" tf:"updated_at,omitempty"`
}

func (*ProfileObservation) DeepCopy

func (in *ProfileObservation) DeepCopy() *ProfileObservation

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

func (*ProfileObservation) DeepCopyInto

func (in *ProfileObservation) DeepCopyInto(out *ProfileObservation)

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

type ProfileParameters

type ProfileParameters struct {

	// Indicates if this storage profile is a default profile.
	// +kubebuilder:validation:Optional
	DefaultItem *bool `json:"defaultItem,omitempty" tf:"default_item,omitempty"`

	// A human-friendly description.
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// Map of storage properties that are to be applied on disk while provisioning.
	// +kubebuilder:validation:Optional
	DiskProperties map[string]*string `json:"diskProperties,omitempty" tf:"disk_properties,omitempty"`

	// Map of storage placements to know where the disk is provisioned.
	// +kubebuilder:validation:Optional
	DiskTargetProperties map[string]*string `json:"diskTargetProperties,omitempty" tf:"disk_target_properties,omitempty"`

	// A human-friendly name for storage profile.
	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The id of the region that is associated with the storage profile.
	// +kubebuilder:validation:Optional
	RegionID *string `json:"regionId,omitempty" tf:"region_id,omitempty"`

	// Indicates whether this storage profile supports encryption or not.
	// +kubebuilder:validation:Optional
	SupportsEncryption *bool `json:"supportsEncryption,omitempty" tf:"supports_encryption,omitempty"`

	// +kubebuilder:validation:Optional
	Tags []TagsParameters `json:"tags,omitempty" tf:"tags,omitempty"`
}

func (*ProfileParameters) DeepCopy

func (in *ProfileParameters) DeepCopy() *ProfileParameters

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

func (*ProfileParameters) DeepCopyInto

func (in *ProfileParameters) DeepCopyInto(out *ProfileParameters)

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

type ProfileSpec

type ProfileSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ProfileParameters `json:"forProvider"`
}

ProfileSpec defines the desired state of Profile

func (*ProfileSpec) DeepCopy

func (in *ProfileSpec) DeepCopy() *ProfileSpec

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

func (*ProfileSpec) DeepCopyInto

func (in *ProfileSpec) DeepCopyInto(out *ProfileSpec)

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

type ProfileStatus

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

ProfileStatus defines the observed state of Profile.

func (*ProfileStatus) DeepCopy

func (in *ProfileStatus) DeepCopy() *ProfileStatus

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

func (*ProfileStatus) DeepCopyInto

func (in *ProfileStatus) DeepCopyInto(out *ProfileStatus)

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

type ProfileVsphere

type ProfileVsphere struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.defaultItem)",message="defaultItem is a required parameter"
	// +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.name)",message="name is a required parameter"
	// +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.regionId)",message="regionId is a required parameter"
	Spec   ProfileVsphereSpec   `json:"spec"`
	Status ProfileVsphereStatus `json:"status,omitempty"`
}

ProfileVsphere is the Schema for the ProfileVspheres API. <no value> +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].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:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,vra}

func (*ProfileVsphere) DeepCopy

func (in *ProfileVsphere) DeepCopy() *ProfileVsphere

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

func (*ProfileVsphere) DeepCopyInto

func (in *ProfileVsphere) DeepCopyInto(out *ProfileVsphere)

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

func (*ProfileVsphere) DeepCopyObject

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

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

func (*ProfileVsphere) GetCondition

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

GetCondition of this ProfileVsphere.

func (*ProfileVsphere) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this ProfileVsphere

func (*ProfileVsphere) GetDeletionPolicy

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

GetDeletionPolicy of this ProfileVsphere.

func (*ProfileVsphere) GetID

func (tr *ProfileVsphere) GetID() string

GetID returns ID of underlying Terraform resource of this ProfileVsphere

func (*ProfileVsphere) GetManagementPolicy

func (mg *ProfileVsphere) GetManagementPolicy() xpv1.ManagementPolicy

GetManagementPolicy of this ProfileVsphere.

func (*ProfileVsphere) GetObservation

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

GetObservation of this ProfileVsphere

func (*ProfileVsphere) GetParameters

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

GetParameters of this ProfileVsphere

func (*ProfileVsphere) GetProviderConfigReference

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

GetProviderConfigReference of this ProfileVsphere.

func (*ProfileVsphere) GetProviderReference

func (mg *ProfileVsphere) GetProviderReference() *xpv1.Reference

GetProviderReference of this ProfileVsphere. Deprecated: Use GetProviderConfigReference.

func (*ProfileVsphere) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this ProfileVsphere.

func (*ProfileVsphere) GetTerraformResourceType

func (mg *ProfileVsphere) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this ProfileVsphere

func (*ProfileVsphere) GetTerraformSchemaVersion

func (tr *ProfileVsphere) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*ProfileVsphere) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this ProfileVsphere.

func (*ProfileVsphere) LateInitialize

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

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

func (*ProfileVsphere) SetConditions

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

SetConditions of this ProfileVsphere.

func (*ProfileVsphere) SetDeletionPolicy

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

SetDeletionPolicy of this ProfileVsphere.

func (*ProfileVsphere) SetManagementPolicy

func (mg *ProfileVsphere) SetManagementPolicy(r xpv1.ManagementPolicy)

SetManagementPolicy of this ProfileVsphere.

func (*ProfileVsphere) SetObservation

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

SetObservation for this ProfileVsphere

func (*ProfileVsphere) SetParameters

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

SetParameters for this ProfileVsphere

func (*ProfileVsphere) SetProviderConfigReference

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

SetProviderConfigReference of this ProfileVsphere.

func (*ProfileVsphere) SetProviderReference

func (mg *ProfileVsphere) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this ProfileVsphere. Deprecated: Use SetProviderConfigReference.

func (*ProfileVsphere) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this ProfileVsphere.

func (*ProfileVsphere) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this ProfileVsphere.

type ProfileVsphereLinksObservation

type ProfileVsphereLinksObservation struct {
	Href *string `json:"href,omitempty" tf:"href,omitempty"`

	Hrefs []*string `json:"hrefs,omitempty" tf:"hrefs,omitempty"`

	Rel *string `json:"rel,omitempty" tf:"rel,omitempty"`
}

func (*ProfileVsphereLinksObservation) DeepCopy

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

func (*ProfileVsphereLinksObservation) DeepCopyInto

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

type ProfileVsphereLinksParameters

type ProfileVsphereLinksParameters struct {
}

func (*ProfileVsphereLinksParameters) DeepCopy

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

func (*ProfileVsphereLinksParameters) DeepCopyInto

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

type ProfileVsphereList

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

ProfileVsphereList contains a list of ProfileVspheres

func (*ProfileVsphereList) DeepCopy

func (in *ProfileVsphereList) DeepCopy() *ProfileVsphereList

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

func (*ProfileVsphereList) DeepCopyInto

func (in *ProfileVsphereList) DeepCopyInto(out *ProfileVsphereList)

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

func (*ProfileVsphereList) DeepCopyObject

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

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

func (*ProfileVsphereList) GetItems

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

GetItems of this ProfileVsphereList.

type ProfileVsphereObservation

type ProfileVsphereObservation struct {

	// Id of the cloud account this storage profile belongs to.
	CloudAccountID *string `json:"cloudAccountId,omitempty" tf:"cloud_account_id,omitempty"`

	// Date when the entity was created. The date is in ISO 8601 and UTC.
	CreatedAt *string `json:"createdAt,omitempty" tf:"created_at,omitempty"`

	// Id of the vSphere Datastore for placing disk and VM.
	DatastoreID *string `json:"datastoreId,omitempty" tf:"datastore_id,omitempty"`

	// Indicates if a storage profile acts as a default storage profile for a disk.
	DefaultItem *bool `json:"defaultItem,omitempty" tf:"default_item,omitempty"`

	// A human-friendly description.
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// Type of mode for the disk. Omitting this value will set it to dependent. example: dependent / independent-persistent / independent-nonpersistent.
	DiskMode *string `json:"diskMode,omitempty" tf:"disk_mode,omitempty"`

	// Disk types are specified as standard or first class, empty value is considered as standard.
	DiskType *string `json:"diskType,omitempty" tf:"disk_type,omitempty"`

	// The id of the region for which this profile is defined
	ExternalRegionID *string `json:"externalRegionId,omitempty" tf:"external_region_id,omitempty"`

	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// The upper bound for the I/O operations per second allocated for each virtual disk.
	LimitIops *string `json:"limitIops,omitempty" tf:"limit_iops,omitempty"`

	Links []ProfileVsphereLinksObservation `json:"links,omitempty" tf:"links,omitempty"`

	// A human-friendly name used as an identifier in APIs that support this option.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The id of the organization this entity belongs to.
	OrgID *string `json:"orgId,omitempty" tf:"org_id,omitempty"`

	// Email of the user that owns the entity.
	Owner *string `json:"owner,omitempty" tf:"owner,omitempty"`

	// Type of provisioning policy for the disk.
	ProvisioningType *string `json:"provisioningType,omitempty" tf:"provisioning_type,omitempty"`

	// The Id of the region that is associated with the storage profile.
	RegionID *string `json:"regionId,omitempty" tf:"region_id,omitempty"`

	// A specific number of shares assigned to each virtual machine.
	Shares *string `json:"shares,omitempty" tf:"shares,omitempty"`

	// Indicates whether this storage profile supports encryption or not.
	SharesLevel *string `json:"sharesLevel,omitempty" tf:"shares_level,omitempty"`

	// Id of the vSphere Storage Policy to be applied.
	StoragePolicyID *string `json:"storagePolicyId,omitempty" tf:"storage_policy_id,omitempty"`

	// Indicates whether this storage profile supports encryption or not.
	SupportsEncryption *bool `json:"supportsEncryption,omitempty" tf:"supports_encryption,omitempty"`

	Tags []ProfileVsphereTagsObservation `json:"tags,omitempty" tf:"tags,omitempty"`

	// Date when the entity was last updated. The date is ISO 8601 and UTC.
	UpdatedAt *string `json:"updatedAt,omitempty" tf:"updated_at,omitempty"`
}

func (*ProfileVsphereObservation) DeepCopy

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

func (*ProfileVsphereObservation) DeepCopyInto

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

type ProfileVsphereParameters

type ProfileVsphereParameters struct {

	// Id of the vSphere Datastore for placing disk and VM.
	// +kubebuilder:validation:Optional
	DatastoreID *string `json:"datastoreId,omitempty" tf:"datastore_id,omitempty"`

	// Indicates if a storage profile acts as a default storage profile for a disk.
	// +kubebuilder:validation:Optional
	DefaultItem *bool `json:"defaultItem,omitempty" tf:"default_item,omitempty"`

	// A human-friendly description.
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// Type of mode for the disk. Omitting this value will set it to dependent. example: dependent / independent-persistent / independent-nonpersistent.
	// +kubebuilder:validation:Optional
	DiskMode *string `json:"diskMode,omitempty" tf:"disk_mode,omitempty"`

	// Disk types are specified as standard or first class, empty value is considered as standard.
	// +kubebuilder:validation:Optional
	DiskType *string `json:"diskType,omitempty" tf:"disk_type,omitempty"`

	// The upper bound for the I/O operations per second allocated for each virtual disk.
	// +kubebuilder:validation:Optional
	LimitIops *string `json:"limitIops,omitempty" tf:"limit_iops,omitempty"`

	// A human-friendly name used as an identifier in APIs that support this option.
	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// Type of provisioning policy for the disk.
	// +kubebuilder:validation:Optional
	ProvisioningType *string `json:"provisioningType,omitempty" tf:"provisioning_type,omitempty"`

	// The Id of the region that is associated with the storage profile.
	// +kubebuilder:validation:Optional
	RegionID *string `json:"regionId,omitempty" tf:"region_id,omitempty"`

	// A specific number of shares assigned to each virtual machine.
	// +kubebuilder:validation:Optional
	Shares *string `json:"shares,omitempty" tf:"shares,omitempty"`

	// Indicates whether this storage profile supports encryption or not.
	// +kubebuilder:validation:Optional
	SharesLevel *string `json:"sharesLevel,omitempty" tf:"shares_level,omitempty"`

	// Id of the vSphere Storage Policy to be applied.
	// +kubebuilder:validation:Optional
	StoragePolicyID *string `json:"storagePolicyId,omitempty" tf:"storage_policy_id,omitempty"`

	// Indicates whether this storage profile supports encryption or not.
	// +kubebuilder:validation:Optional
	SupportsEncryption *bool `json:"supportsEncryption,omitempty" tf:"supports_encryption,omitempty"`

	// +kubebuilder:validation:Optional
	Tags []ProfileVsphereTagsParameters `json:"tags,omitempty" tf:"tags,omitempty"`
}

func (*ProfileVsphereParameters) DeepCopy

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

func (*ProfileVsphereParameters) DeepCopyInto

func (in *ProfileVsphereParameters) DeepCopyInto(out *ProfileVsphereParameters)

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

type ProfileVsphereSpec

type ProfileVsphereSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     ProfileVsphereParameters `json:"forProvider"`
}

ProfileVsphereSpec defines the desired state of ProfileVsphere

func (*ProfileVsphereSpec) DeepCopy

func (in *ProfileVsphereSpec) DeepCopy() *ProfileVsphereSpec

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

func (*ProfileVsphereSpec) DeepCopyInto

func (in *ProfileVsphereSpec) DeepCopyInto(out *ProfileVsphereSpec)

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

type ProfileVsphereStatus

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

ProfileVsphereStatus defines the observed state of ProfileVsphere.

func (*ProfileVsphereStatus) DeepCopy

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

func (*ProfileVsphereStatus) DeepCopyInto

func (in *ProfileVsphereStatus) DeepCopyInto(out *ProfileVsphereStatus)

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

type ProfileVsphereTagsObservation

type ProfileVsphereTagsObservation struct {
	Key *string `json:"key,omitempty" tf:"key,omitempty"`

	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ProfileVsphereTagsObservation) DeepCopy

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

func (*ProfileVsphereTagsObservation) DeepCopyInto

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

type ProfileVsphereTagsParameters

type ProfileVsphereTagsParameters struct {

	// +kubebuilder:validation:Required
	Key *string `json:"key" tf:"key,omitempty"`

	// +kubebuilder:validation:Required
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ProfileVsphereTagsParameters) DeepCopy

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

func (*ProfileVsphereTagsParameters) DeepCopyInto

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

type TagsObservation

type TagsObservation struct {
	Key *string `json:"key,omitempty" tf:"key,omitempty"`

	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*TagsObservation) DeepCopy

func (in *TagsObservation) DeepCopy() *TagsObservation

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

func (*TagsObservation) DeepCopyInto

func (in *TagsObservation) DeepCopyInto(out *TagsObservation)

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

type TagsParameters

type TagsParameters struct {

	// +kubebuilder:validation:Required
	Key *string `json:"key" tf:"key,omitempty"`

	// +kubebuilder:validation:Required
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*TagsParameters) DeepCopy

func (in *TagsParameters) DeepCopy() *TagsParameters

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

func (*TagsParameters) DeepCopyInto

func (in *TagsParameters) DeepCopyInto(out *TagsParameters)

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