storage

package
v2.10.0 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.

Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.

Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.

Package storage contains API Schema definitions for the compute storage API group +kubebuilder:object:generate=true All object properties are optional by default, this will be overridden when needed: +kubebuilder:validation:Optional +groupName=compute.azure.com +versionName=v1api20240302storage

Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.

Index

Constants

View Source
const APIVersion_Value = APIVersion("2024-03-02")

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "compute.azure.com", Version: "v1api20240302storage"}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)

Functions

This section is empty.

Types

type APIVersion

type APIVersion string

Storage version of v1api20240302.APIVersion +kubebuilder:validation:Enum={"2024-03-02"}

type ApiErrorBase_STATUS

type ApiErrorBase_STATUS struct {
	Code        *string                `json:"code,omitempty"`
	Message     *string                `json:"message,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	Target      *string                `json:"target,omitempty"`
}

Storage version of v1api20240302.ApiErrorBase_STATUS Api error base.

func (*ApiErrorBase_STATUS) DeepCopy

func (in *ApiErrorBase_STATUS) DeepCopy() *ApiErrorBase_STATUS

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

func (*ApiErrorBase_STATUS) DeepCopyInto

func (in *ApiErrorBase_STATUS) DeepCopyInto(out *ApiErrorBase_STATUS)

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

type ApiError_STATUS

type ApiError_STATUS struct {
	Code        *string                `json:"code,omitempty"`
	Details     []ApiErrorBase_STATUS  `json:"details,omitempty"`
	Innererror  *InnerError_STATUS     `json:"innererror,omitempty"`
	Message     *string                `json:"message,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	Target      *string                `json:"target,omitempty"`
}

Storage version of v1api20240302.ApiError_STATUS Api error.

func (*ApiError_STATUS) DeepCopy

func (in *ApiError_STATUS) DeepCopy() *ApiError_STATUS

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

func (*ApiError_STATUS) DeepCopyInto

func (in *ApiError_STATUS) DeepCopyInto(out *ApiError_STATUS)

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

type CopyCompletionError

type CopyCompletionError struct {
	ErrorCode    *string                `json:"errorCode,omitempty"`
	ErrorMessage *string                `json:"errorMessage,omitempty"`
	PropertyBag  genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}

Storage version of v1api20240302.CopyCompletionError Indicates the error details if the background copy of a resource created via the CopyStart operation fails.

func (*CopyCompletionError) DeepCopy

func (in *CopyCompletionError) DeepCopy() *CopyCompletionError

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

func (*CopyCompletionError) DeepCopyInto

func (in *CopyCompletionError) DeepCopyInto(out *CopyCompletionError)

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

type CopyCompletionError_STATUS

type CopyCompletionError_STATUS struct {
	ErrorCode    *string                `json:"errorCode,omitempty"`
	ErrorMessage *string                `json:"errorMessage,omitempty"`
	PropertyBag  genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}

Storage version of v1api20240302.CopyCompletionError_STATUS Indicates the error details if the background copy of a resource created via the CopyStart operation fails.

func (*CopyCompletionError_STATUS) DeepCopy

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

func (*CopyCompletionError_STATUS) DeepCopyInto

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

type CreationData

type CreationData struct {
	CreateOption *string `json:"createOption,omitempty"`

	// ElasticSanResourceReference: Required if createOption is CopyFromSanSnapshot. This is the ARM id of the source elastic
	// san volume snapshot.
	ElasticSanResourceReference   *genruntime.ResourceReference `armReference:"ElasticSanResourceId" json:"elasticSanResourceReference,omitempty"`
	GalleryImageReference         *ImageDiskReference           `json:"galleryImageReference,omitempty"`
	ImageReference                *ImageDiskReference           `json:"imageReference,omitempty"`
	LogicalSectorSize             *int                          `json:"logicalSectorSize,omitempty"`
	PerformancePlus               *bool                         `json:"performancePlus,omitempty"`
	PropertyBag                   genruntime.PropertyBag        `json:"$propertyBag,omitempty"`
	ProvisionedBandwidthCopySpeed *string                       `json:"provisionedBandwidthCopySpeed,omitempty"`
	SecurityDataUri               *string                       `json:"securityDataUri,omitempty"`

	// SourceResourceReference: If createOption is Copy, this is the ARM id of the source snapshot or disk.
	SourceResourceReference *genruntime.ResourceReference `armReference:"SourceResourceId" json:"sourceResourceReference,omitempty"`
	SourceUri               *string                       `json:"sourceUri,omitempty"`
	StorageAccountId        *string                       `json:"storageAccountId,omitempty"`
	UploadSizeBytes         *int                          `json:"uploadSizeBytes,omitempty"`
}

Storage version of v1api20240302.CreationData Data used when creating a disk.

func (*CreationData) DeepCopy

func (in *CreationData) DeepCopy() *CreationData

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

func (*CreationData) DeepCopyInto

func (in *CreationData) DeepCopyInto(out *CreationData)

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

type CreationData_STATUS

type CreationData_STATUS struct {
	CreateOption                  *string                    `json:"createOption,omitempty"`
	ElasticSanResourceId          *string                    `json:"elasticSanResourceId,omitempty"`
	GalleryImageReference         *ImageDiskReference_STATUS `json:"galleryImageReference,omitempty"`
	ImageReference                *ImageDiskReference_STATUS `json:"imageReference,omitempty"`
	LogicalSectorSize             *int                       `json:"logicalSectorSize,omitempty"`
	PerformancePlus               *bool                      `json:"performancePlus,omitempty"`
	PropertyBag                   genruntime.PropertyBag     `json:"$propertyBag,omitempty"`
	ProvisionedBandwidthCopySpeed *string                    `json:"provisionedBandwidthCopySpeed,omitempty"`
	SecurityDataUri               *string                    `json:"securityDataUri,omitempty"`
	SourceResourceId              *string                    `json:"sourceResourceId,omitempty"`
	SourceUniqueId                *string                    `json:"sourceUniqueId,omitempty"`
	SourceUri                     *string                    `json:"sourceUri,omitempty"`
	StorageAccountId              *string                    `json:"storageAccountId,omitempty"`
	UploadSizeBytes               *int                       `json:"uploadSizeBytes,omitempty"`
}

Storage version of v1api20240302.CreationData_STATUS Data used when creating a disk.

func (*CreationData_STATUS) DeepCopy

func (in *CreationData_STATUS) DeepCopy() *CreationData_STATUS

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

func (*CreationData_STATUS) DeepCopyInto

func (in *CreationData_STATUS) DeepCopyInto(out *CreationData_STATUS)

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

type Disk

type Disk struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              Disk_Spec   `json:"spec,omitempty"`
	Status            Disk_STATUS `json:"status,omitempty"`
}

+kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:storageversion +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="Severity",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].severity" +kubebuilder:printcolumn:name="Reason",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].reason" +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].message" Storage version of v1api20240302.Disk Generator information: - Generated from: /compute/resource-manager/Microsoft.Compute/DiskRP/stable/2024-03-02/disk.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/disks/{diskName}

func (*Disk) AzureName

func (disk *Disk) AzureName() string

AzureName returns the Azure name of the resource

func (*Disk) DeepCopy

func (in *Disk) DeepCopy() *Disk

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

func (*Disk) DeepCopyInto

func (in *Disk) DeepCopyInto(out *Disk)

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

func (*Disk) DeepCopyObject

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

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

func (Disk) GetAPIVersion

func (disk Disk) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2024-03-02"

func (*Disk) GetConditions

func (disk *Disk) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*Disk) GetResourceScope

func (disk *Disk) GetResourceScope() genruntime.ResourceScope

GetResourceScope returns the scope of the resource

func (*Disk) GetSpec

func (disk *Disk) GetSpec() genruntime.ConvertibleSpec

GetSpec returns the specification of this resource

func (*Disk) GetStatus

func (disk *Disk) GetStatus() genruntime.ConvertibleStatus

GetStatus returns the status of this resource

func (*Disk) GetSupportedOperations

func (disk *Disk) GetSupportedOperations() []genruntime.ResourceOperation

GetSupportedOperations returns the operations supported by the resource

func (*Disk) GetType

func (disk *Disk) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.Compute/disks"

func (*Disk) Hub

func (disk *Disk) Hub()

Hub marks that this Disk is the hub type for conversion

func (*Disk) NewEmptyStatus

func (disk *Disk) NewEmptyStatus() genruntime.ConvertibleStatus

NewEmptyStatus returns a new empty (blank) status

func (*Disk) OriginalGVK

func (disk *Disk) OriginalGVK() *schema.GroupVersionKind

OriginalGVK returns a GroupValueKind for the original API version used to create the resource

func (*Disk) Owner

func (disk *Disk) Owner() *genruntime.ResourceReference

Owner returns the ResourceReference of the owner

func (*Disk) SetConditions

func (disk *Disk) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*Disk) SetStatus

func (disk *Disk) SetStatus(status genruntime.ConvertibleStatus) error

SetStatus sets the status of this resource

type DiskAccess

type DiskAccess struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              DiskAccess_Spec   `json:"spec,omitempty"`
	Status            DiskAccess_STATUS `json:"status,omitempty"`
}

+kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:storageversion +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="Severity",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].severity" +kubebuilder:printcolumn:name="Reason",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].reason" +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].message" Storage version of v1api20240302.DiskAccess Generator information: - Generated from: /compute/resource-manager/Microsoft.Compute/DiskRP/stable/2024-03-02/diskAccess.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName}

func (*DiskAccess) AzureName

func (access *DiskAccess) AzureName() string

AzureName returns the Azure name of the resource

func (*DiskAccess) DeepCopy

func (in *DiskAccess) DeepCopy() *DiskAccess

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

func (*DiskAccess) DeepCopyInto

func (in *DiskAccess) DeepCopyInto(out *DiskAccess)

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

func (*DiskAccess) DeepCopyObject

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

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

func (DiskAccess) GetAPIVersion

func (access DiskAccess) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2024-03-02"

func (*DiskAccess) GetConditions

func (access *DiskAccess) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*DiskAccess) GetResourceScope

func (access *DiskAccess) GetResourceScope() genruntime.ResourceScope

GetResourceScope returns the scope of the resource

func (*DiskAccess) GetSpec

func (access *DiskAccess) GetSpec() genruntime.ConvertibleSpec

GetSpec returns the specification of this resource

func (*DiskAccess) GetStatus

func (access *DiskAccess) GetStatus() genruntime.ConvertibleStatus

GetStatus returns the status of this resource

func (*DiskAccess) GetSupportedOperations

func (access *DiskAccess) GetSupportedOperations() []genruntime.ResourceOperation

GetSupportedOperations returns the operations supported by the resource

func (*DiskAccess) GetType

func (access *DiskAccess) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.Compute/diskAccesses"

func (*DiskAccess) Hub

func (access *DiskAccess) Hub()

Hub marks that this DiskAccess is the hub type for conversion

func (*DiskAccess) NewEmptyStatus

func (access *DiskAccess) NewEmptyStatus() genruntime.ConvertibleStatus

NewEmptyStatus returns a new empty (blank) status

func (*DiskAccess) OriginalGVK

func (access *DiskAccess) OriginalGVK() *schema.GroupVersionKind

OriginalGVK returns a GroupValueKind for the original API version used to create the resource

func (*DiskAccess) Owner

func (access *DiskAccess) Owner() *genruntime.ResourceReference

Owner returns the ResourceReference of the owner

func (*DiskAccess) SetConditions

func (access *DiskAccess) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*DiskAccess) SetStatus

func (access *DiskAccess) SetStatus(status genruntime.ConvertibleStatus) error

SetStatus sets the status of this resource

type DiskAccessList

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

+kubebuilder:object:root=true Storage version of v1api20240302.DiskAccess Generator information: - Generated from: /compute/resource-manager/Microsoft.Compute/DiskRP/stable/2024-03-02/diskAccess.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName}

func (*DiskAccessList) DeepCopy

func (in *DiskAccessList) DeepCopy() *DiskAccessList

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

func (*DiskAccessList) DeepCopyInto

func (in *DiskAccessList) DeepCopyInto(out *DiskAccessList)

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

func (*DiskAccessList) DeepCopyObject

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

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

type DiskAccess_STATUS

type DiskAccess_STATUS struct {
	Conditions                 []conditions.Condition             `json:"conditions,omitempty"`
	ExtendedLocation           *ExtendedLocation_STATUS           `json:"extendedLocation,omitempty"`
	Id                         *string                            `json:"id,omitempty"`
	Location                   *string                            `json:"location,omitempty"`
	Name                       *string                            `json:"name,omitempty"`
	PrivateEndpointConnections []PrivateEndpointConnection_STATUS `json:"privateEndpointConnections,omitempty"`
	PropertyBag                genruntime.PropertyBag             `json:"$propertyBag,omitempty"`
	ProvisioningState          *string                            `json:"provisioningState,omitempty"`
	Tags                       map[string]string                  `json:"tags,omitempty"`
	TimeCreated                *string                            `json:"timeCreated,omitempty"`
	Type                       *string                            `json:"type,omitempty"`
}

Storage version of v1api20240302.DiskAccess_STATUS disk access resource.

func (*DiskAccess_STATUS) ConvertStatusFrom

func (access *DiskAccess_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our DiskAccess_STATUS from the provided source

func (*DiskAccess_STATUS) ConvertStatusTo

func (access *DiskAccess_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our DiskAccess_STATUS

func (*DiskAccess_STATUS) DeepCopy

func (in *DiskAccess_STATUS) DeepCopy() *DiskAccess_STATUS

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

func (*DiskAccess_STATUS) DeepCopyInto

func (in *DiskAccess_STATUS) DeepCopyInto(out *DiskAccess_STATUS)

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

type DiskAccess_Spec

type DiskAccess_Spec struct {
	// AzureName: The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it
	// doesn't have to be.
	AzureName        string            `json:"azureName,omitempty"`
	ExtendedLocation *ExtendedLocation `json:"extendedLocation,omitempty"`
	Location         *string           `json:"location,omitempty"`
	OriginalVersion  string            `json:"originalVersion,omitempty"`

	// +kubebuilder:validation:Required
	// Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also
	// controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a
	// reference to a resources.azure.com/ResourceGroup resource
	Owner       *genruntime.KnownResourceReference `group:"resources.azure.com" json:"owner,omitempty" kind:"ResourceGroup"`
	PropertyBag genruntime.PropertyBag             `json:"$propertyBag,omitempty"`
	Tags        map[string]string                  `json:"tags,omitempty"`
}

Storage version of v1api20240302.DiskAccess_Spec

func (*DiskAccess_Spec) ConvertSpecFrom

func (access *DiskAccess_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our DiskAccess_Spec from the provided source

func (*DiskAccess_Spec) ConvertSpecTo

func (access *DiskAccess_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our DiskAccess_Spec

func (*DiskAccess_Spec) DeepCopy

func (in *DiskAccess_Spec) DeepCopy() *DiskAccess_Spec

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

func (*DiskAccess_Spec) DeepCopyInto

func (in *DiskAccess_Spec) DeepCopyInto(out *DiskAccess_Spec)

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

type DiskEncryptionSet

type DiskEncryptionSet struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              DiskEncryptionSet_Spec   `json:"spec,omitempty"`
	Status            DiskEncryptionSet_STATUS `json:"status,omitempty"`
}

+kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:storageversion +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="Severity",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].severity" +kubebuilder:printcolumn:name="Reason",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].reason" +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].message" Storage version of v1api20240302.DiskEncryptionSet Generator information: - Generated from: /compute/resource-manager/Microsoft.Compute/DiskRP/stable/2024-03-02/diskEncryptionSet.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}

func (*DiskEncryptionSet) AzureName

func (encryptionSet *DiskEncryptionSet) AzureName() string

AzureName returns the Azure name of the resource

func (*DiskEncryptionSet) DeepCopy

func (in *DiskEncryptionSet) DeepCopy() *DiskEncryptionSet

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

func (*DiskEncryptionSet) DeepCopyInto

func (in *DiskEncryptionSet) DeepCopyInto(out *DiskEncryptionSet)

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

func (*DiskEncryptionSet) DeepCopyObject

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

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

func (DiskEncryptionSet) GetAPIVersion

func (encryptionSet DiskEncryptionSet) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2024-03-02"

func (*DiskEncryptionSet) GetConditions

func (encryptionSet *DiskEncryptionSet) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*DiskEncryptionSet) GetResourceScope

func (encryptionSet *DiskEncryptionSet) GetResourceScope() genruntime.ResourceScope

GetResourceScope returns the scope of the resource

func (*DiskEncryptionSet) GetSpec

func (encryptionSet *DiskEncryptionSet) GetSpec() genruntime.ConvertibleSpec

GetSpec returns the specification of this resource

func (*DiskEncryptionSet) GetStatus

func (encryptionSet *DiskEncryptionSet) GetStatus() genruntime.ConvertibleStatus

GetStatus returns the status of this resource

func (*DiskEncryptionSet) GetSupportedOperations

func (encryptionSet *DiskEncryptionSet) GetSupportedOperations() []genruntime.ResourceOperation

GetSupportedOperations returns the operations supported by the resource

func (*DiskEncryptionSet) GetType

func (encryptionSet *DiskEncryptionSet) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.Compute/diskEncryptionSets"

func (*DiskEncryptionSet) Hub

func (encryptionSet *DiskEncryptionSet) Hub()

Hub marks that this DiskEncryptionSet is the hub type for conversion

func (*DiskEncryptionSet) NewEmptyStatus

func (encryptionSet *DiskEncryptionSet) NewEmptyStatus() genruntime.ConvertibleStatus

NewEmptyStatus returns a new empty (blank) status

func (*DiskEncryptionSet) OriginalGVK

func (encryptionSet *DiskEncryptionSet) OriginalGVK() *schema.GroupVersionKind

OriginalGVK returns a GroupValueKind for the original API version used to create the resource

func (*DiskEncryptionSet) Owner

func (encryptionSet *DiskEncryptionSet) Owner() *genruntime.ResourceReference

Owner returns the ResourceReference of the owner

func (*DiskEncryptionSet) SetConditions

func (encryptionSet *DiskEncryptionSet) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*DiskEncryptionSet) SetStatus

func (encryptionSet *DiskEncryptionSet) SetStatus(status genruntime.ConvertibleStatus) error

SetStatus sets the status of this resource

type DiskEncryptionSetList

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

+kubebuilder:object:root=true Storage version of v1api20240302.DiskEncryptionSet Generator information: - Generated from: /compute/resource-manager/Microsoft.Compute/DiskRP/stable/2024-03-02/diskEncryptionSet.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}

func (*DiskEncryptionSetList) DeepCopy

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

func (*DiskEncryptionSetList) DeepCopyInto

func (in *DiskEncryptionSetList) DeepCopyInto(out *DiskEncryptionSetList)

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

func (*DiskEncryptionSetList) DeepCopyObject

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

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

type DiskEncryptionSet_STATUS

type DiskEncryptionSet_STATUS struct {
	ActiveKey                         *KeyForDiskEncryptionSet_STATUS  `json:"activeKey,omitempty"`
	AutoKeyRotationError              *ApiError_STATUS                 `json:"autoKeyRotationError,omitempty"`
	Conditions                        []conditions.Condition           `json:"conditions,omitempty"`
	EncryptionType                    *string                          `json:"encryptionType,omitempty"`
	FederatedClientId                 *string                          `json:"federatedClientId,omitempty"`
	Id                                *string                          `json:"id,omitempty"`
	Identity                          *EncryptionSetIdentity_STATUS    `json:"identity,omitempty"`
	LastKeyRotationTimestamp          *string                          `json:"lastKeyRotationTimestamp,omitempty"`
	Location                          *string                          `json:"location,omitempty"`
	Name                              *string                          `json:"name,omitempty"`
	PreviousKeys                      []KeyForDiskEncryptionSet_STATUS `json:"previousKeys,omitempty"`
	PropertyBag                       genruntime.PropertyBag           `json:"$propertyBag,omitempty"`
	ProvisioningState                 *string                          `json:"provisioningState,omitempty"`
	RotationToLatestKeyVersionEnabled *bool                            `json:"rotationToLatestKeyVersionEnabled,omitempty"`
	Tags                              map[string]string                `json:"tags,omitempty"`
	Type                              *string                          `json:"type,omitempty"`
}

Storage version of v1api20240302.DiskEncryptionSet_STATUS disk encryption set resource.

func (*DiskEncryptionSet_STATUS) ConvertStatusFrom

func (encryptionSet *DiskEncryptionSet_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our DiskEncryptionSet_STATUS from the provided source

func (*DiskEncryptionSet_STATUS) ConvertStatusTo

func (encryptionSet *DiskEncryptionSet_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our DiskEncryptionSet_STATUS

func (*DiskEncryptionSet_STATUS) DeepCopy

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

func (*DiskEncryptionSet_STATUS) DeepCopyInto

func (in *DiskEncryptionSet_STATUS) DeepCopyInto(out *DiskEncryptionSet_STATUS)

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

type DiskEncryptionSet_Spec

type DiskEncryptionSet_Spec struct {
	ActiveKey *KeyForDiskEncryptionSet `json:"activeKey,omitempty"`

	// AzureName: The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it
	// doesn't have to be.
	AzureName                   string                         `json:"azureName,omitempty"`
	EncryptionType              *string                        `json:"encryptionType,omitempty"`
	FederatedClientId           *string                        `json:"federatedClientId,omitempty" optionalConfigMapPair:"FederatedClientId"`
	FederatedClientIdFromConfig *genruntime.ConfigMapReference `json:"federatedClientIdFromConfig,omitempty" optionalConfigMapPair:"FederatedClientId"`
	Identity                    *EncryptionSetIdentity         `json:"identity,omitempty"`
	Location                    *string                        `json:"location,omitempty"`
	OriginalVersion             string                         `json:"originalVersion,omitempty"`

	// +kubebuilder:validation:Required
	// Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also
	// controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a
	// reference to a resources.azure.com/ResourceGroup resource
	Owner                             *genruntime.KnownResourceReference `group:"resources.azure.com" json:"owner,omitempty" kind:"ResourceGroup"`
	PropertyBag                       genruntime.PropertyBag             `json:"$propertyBag,omitempty"`
	RotationToLatestKeyVersionEnabled *bool                              `json:"rotationToLatestKeyVersionEnabled,omitempty"`
	Tags                              map[string]string                  `json:"tags,omitempty"`
}

Storage version of v1api20240302.DiskEncryptionSet_Spec

func (*DiskEncryptionSet_Spec) ConvertSpecFrom

func (encryptionSet *DiskEncryptionSet_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our DiskEncryptionSet_Spec from the provided source

func (*DiskEncryptionSet_Spec) ConvertSpecTo

func (encryptionSet *DiskEncryptionSet_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our DiskEncryptionSet_Spec

func (*DiskEncryptionSet_Spec) DeepCopy

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

func (*DiskEncryptionSet_Spec) DeepCopyInto

func (in *DiskEncryptionSet_Spec) DeepCopyInto(out *DiskEncryptionSet_Spec)

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

type DiskList

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

+kubebuilder:object:root=true Storage version of v1api20240302.Disk Generator information: - Generated from: /compute/resource-manager/Microsoft.Compute/DiskRP/stable/2024-03-02/disk.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/disks/{diskName}

func (*DiskList) DeepCopy

func (in *DiskList) DeepCopy() *DiskList

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

func (*DiskList) DeepCopyInto

func (in *DiskList) DeepCopyInto(out *DiskList)

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

func (*DiskList) DeepCopyObject

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

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

type DiskSecurityProfile

type DiskSecurityProfile struct {
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`

	// SecureVMDiskEncryptionSetReference: ResourceId of the disk encryption set associated to Confidential VM supported disk
	// encrypted with customer managed key
	SecureVMDiskEncryptionSetReference *genruntime.ResourceReference `armReference:"SecureVMDiskEncryptionSetId" json:"secureVMDiskEncryptionSetReference,omitempty"`
	SecurityType                       *string                       `json:"securityType,omitempty"`
}

Storage version of v1api20240302.DiskSecurityProfile Contains the security related information for the resource.

func (*DiskSecurityProfile) DeepCopy

func (in *DiskSecurityProfile) DeepCopy() *DiskSecurityProfile

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

func (*DiskSecurityProfile) DeepCopyInto

func (in *DiskSecurityProfile) DeepCopyInto(out *DiskSecurityProfile)

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

type DiskSecurityProfile_STATUS

type DiskSecurityProfile_STATUS struct {
	PropertyBag                 genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	SecureVMDiskEncryptionSetId *string                `json:"secureVMDiskEncryptionSetId,omitempty"`
	SecurityType                *string                `json:"securityType,omitempty"`
}

Storage version of v1api20240302.DiskSecurityProfile_STATUS Contains the security related information for the resource.

func (*DiskSecurityProfile_STATUS) DeepCopy

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

func (*DiskSecurityProfile_STATUS) DeepCopyInto

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

type DiskSku

type DiskSku struct {
	Name        *string                `json:"name,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}

Storage version of v1api20240302.DiskSku The disks sku name. Can be Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, Premium_ZRS, StandardSSD_ZRS, or PremiumV2_LRS.

func (*DiskSku) DeepCopy

func (in *DiskSku) DeepCopy() *DiskSku

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

func (*DiskSku) DeepCopyInto

func (in *DiskSku) DeepCopyInto(out *DiskSku)

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

type DiskSku_STATUS

type DiskSku_STATUS struct {
	Name        *string                `json:"name,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	Tier        *string                `json:"tier,omitempty"`
}

Storage version of v1api20240302.DiskSku_STATUS The disks sku name. Can be Standard_LRS, Premium_LRS, StandardSSD_LRS, UltraSSD_LRS, Premium_ZRS, StandardSSD_ZRS, or PremiumV2_LRS.

func (*DiskSku_STATUS) DeepCopy

func (in *DiskSku_STATUS) DeepCopy() *DiskSku_STATUS

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

func (*DiskSku_STATUS) DeepCopyInto

func (in *DiskSku_STATUS) DeepCopyInto(out *DiskSku_STATUS)

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

type Disk_STATUS

type Disk_STATUS struct {
	BurstingEnabled              *bool                                `json:"burstingEnabled,omitempty"`
	BurstingEnabledTime          *string                              `json:"burstingEnabledTime,omitempty"`
	CompletionPercent            *float64                             `json:"completionPercent,omitempty"`
	Conditions                   []conditions.Condition               `json:"conditions,omitempty"`
	CreationData                 *CreationData_STATUS                 `json:"creationData,omitempty"`
	DataAccessAuthMode           *string                              `json:"dataAccessAuthMode,omitempty"`
	DiskAccessId                 *string                              `json:"diskAccessId,omitempty"`
	DiskIOPSReadOnly             *int                                 `json:"diskIOPSReadOnly,omitempty"`
	DiskIOPSReadWrite            *int                                 `json:"diskIOPSReadWrite,omitempty"`
	DiskMBpsReadOnly             *int                                 `json:"diskMBpsReadOnly,omitempty"`
	DiskMBpsReadWrite            *int                                 `json:"diskMBpsReadWrite,omitempty"`
	DiskSizeBytes                *int                                 `json:"diskSizeBytes,omitempty"`
	DiskSizeGB                   *int                                 `json:"diskSizeGB,omitempty"`
	DiskState                    *string                              `json:"diskState,omitempty"`
	Encryption                   *Encryption_STATUS                   `json:"encryption,omitempty"`
	EncryptionSettingsCollection *EncryptionSettingsCollection_STATUS `json:"encryptionSettingsCollection,omitempty"`
	ExtendedLocation             *ExtendedLocation_STATUS             `json:"extendedLocation,omitempty"`
	HyperVGeneration             *string                              `json:"hyperVGeneration,omitempty"`
	Id                           *string                              `json:"id,omitempty"`
	LastOwnershipUpdateTime      *string                              `json:"LastOwnershipUpdateTime,omitempty"`
	Location                     *string                              `json:"location,omitempty"`
	ManagedBy                    *string                              `json:"managedBy,omitempty"`
	ManagedByExtended            []string                             `json:"managedByExtended,omitempty"`
	MaxShares                    *int                                 `json:"maxShares,omitempty"`
	Name                         *string                              `json:"name,omitempty"`
	NetworkAccessPolicy          *string                              `json:"networkAccessPolicy,omitempty"`
	OptimizedForFrequentAttach   *bool                                `json:"optimizedForFrequentAttach,omitempty"`
	OsType                       *string                              `json:"osType,omitempty"`
	PropertyBag                  genruntime.PropertyBag               `json:"$propertyBag,omitempty"`
	PropertyUpdatesInProgress    *PropertyUpdatesInProgress_STATUS    `json:"propertyUpdatesInProgress,omitempty"`
	ProvisioningState            *string                              `json:"provisioningState,omitempty"`
	PublicNetworkAccess          *string                              `json:"publicNetworkAccess,omitempty"`
	PurchasePlan                 *PurchasePlan_STATUS                 `json:"purchasePlan,omitempty"`
	SecurityProfile              *DiskSecurityProfile_STATUS          `json:"securityProfile,omitempty"`
	ShareInfo                    []ShareInfoElement_STATUS            `json:"shareInfo,omitempty"`
	Sku                          *DiskSku_STATUS                      `json:"sku,omitempty"`
	SupportedCapabilities        *SupportedCapabilities_STATUS        `json:"supportedCapabilities,omitempty"`
	SupportsHibernation          *bool                                `json:"supportsHibernation,omitempty"`
	Tags                         map[string]string                    `json:"tags,omitempty"`
	Tier                         *string                              `json:"tier,omitempty"`
	TimeCreated                  *string                              `json:"timeCreated,omitempty"`
	Type                         *string                              `json:"type,omitempty"`
	UniqueId                     *string                              `json:"uniqueId,omitempty"`
	Zones                        []string                             `json:"zones,omitempty"`
}

Storage version of v1api20240302.Disk_STATUS Disk resource.

func (*Disk_STATUS) ConvertStatusFrom

func (disk *Disk_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our Disk_STATUS from the provided source

func (*Disk_STATUS) ConvertStatusTo

func (disk *Disk_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our Disk_STATUS

func (*Disk_STATUS) DeepCopy

func (in *Disk_STATUS) DeepCopy() *Disk_STATUS

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

func (*Disk_STATUS) DeepCopyInto

func (in *Disk_STATUS) DeepCopyInto(out *Disk_STATUS)

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

type Disk_Spec

type Disk_Spec struct {
	// AzureName: The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it
	// doesn't have to be.
	AzureName          string        `json:"azureName,omitempty"`
	BurstingEnabled    *bool         `json:"burstingEnabled,omitempty"`
	CompletionPercent  *float64      `json:"completionPercent,omitempty"`
	CreationData       *CreationData `json:"creationData,omitempty"`
	DataAccessAuthMode *string       `json:"dataAccessAuthMode,omitempty"`

	// DiskAccessReference: ARM id of the DiskAccess resource for using private endpoints on disks.
	DiskAccessReference          *genruntime.ResourceReference `armReference:"DiskAccessId" json:"diskAccessReference,omitempty"`
	DiskIOPSReadOnly             *int                          `json:"diskIOPSReadOnly,omitempty"`
	DiskIOPSReadWrite            *int                          `json:"diskIOPSReadWrite,omitempty"`
	DiskMBpsReadOnly             *int                          `json:"diskMBpsReadOnly,omitempty"`
	DiskMBpsReadWrite            *int                          `json:"diskMBpsReadWrite,omitempty"`
	DiskSizeGB                   *int                          `json:"diskSizeGB,omitempty"`
	Encryption                   *Encryption                   `json:"encryption,omitempty"`
	EncryptionSettingsCollection *EncryptionSettingsCollection `json:"encryptionSettingsCollection,omitempty"`
	ExtendedLocation             *ExtendedLocation             `json:"extendedLocation,omitempty"`
	HyperVGeneration             *string                       `json:"hyperVGeneration,omitempty"`
	Location                     *string                       `json:"location,omitempty"`
	MaxShares                    *int                          `json:"maxShares,omitempty"`
	NetworkAccessPolicy          *string                       `json:"networkAccessPolicy,omitempty"`
	OptimizedForFrequentAttach   *bool                         `json:"optimizedForFrequentAttach,omitempty"`
	OriginalVersion              string                        `json:"originalVersion,omitempty"`
	OsType                       *string                       `json:"osType,omitempty"`

	// +kubebuilder:validation:Required
	// Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also
	// controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a
	// reference to a resources.azure.com/ResourceGroup resource
	Owner                 *genruntime.KnownResourceReference `group:"resources.azure.com" json:"owner,omitempty" kind:"ResourceGroup"`
	PropertyBag           genruntime.PropertyBag             `json:"$propertyBag,omitempty"`
	PublicNetworkAccess   *string                            `json:"publicNetworkAccess,omitempty"`
	PurchasePlan          *PurchasePlan                      `json:"purchasePlan,omitempty"`
	SecurityProfile       *DiskSecurityProfile               `json:"securityProfile,omitempty"`
	Sku                   *DiskSku                           `json:"sku,omitempty"`
	SupportedCapabilities *SupportedCapabilities             `json:"supportedCapabilities,omitempty"`
	SupportsHibernation   *bool                              `json:"supportsHibernation,omitempty"`
	Tags                  map[string]string                  `json:"tags,omitempty"`
	Tier                  *string                            `json:"tier,omitempty"`
	Zones                 []string                           `json:"zones,omitempty"`
}

Storage version of v1api20240302.Disk_Spec

func (*Disk_Spec) ConvertSpecFrom

func (disk *Disk_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our Disk_Spec from the provided source

func (*Disk_Spec) ConvertSpecTo

func (disk *Disk_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our Disk_Spec

func (*Disk_Spec) DeepCopy

func (in *Disk_Spec) DeepCopy() *Disk_Spec

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

func (*Disk_Spec) DeepCopyInto

func (in *Disk_Spec) DeepCopyInto(out *Disk_Spec)

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

type Encryption

type Encryption struct {
	// DiskEncryptionSetReference: ResourceId of the disk encryption set to use for enabling encryption at rest.
	DiskEncryptionSetReference *genruntime.ResourceReference `armReference:"DiskEncryptionSetId" json:"diskEncryptionSetReference,omitempty"`
	PropertyBag                genruntime.PropertyBag        `json:"$propertyBag,omitempty"`
	Type                       *string                       `json:"type,omitempty"`
}

Storage version of v1api20240302.Encryption Encryption at rest settings for disk or snapshot

func (*Encryption) DeepCopy

func (in *Encryption) DeepCopy() *Encryption

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

func (*Encryption) DeepCopyInto

func (in *Encryption) DeepCopyInto(out *Encryption)

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

type EncryptionSetIdentity

type EncryptionSetIdentity struct {
	PropertyBag            genruntime.PropertyBag        `json:"$propertyBag,omitempty"`
	Type                   *string                       `json:"type,omitempty"`
	UserAssignedIdentities []UserAssignedIdentityDetails `json:"userAssignedIdentities,omitempty"`
}

Storage version of v1api20240302.EncryptionSetIdentity The managed identity for the disk encryption set. It should be given permission on the key vault before it can be used to encrypt disks.

func (*EncryptionSetIdentity) DeepCopy

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

func (*EncryptionSetIdentity) DeepCopyInto

func (in *EncryptionSetIdentity) DeepCopyInto(out *EncryptionSetIdentity)

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

type EncryptionSetIdentity_STATUS

type EncryptionSetIdentity_STATUS struct {
	PrincipalId            *string                                                        `json:"principalId,omitempty"`
	PropertyBag            genruntime.PropertyBag                                         `json:"$propertyBag,omitempty"`
	TenantId               *string                                                        `json:"tenantId,omitempty"`
	Type                   *string                                                        `json:"type,omitempty"`
	UserAssignedIdentities map[string]EncryptionSetIdentity_UserAssignedIdentities_STATUS `json:"userAssignedIdentities,omitempty"`
}

Storage version of v1api20240302.EncryptionSetIdentity_STATUS The managed identity for the disk encryption set. It should be given permission on the key vault before it can be used to encrypt disks.

func (*EncryptionSetIdentity_STATUS) DeepCopy

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

func (*EncryptionSetIdentity_STATUS) DeepCopyInto

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

type EncryptionSetIdentity_UserAssignedIdentities_STATUS

type EncryptionSetIdentity_UserAssignedIdentities_STATUS struct {
	ClientId    *string                `json:"clientId,omitempty"`
	PrincipalId *string                `json:"principalId,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}

Storage version of v1api20240302.EncryptionSetIdentity_UserAssignedIdentities_STATUS

func (*EncryptionSetIdentity_UserAssignedIdentities_STATUS) DeepCopy

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

func (*EncryptionSetIdentity_UserAssignedIdentities_STATUS) DeepCopyInto

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

type EncryptionSettingsCollection

type EncryptionSettingsCollection struct {
	Enabled                   *bool                       `json:"enabled,omitempty"`
	EncryptionSettings        []EncryptionSettingsElement `json:"encryptionSettings,omitempty"`
	EncryptionSettingsVersion *string                     `json:"encryptionSettingsVersion,omitempty"`
	PropertyBag               genruntime.PropertyBag      `json:"$propertyBag,omitempty"`
}

Storage version of v1api20240302.EncryptionSettingsCollection Encryption settings for disk or snapshot

func (*EncryptionSettingsCollection) DeepCopy

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

func (*EncryptionSettingsCollection) DeepCopyInto

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

type EncryptionSettingsCollection_STATUS

type EncryptionSettingsCollection_STATUS struct {
	Enabled                   *bool                              `json:"enabled,omitempty"`
	EncryptionSettings        []EncryptionSettingsElement_STATUS `json:"encryptionSettings,omitempty"`
	EncryptionSettingsVersion *string                            `json:"encryptionSettingsVersion,omitempty"`
	PropertyBag               genruntime.PropertyBag             `json:"$propertyBag,omitempty"`
}

Storage version of v1api20240302.EncryptionSettingsCollection_STATUS Encryption settings for disk or snapshot

func (*EncryptionSettingsCollection_STATUS) DeepCopy

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

func (*EncryptionSettingsCollection_STATUS) DeepCopyInto

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

type EncryptionSettingsElement

type EncryptionSettingsElement struct {
	DiskEncryptionKey *KeyVaultAndSecretReference `json:"diskEncryptionKey,omitempty"`
	KeyEncryptionKey  *KeyVaultAndKeyReference    `json:"keyEncryptionKey,omitempty"`
	PropertyBag       genruntime.PropertyBag      `json:"$propertyBag,omitempty"`
}

Storage version of v1api20240302.EncryptionSettingsElement Encryption settings for one disk volume.

func (*EncryptionSettingsElement) DeepCopy

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

func (*EncryptionSettingsElement) DeepCopyInto

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

type EncryptionSettingsElement_STATUS

type EncryptionSettingsElement_STATUS struct {
	DiskEncryptionKey *KeyVaultAndSecretReference_STATUS `json:"diskEncryptionKey,omitempty"`
	KeyEncryptionKey  *KeyVaultAndKeyReference_STATUS    `json:"keyEncryptionKey,omitempty"`
	PropertyBag       genruntime.PropertyBag             `json:"$propertyBag,omitempty"`
}

Storage version of v1api20240302.EncryptionSettingsElement_STATUS Encryption settings for one disk volume.

func (*EncryptionSettingsElement_STATUS) DeepCopy

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

func (*EncryptionSettingsElement_STATUS) DeepCopyInto

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

type Encryption_STATUS

type Encryption_STATUS struct {
	DiskEncryptionSetId *string                `json:"diskEncryptionSetId,omitempty"`
	PropertyBag         genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	Type                *string                `json:"type,omitempty"`
}

Storage version of v1api20240302.Encryption_STATUS Encryption at rest settings for disk or snapshot

func (*Encryption_STATUS) DeepCopy

func (in *Encryption_STATUS) DeepCopy() *Encryption_STATUS

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

func (*Encryption_STATUS) DeepCopyInto

func (in *Encryption_STATUS) DeepCopyInto(out *Encryption_STATUS)

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

type ExtendedLocation

type ExtendedLocation struct {
	Name        *string                `json:"name,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	Type        *string                `json:"type,omitempty"`
}

Storage version of v1api20240302.ExtendedLocation The complex type of the extended location.

func (*ExtendedLocation) DeepCopy

func (in *ExtendedLocation) DeepCopy() *ExtendedLocation

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

func (*ExtendedLocation) DeepCopyInto

func (in *ExtendedLocation) DeepCopyInto(out *ExtendedLocation)

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

type ExtendedLocation_STATUS

type ExtendedLocation_STATUS struct {
	Name        *string                `json:"name,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	Type        *string                `json:"type,omitempty"`
}

Storage version of v1api20240302.ExtendedLocation_STATUS The complex type of the extended location.

func (*ExtendedLocation_STATUS) DeepCopy

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

func (*ExtendedLocation_STATUS) DeepCopyInto

func (in *ExtendedLocation_STATUS) DeepCopyInto(out *ExtendedLocation_STATUS)

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

type ImageDiskReference

type ImageDiskReference struct {
	CommunityGalleryImageId *string                `json:"communityGalleryImageId,omitempty"`
	Lun                     *int                   `json:"lun,omitempty"`
	PropertyBag             genruntime.PropertyBag `json:"$propertyBag,omitempty"`

	// Reference: A relative uri containing either a Platform Image Repository, user image, or Azure Compute Gallery image
	// reference.
	Reference            *genruntime.ResourceReference `armReference:"Id" json:"reference,omitempty"`
	SharedGalleryImageId *string                       `json:"sharedGalleryImageId,omitempty"`
}

Storage version of v1api20240302.ImageDiskReference The source image used for creating the disk.

func (*ImageDiskReference) DeepCopy

func (in *ImageDiskReference) DeepCopy() *ImageDiskReference

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

func (*ImageDiskReference) DeepCopyInto

func (in *ImageDiskReference) DeepCopyInto(out *ImageDiskReference)

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

type ImageDiskReference_STATUS

type ImageDiskReference_STATUS struct {
	CommunityGalleryImageId *string                `json:"communityGalleryImageId,omitempty"`
	Id                      *string                `json:"id,omitempty"`
	Lun                     *int                   `json:"lun,omitempty"`
	PropertyBag             genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	SharedGalleryImageId    *string                `json:"sharedGalleryImageId,omitempty"`
}

Storage version of v1api20240302.ImageDiskReference_STATUS The source image used for creating the disk.

func (*ImageDiskReference_STATUS) DeepCopy

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

func (*ImageDiskReference_STATUS) DeepCopyInto

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

type InnerError_STATUS

type InnerError_STATUS struct {
	Errordetail   *string                `json:"errordetail,omitempty"`
	Exceptiontype *string                `json:"exceptiontype,omitempty"`
	PropertyBag   genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}

Storage version of v1api20240302.InnerError_STATUS Inner error details.

func (*InnerError_STATUS) DeepCopy

func (in *InnerError_STATUS) DeepCopy() *InnerError_STATUS

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

func (*InnerError_STATUS) DeepCopyInto

func (in *InnerError_STATUS) DeepCopyInto(out *InnerError_STATUS)

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

type KeyForDiskEncryptionSet

type KeyForDiskEncryptionSet struct {
	KeyUrl           *string                        `json:"keyUrl,omitempty" optionalConfigMapPair:"KeyUrl"`
	KeyUrlFromConfig *genruntime.ConfigMapReference `json:"keyUrlFromConfig,omitempty" optionalConfigMapPair:"KeyUrl"`
	PropertyBag      genruntime.PropertyBag         `json:"$propertyBag,omitempty"`
	SourceVault      *SourceVault                   `json:"sourceVault,omitempty"`
}

Storage version of v1api20240302.KeyForDiskEncryptionSet Key Vault Key Url to be used for server side encryption of Managed Disks and Snapshots

func (*KeyForDiskEncryptionSet) DeepCopy

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

func (*KeyForDiskEncryptionSet) DeepCopyInto

func (in *KeyForDiskEncryptionSet) DeepCopyInto(out *KeyForDiskEncryptionSet)

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

type KeyForDiskEncryptionSet_STATUS

type KeyForDiskEncryptionSet_STATUS struct {
	KeyUrl      *string                `json:"keyUrl,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	SourceVault *SourceVault_STATUS    `json:"sourceVault,omitempty"`
}

Storage version of v1api20240302.KeyForDiskEncryptionSet_STATUS Key Vault Key Url to be used for server side encryption of Managed Disks and Snapshots

func (*KeyForDiskEncryptionSet_STATUS) DeepCopy

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

func (*KeyForDiskEncryptionSet_STATUS) DeepCopyInto

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

type KeyVaultAndKeyReference

type KeyVaultAndKeyReference struct {
	KeyUrl      *string                `json:"keyUrl,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	SourceVault *SourceVault           `json:"sourceVault,omitempty"`
}

Storage version of v1api20240302.KeyVaultAndKeyReference Key Vault Key Url and vault id of KeK, KeK is optional and when provided is used to unwrap the encryptionKey

func (*KeyVaultAndKeyReference) DeepCopy

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

func (*KeyVaultAndKeyReference) DeepCopyInto

func (in *KeyVaultAndKeyReference) DeepCopyInto(out *KeyVaultAndKeyReference)

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

type KeyVaultAndKeyReference_STATUS

type KeyVaultAndKeyReference_STATUS struct {
	KeyUrl      *string                `json:"keyUrl,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	SourceVault *SourceVault_STATUS    `json:"sourceVault,omitempty"`
}

Storage version of v1api20240302.KeyVaultAndKeyReference_STATUS Key Vault Key Url and vault id of KeK, KeK is optional and when provided is used to unwrap the encryptionKey

func (*KeyVaultAndKeyReference_STATUS) DeepCopy

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

func (*KeyVaultAndKeyReference_STATUS) DeepCopyInto

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

type KeyVaultAndSecretReference

type KeyVaultAndSecretReference struct {
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	SecretUrl   *string                `json:"secretUrl,omitempty"`
	SourceVault *SourceVault           `json:"sourceVault,omitempty"`
}

Storage version of v1api20240302.KeyVaultAndSecretReference Key Vault Secret Url and vault id of the encryption key

func (*KeyVaultAndSecretReference) DeepCopy

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

func (*KeyVaultAndSecretReference) DeepCopyInto

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

type KeyVaultAndSecretReference_STATUS

type KeyVaultAndSecretReference_STATUS struct {
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	SecretUrl   *string                `json:"secretUrl,omitempty"`
	SourceVault *SourceVault_STATUS    `json:"sourceVault,omitempty"`
}

Storage version of v1api20240302.KeyVaultAndSecretReference_STATUS Key Vault Secret Url and vault id of the encryption key

func (*KeyVaultAndSecretReference_STATUS) DeepCopy

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

func (*KeyVaultAndSecretReference_STATUS) DeepCopyInto

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

type PrivateEndpointConnection_STATUS

type PrivateEndpointConnection_STATUS struct {
	Id          *string                `json:"id,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}

Storage version of v1api20240302.PrivateEndpointConnection_STATUS The Private Endpoint Connection resource.

func (*PrivateEndpointConnection_STATUS) DeepCopy

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

func (*PrivateEndpointConnection_STATUS) DeepCopyInto

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

type PropertyUpdatesInProgress_STATUS

type PropertyUpdatesInProgress_STATUS struct {
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	TargetTier  *string                `json:"targetTier,omitempty"`
}

Storage version of v1api20240302.PropertyUpdatesInProgress_STATUS Properties of the disk for which update is pending.

func (*PropertyUpdatesInProgress_STATUS) DeepCopy

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

func (*PropertyUpdatesInProgress_STATUS) DeepCopyInto

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

type PurchasePlan

type PurchasePlan struct {
	Name          *string                `json:"name,omitempty"`
	Product       *string                `json:"product,omitempty"`
	PromotionCode *string                `json:"promotionCode,omitempty"`
	PropertyBag   genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	Publisher     *string                `json:"publisher,omitempty"`
}

Storage version of v1api20240302.PurchasePlan Used for establishing the purchase context of any 3rd Party artifact through MarketPlace.

func (*PurchasePlan) DeepCopy

func (in *PurchasePlan) DeepCopy() *PurchasePlan

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

func (*PurchasePlan) DeepCopyInto

func (in *PurchasePlan) DeepCopyInto(out *PurchasePlan)

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

type PurchasePlan_STATUS

type PurchasePlan_STATUS struct {
	Name          *string                `json:"name,omitempty"`
	Product       *string                `json:"product,omitempty"`
	PromotionCode *string                `json:"promotionCode,omitempty"`
	PropertyBag   genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	Publisher     *string                `json:"publisher,omitempty"`
}

Storage version of v1api20240302.PurchasePlan_STATUS Used for establishing the purchase context of any 3rd Party artifact through MarketPlace.

func (*PurchasePlan_STATUS) DeepCopy

func (in *PurchasePlan_STATUS) DeepCopy() *PurchasePlan_STATUS

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

func (*PurchasePlan_STATUS) DeepCopyInto

func (in *PurchasePlan_STATUS) DeepCopyInto(out *PurchasePlan_STATUS)

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

type ShareInfoElement_STATUS

type ShareInfoElement_STATUS struct {
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	VmUri       *string                `json:"vmUri,omitempty"`
}

Storage version of v1api20240302.ShareInfoElement_STATUS

func (*ShareInfoElement_STATUS) DeepCopy

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

func (*ShareInfoElement_STATUS) DeepCopyInto

func (in *ShareInfoElement_STATUS) DeepCopyInto(out *ShareInfoElement_STATUS)

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

type Snapshot

type Snapshot struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              Snapshot_Spec   `json:"spec,omitempty"`
	Status            Snapshot_STATUS `json:"status,omitempty"`
}

+kubebuilder:object:root=true +kubebuilder:subresource:status +kubebuilder:storageversion +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="Severity",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].severity" +kubebuilder:printcolumn:name="Reason",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].reason" +kubebuilder:printcolumn:name="Message",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].message" Storage version of v1api20240302.Snapshot Generator information: - Generated from: /compute/resource-manager/Microsoft.Compute/DiskRP/stable/2024-03-02/snapshot.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/snapshots/{snapshotName}

func (*Snapshot) AzureName

func (snapshot *Snapshot) AzureName() string

AzureName returns the Azure name of the resource

func (*Snapshot) DeepCopy

func (in *Snapshot) DeepCopy() *Snapshot

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

func (*Snapshot) DeepCopyInto

func (in *Snapshot) DeepCopyInto(out *Snapshot)

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

func (*Snapshot) DeepCopyObject

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

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

func (Snapshot) GetAPIVersion

func (snapshot Snapshot) GetAPIVersion() string

GetAPIVersion returns the ARM API version of the resource. This is always "2024-03-02"

func (*Snapshot) GetConditions

func (snapshot *Snapshot) GetConditions() conditions.Conditions

GetConditions returns the conditions of the resource

func (*Snapshot) GetResourceScope

func (snapshot *Snapshot) GetResourceScope() genruntime.ResourceScope

GetResourceScope returns the scope of the resource

func (*Snapshot) GetSpec

func (snapshot *Snapshot) GetSpec() genruntime.ConvertibleSpec

GetSpec returns the specification of this resource

func (*Snapshot) GetStatus

func (snapshot *Snapshot) GetStatus() genruntime.ConvertibleStatus

GetStatus returns the status of this resource

func (*Snapshot) GetSupportedOperations

func (snapshot *Snapshot) GetSupportedOperations() []genruntime.ResourceOperation

GetSupportedOperations returns the operations supported by the resource

func (*Snapshot) GetType

func (snapshot *Snapshot) GetType() string

GetType returns the ARM Type of the resource. This is always "Microsoft.Compute/snapshots"

func (*Snapshot) Hub

func (snapshot *Snapshot) Hub()

Hub marks that this Snapshot is the hub type for conversion

func (*Snapshot) NewEmptyStatus

func (snapshot *Snapshot) NewEmptyStatus() genruntime.ConvertibleStatus

NewEmptyStatus returns a new empty (blank) status

func (*Snapshot) OriginalGVK

func (snapshot *Snapshot) OriginalGVK() *schema.GroupVersionKind

OriginalGVK returns a GroupValueKind for the original API version used to create the resource

func (*Snapshot) Owner

func (snapshot *Snapshot) Owner() *genruntime.ResourceReference

Owner returns the ResourceReference of the owner

func (*Snapshot) SetConditions

func (snapshot *Snapshot) SetConditions(conditions conditions.Conditions)

SetConditions sets the conditions on the resource status

func (*Snapshot) SetStatus

func (snapshot *Snapshot) SetStatus(status genruntime.ConvertibleStatus) error

SetStatus sets the status of this resource

type SnapshotList

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

+kubebuilder:object:root=true Storage version of v1api20240302.Snapshot Generator information: - Generated from: /compute/resource-manager/Microsoft.Compute/DiskRP/stable/2024-03-02/snapshot.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/snapshots/{snapshotName}

func (*SnapshotList) DeepCopy

func (in *SnapshotList) DeepCopy() *SnapshotList

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

func (*SnapshotList) DeepCopyInto

func (in *SnapshotList) DeepCopyInto(out *SnapshotList)

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

func (*SnapshotList) DeepCopyObject

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

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

type SnapshotSku

type SnapshotSku struct {
	Name        *string                `json:"name,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}

Storage version of v1api20240302.SnapshotSku The snapshots sku name. Can be Standard_LRS, Premium_LRS, or Standard_ZRS. This is an optional parameter for incremental snapshot and the default behavior is the SKU will be set to the same sku as the previous snapshot

func (*SnapshotSku) DeepCopy

func (in *SnapshotSku) DeepCopy() *SnapshotSku

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

func (*SnapshotSku) DeepCopyInto

func (in *SnapshotSku) DeepCopyInto(out *SnapshotSku)

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

type SnapshotSku_STATUS

type SnapshotSku_STATUS struct {
	Name        *string                `json:"name,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
	Tier        *string                `json:"tier,omitempty"`
}

Storage version of v1api20240302.SnapshotSku_STATUS The snapshots sku name. Can be Standard_LRS, Premium_LRS, or Standard_ZRS. This is an optional parameter for incremental snapshot and the default behavior is the SKU will be set to the same sku as the previous snapshot

func (*SnapshotSku_STATUS) DeepCopy

func (in *SnapshotSku_STATUS) DeepCopy() *SnapshotSku_STATUS

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

func (*SnapshotSku_STATUS) DeepCopyInto

func (in *SnapshotSku_STATUS) DeepCopyInto(out *SnapshotSku_STATUS)

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

type Snapshot_STATUS

type Snapshot_STATUS struct {
	CompletionPercent            *float64                             `json:"completionPercent,omitempty"`
	Conditions                   []conditions.Condition               `json:"conditions,omitempty"`
	CopyCompletionError          *CopyCompletionError_STATUS          `json:"copyCompletionError,omitempty"`
	CreationData                 *CreationData_STATUS                 `json:"creationData,omitempty"`
	DataAccessAuthMode           *string                              `json:"dataAccessAuthMode,omitempty"`
	DiskAccessId                 *string                              `json:"diskAccessId,omitempty"`
	DiskSizeBytes                *int                                 `json:"diskSizeBytes,omitempty"`
	DiskSizeGB                   *int                                 `json:"diskSizeGB,omitempty"`
	DiskState                    *string                              `json:"diskState,omitempty"`
	Encryption                   *Encryption_STATUS                   `json:"encryption,omitempty"`
	EncryptionSettingsCollection *EncryptionSettingsCollection_STATUS `json:"encryptionSettingsCollection,omitempty"`
	ExtendedLocation             *ExtendedLocation_STATUS             `json:"extendedLocation,omitempty"`
	HyperVGeneration             *string                              `json:"hyperVGeneration,omitempty"`
	Id                           *string                              `json:"id,omitempty"`
	Incremental                  *bool                                `json:"incremental,omitempty"`
	IncrementalSnapshotFamilyId  *string                              `json:"incrementalSnapshotFamilyId,omitempty"`
	Location                     *string                              `json:"location,omitempty"`
	ManagedBy                    *string                              `json:"managedBy,omitempty"`
	Name                         *string                              `json:"name,omitempty"`
	NetworkAccessPolicy          *string                              `json:"networkAccessPolicy,omitempty"`
	OsType                       *string                              `json:"osType,omitempty"`
	PropertyBag                  genruntime.PropertyBag               `json:"$propertyBag,omitempty"`
	ProvisioningState            *string                              `json:"provisioningState,omitempty"`
	PublicNetworkAccess          *string                              `json:"publicNetworkAccess,omitempty"`
	PurchasePlan                 *PurchasePlan_STATUS                 `json:"purchasePlan,omitempty"`
	SecurityProfile              *DiskSecurityProfile_STATUS          `json:"securityProfile,omitempty"`
	Sku                          *SnapshotSku_STATUS                  `json:"sku,omitempty"`
	SupportedCapabilities        *SupportedCapabilities_STATUS        `json:"supportedCapabilities,omitempty"`
	SupportsHibernation          *bool                                `json:"supportsHibernation,omitempty"`
	Tags                         map[string]string                    `json:"tags,omitempty"`
	TimeCreated                  *string                              `json:"timeCreated,omitempty"`
	Type                         *string                              `json:"type,omitempty"`
	UniqueId                     *string                              `json:"uniqueId,omitempty"`
}

Storage version of v1api20240302.Snapshot_STATUS Snapshot resource.

func (*Snapshot_STATUS) ConvertStatusFrom

func (snapshot *Snapshot_STATUS) ConvertStatusFrom(source genruntime.ConvertibleStatus) error

ConvertStatusFrom populates our Snapshot_STATUS from the provided source

func (*Snapshot_STATUS) ConvertStatusTo

func (snapshot *Snapshot_STATUS) ConvertStatusTo(destination genruntime.ConvertibleStatus) error

ConvertStatusTo populates the provided destination from our Snapshot_STATUS

func (*Snapshot_STATUS) DeepCopy

func (in *Snapshot_STATUS) DeepCopy() *Snapshot_STATUS

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

func (*Snapshot_STATUS) DeepCopyInto

func (in *Snapshot_STATUS) DeepCopyInto(out *Snapshot_STATUS)

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

type Snapshot_Spec

type Snapshot_Spec struct {
	// AzureName: The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it
	// doesn't have to be.
	AzureName           string               `json:"azureName,omitempty"`
	CompletionPercent   *float64             `json:"completionPercent,omitempty"`
	CopyCompletionError *CopyCompletionError `json:"copyCompletionError,omitempty"`
	CreationData        *CreationData        `json:"creationData,omitempty"`
	DataAccessAuthMode  *string              `json:"dataAccessAuthMode,omitempty"`

	// DiskAccessReference: ARM id of the DiskAccess resource for using private endpoints on disks.
	DiskAccessReference          *genruntime.ResourceReference `armReference:"DiskAccessId" json:"diskAccessReference,omitempty"`
	DiskSizeGB                   *int                          `json:"diskSizeGB,omitempty"`
	DiskState                    *string                       `json:"diskState,omitempty"`
	Encryption                   *Encryption                   `json:"encryption,omitempty"`
	EncryptionSettingsCollection *EncryptionSettingsCollection `json:"encryptionSettingsCollection,omitempty"`
	ExtendedLocation             *ExtendedLocation             `json:"extendedLocation,omitempty"`
	HyperVGeneration             *string                       `json:"hyperVGeneration,omitempty"`
	Incremental                  *bool                         `json:"incremental,omitempty"`
	Location                     *string                       `json:"location,omitempty"`
	NetworkAccessPolicy          *string                       `json:"networkAccessPolicy,omitempty"`
	OriginalVersion              string                        `json:"originalVersion,omitempty"`
	OsType                       *string                       `json:"osType,omitempty"`

	// +kubebuilder:validation:Required
	// Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also
	// controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a
	// reference to a resources.azure.com/ResourceGroup resource
	Owner                 *genruntime.KnownResourceReference `group:"resources.azure.com" json:"owner,omitempty" kind:"ResourceGroup"`
	PropertyBag           genruntime.PropertyBag             `json:"$propertyBag,omitempty"`
	PublicNetworkAccess   *string                            `json:"publicNetworkAccess,omitempty"`
	PurchasePlan          *PurchasePlan                      `json:"purchasePlan,omitempty"`
	SecurityProfile       *DiskSecurityProfile               `json:"securityProfile,omitempty"`
	Sku                   *SnapshotSku                       `json:"sku,omitempty"`
	SupportedCapabilities *SupportedCapabilities             `json:"supportedCapabilities,omitempty"`
	SupportsHibernation   *bool                              `json:"supportsHibernation,omitempty"`
	Tags                  map[string]string                  `json:"tags,omitempty"`
}

Storage version of v1api20240302.Snapshot_Spec

func (*Snapshot_Spec) ConvertSpecFrom

func (snapshot *Snapshot_Spec) ConvertSpecFrom(source genruntime.ConvertibleSpec) error

ConvertSpecFrom populates our Snapshot_Spec from the provided source

func (*Snapshot_Spec) ConvertSpecTo

func (snapshot *Snapshot_Spec) ConvertSpecTo(destination genruntime.ConvertibleSpec) error

ConvertSpecTo populates the provided destination from our Snapshot_Spec

func (*Snapshot_Spec) DeepCopy

func (in *Snapshot_Spec) DeepCopy() *Snapshot_Spec

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

func (*Snapshot_Spec) DeepCopyInto

func (in *Snapshot_Spec) DeepCopyInto(out *Snapshot_Spec)

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

type SourceVault

type SourceVault struct {
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`

	// Reference: Resource Id
	Reference *genruntime.ResourceReference `armReference:"Id" json:"reference,omitempty"`
}

Storage version of v1api20240302.SourceVault The vault id is an Azure Resource Manager Resource id in the form /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}

func (*SourceVault) DeepCopy

func (in *SourceVault) DeepCopy() *SourceVault

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

func (*SourceVault) DeepCopyInto

func (in *SourceVault) DeepCopyInto(out *SourceVault)

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

type SourceVault_STATUS

type SourceVault_STATUS struct {
	Id          *string                `json:"id,omitempty"`
	PropertyBag genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}

Storage version of v1api20240302.SourceVault_STATUS The vault id is an Azure Resource Manager Resource id in the form /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}

func (*SourceVault_STATUS) DeepCopy

func (in *SourceVault_STATUS) DeepCopy() *SourceVault_STATUS

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

func (*SourceVault_STATUS) DeepCopyInto

func (in *SourceVault_STATUS) DeepCopyInto(out *SourceVault_STATUS)

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

type SupportedCapabilities

type SupportedCapabilities struct {
	AcceleratedNetwork  *bool                  `json:"acceleratedNetwork,omitempty"`
	Architecture        *string                `json:"architecture,omitempty"`
	DiskControllerTypes *string                `json:"diskControllerTypes,omitempty"`
	PropertyBag         genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}

Storage version of v1api20240302.SupportedCapabilities List of supported capabilities persisted on the disk resource for VM use.

func (*SupportedCapabilities) DeepCopy

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

func (*SupportedCapabilities) DeepCopyInto

func (in *SupportedCapabilities) DeepCopyInto(out *SupportedCapabilities)

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

type SupportedCapabilities_STATUS

type SupportedCapabilities_STATUS struct {
	AcceleratedNetwork  *bool                  `json:"acceleratedNetwork,omitempty"`
	Architecture        *string                `json:"architecture,omitempty"`
	DiskControllerTypes *string                `json:"diskControllerTypes,omitempty"`
	PropertyBag         genruntime.PropertyBag `json:"$propertyBag,omitempty"`
}

Storage version of v1api20240302.SupportedCapabilities_STATUS List of supported capabilities persisted on the disk resource for VM use.

func (*SupportedCapabilities_STATUS) DeepCopy

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

func (*SupportedCapabilities_STATUS) DeepCopyInto

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

type UserAssignedIdentityDetails

type UserAssignedIdentityDetails struct {
	PropertyBag genruntime.PropertyBag       `json:"$propertyBag,omitempty"`
	Reference   genruntime.ResourceReference `armReference:"Reference" json:"reference,omitempty"`
}

Storage version of v1api20240302.UserAssignedIdentityDetails Information about the user assigned identity for the resource

func (*UserAssignedIdentityDetails) DeepCopy

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

func (*UserAssignedIdentityDetails) DeepCopyInto

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