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.
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Index ¶
- Constants
- type CreationData
- type CreationData_CreateOption
- type CreationData_CreateOption_STATUS
- type CreationData_STATUS
- type DiskProperties
- type DiskProperties_HyperVGeneration
- type DiskProperties_HyperVGeneration_STATUS
- type DiskProperties_OsType
- type DiskProperties_OsType_STATUS
- type DiskProperties_STATUS
- type DiskSku
- type DiskSku_Name
- type DiskSku_Name_STATUS
- type DiskSku_STATUS
- type DiskState
- type DiskState_STATUS
- type Disk_STATUS
- type Disk_Spec
- type Encryption
- type EncryptionSettingsCollection
- type EncryptionSettingsCollection_STATUS
- type EncryptionSettingsElement
- type EncryptionSettingsElement_STATUS
- type EncryptionType
- type EncryptionType_STATUS
- type Encryption_STATUS
- type ExtendedLocation
- type ExtendedLocationType
- type ExtendedLocationType_STATUS
- type ExtendedLocation_STATUS
- type ImageDiskReference
- type ImageDiskReference_STATUS
- type KeyVaultAndKeyReference
- type KeyVaultAndKeyReference_STATUS
- type KeyVaultAndSecretReference
- type KeyVaultAndSecretReference_STATUS
- type NetworkAccessPolicy
- type NetworkAccessPolicy_STATUS
- type PurchasePlan
- type PurchasePlan_STATUS
- type ShareInfoElement_STATUS
- type SnapshotProperties
- type SnapshotProperties_HyperVGeneration
- type SnapshotProperties_HyperVGeneration_STATUS
- type SnapshotProperties_OsType
- type SnapshotProperties_OsType_STATUS
- type SnapshotProperties_STATUS
- type SnapshotSku
- type SnapshotSku_Name
- type SnapshotSku_Name_STATUS
- type SnapshotSku_STATUS
- type Snapshot_STATUS
- type Snapshot_Spec
- type SourceVault
- type SourceVault_STATUS
Constants ¶
const ( DiskProperties_HyperVGeneration_V1 = DiskProperties_HyperVGeneration("V1") DiskProperties_HyperVGeneration_V2 = DiskProperties_HyperVGeneration("V2") )
const ( DiskProperties_OsType_Linux = DiskProperties_OsType("Linux") DiskProperties_OsType_Windows = DiskProperties_OsType("Windows") )
const ( DiskSku_Name_Premium_LRS = DiskSku_Name("Premium_LRS") DiskSku_Name_StandardSSD_LRS = DiskSku_Name("StandardSSD_LRS") DiskSku_Name_Standard_LRS = DiskSku_Name("Standard_LRS") DiskSku_Name_UltraSSD_LRS = DiskSku_Name("UltraSSD_LRS") )
const ( NetworkAccessPolicy_AllowAll = NetworkAccessPolicy("AllowAll") NetworkAccessPolicy_AllowPrivate = NetworkAccessPolicy("AllowPrivate") NetworkAccessPolicy_DenyAll = NetworkAccessPolicy("DenyAll") )
const ( CreationData_CreateOption_Attach = CreationData_CreateOption("Attach") CreationData_CreateOption_Copy = CreationData_CreateOption("Copy") CreationData_CreateOption_Empty = CreationData_CreateOption("Empty") CreationData_CreateOption_FromImage = CreationData_CreateOption("FromImage") CreationData_CreateOption_Import = CreationData_CreateOption("Import") CreationData_CreateOption_Restore = CreationData_CreateOption("Restore") CreationData_CreateOption_Upload = CreationData_CreateOption("Upload") )
const ( EncryptionType_EncryptionAtRestWithCustomerKey = EncryptionType("EncryptionAtRestWithCustomerKey") EncryptionType_EncryptionAtRestWithPlatformAndCustomerKeys = EncryptionType("EncryptionAtRestWithPlatformAndCustomerKeys") EncryptionType_EncryptionAtRestWithPlatformKey = EncryptionType("EncryptionAtRestWithPlatformKey") )
const ( DiskProperties_HyperVGeneration_STATUS_V1 = DiskProperties_HyperVGeneration_STATUS("V1") DiskProperties_HyperVGeneration_STATUS_V2 = DiskProperties_HyperVGeneration_STATUS("V2") )
const ( DiskProperties_OsType_STATUS_Linux = DiskProperties_OsType_STATUS("Linux") DiskProperties_OsType_STATUS_Windows = DiskProperties_OsType_STATUS("Windows") )
const ( DiskSku_Name_STATUS_Premium_LRS = DiskSku_Name_STATUS("Premium_LRS") DiskSku_Name_STATUS_StandardSSD_LRS = DiskSku_Name_STATUS("StandardSSD_LRS") DiskSku_Name_STATUS_Standard_LRS = DiskSku_Name_STATUS("Standard_LRS") DiskSku_Name_STATUS_UltraSSD_LRS = DiskSku_Name_STATUS("UltraSSD_LRS") )
const ( DiskState_STATUS_ActiveSAS = DiskState_STATUS("ActiveSAS") DiskState_STATUS_ActiveUpload = DiskState_STATUS("ActiveUpload") DiskState_STATUS_Attached = DiskState_STATUS("Attached") DiskState_STATUS_ReadyToUpload = DiskState_STATUS("ReadyToUpload") DiskState_STATUS_Reserved = DiskState_STATUS("Reserved") DiskState_STATUS_Unattached = DiskState_STATUS("Unattached") )
const ( NetworkAccessPolicy_STATUS_AllowAll = NetworkAccessPolicy_STATUS("AllowAll") NetworkAccessPolicy_STATUS_AllowPrivate = NetworkAccessPolicy_STATUS("AllowPrivate") NetworkAccessPolicy_STATUS_DenyAll = NetworkAccessPolicy_STATUS("DenyAll") )
const ( CreationData_CreateOption_STATUS_Attach = CreationData_CreateOption_STATUS("Attach") CreationData_CreateOption_STATUS_Copy = CreationData_CreateOption_STATUS("Copy") CreationData_CreateOption_STATUS_Empty = CreationData_CreateOption_STATUS("Empty") CreationData_CreateOption_STATUS_FromImage = CreationData_CreateOption_STATUS("FromImage") CreationData_CreateOption_STATUS_Import = CreationData_CreateOption_STATUS("Import") CreationData_CreateOption_STATUS_Restore = CreationData_CreateOption_STATUS("Restore") CreationData_CreateOption_STATUS_Upload = CreationData_CreateOption_STATUS("Upload") )
const ( EncryptionType_STATUS_EncryptionAtRestWithCustomerKey = EncryptionType_STATUS("EncryptionAtRestWithCustomerKey") EncryptionType_STATUS_EncryptionAtRestWithPlatformAndCustomerKeys = EncryptionType_STATUS("EncryptionAtRestWithPlatformAndCustomerKeys") EncryptionType_STATUS_EncryptionAtRestWithPlatformKey = EncryptionType_STATUS("EncryptionAtRestWithPlatformKey") )
const ( DiskState_ActiveSAS = DiskState("ActiveSAS") DiskState_ActiveUpload = DiskState("ActiveUpload") DiskState_Attached = DiskState("Attached") DiskState_ReadyToUpload = DiskState("ReadyToUpload") DiskState_Reserved = DiskState("Reserved") DiskState_Unattached = DiskState("Unattached") )
const ( SnapshotProperties_HyperVGeneration_V1 = SnapshotProperties_HyperVGeneration("V1") SnapshotProperties_HyperVGeneration_V2 = SnapshotProperties_HyperVGeneration("V2") )
const ( SnapshotProperties_OsType_Linux = SnapshotProperties_OsType("Linux") SnapshotProperties_OsType_Windows = SnapshotProperties_OsType("Windows") )
const ( SnapshotSku_Name_Premium_LRS = SnapshotSku_Name("Premium_LRS") SnapshotSku_Name_Standard_LRS = SnapshotSku_Name("Standard_LRS") SnapshotSku_Name_Standard_ZRS = SnapshotSku_Name("Standard_ZRS") )
const ( SnapshotProperties_HyperVGeneration_STATUS_V1 = SnapshotProperties_HyperVGeneration_STATUS("V1") SnapshotProperties_HyperVGeneration_STATUS_V2 = SnapshotProperties_HyperVGeneration_STATUS("V2") )
const ( SnapshotProperties_OsType_STATUS_Linux = SnapshotProperties_OsType_STATUS("Linux") SnapshotProperties_OsType_STATUS_Windows = SnapshotProperties_OsType_STATUS("Windows") )
const ( SnapshotSku_Name_STATUS_Premium_LRS = SnapshotSku_Name_STATUS("Premium_LRS") SnapshotSku_Name_STATUS_Standard_LRS = SnapshotSku_Name_STATUS("Standard_LRS") SnapshotSku_Name_STATUS_Standard_ZRS = SnapshotSku_Name_STATUS("Standard_ZRS") )
const ExtendedLocationType_EdgeZone = ExtendedLocationType("EdgeZone")
const ExtendedLocationType_STATUS_EdgeZone = ExtendedLocationType_STATUS("EdgeZone")
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreationData ¶
type CreationData struct { // CreateOption: This enumerates the possible sources of a disk's creation. CreateOption *CreationData_CreateOption `json:"createOption,omitempty"` // GalleryImageReference: Required if creating from a Gallery Image. The id of the ImageDiskReference will be the ARM id of // the shared galley image version from which to create a disk. GalleryImageReference *ImageDiskReference `json:"galleryImageReference,omitempty"` // ImageReference: Disk source information. ImageReference *ImageDiskReference `json:"imageReference,omitempty"` // LogicalSectorSize: Logical sector size in bytes for Ultra disks. Supported values are 512 ad 4096. 4096 is the default. LogicalSectorSize *int `json:"logicalSectorSize,omitempty"` SourceResourceId *string `json:"sourceResourceId,omitempty"` // SourceUri: If createOption is Import, this is the URI of a blob to be imported into a managed disk. SourceUri *string `json:"sourceUri,omitempty"` // StorageAccountId: Required if createOption is Import. The Azure Resource Manager identifier of the storage account // containing the blob to import as a disk. StorageAccountId *string `json:"storageAccountId,omitempty"` // UploadSizeBytes: If createOption is Upload, this is the size of the contents of the upload including the VHD footer. // This value should be between 20972032 (20 MiB + 512 bytes for the VHD footer) and 35183298347520 bytes (32 TiB + 512 // bytes for the VHD footer). UploadSizeBytes *int `json:"uploadSizeBytes,omitempty"` }
Data used when creating a disk.
type CreationData_CreateOption ¶
type CreationData_CreateOption string
+kubebuilder:validation:Enum={"Attach","Copy","Empty","FromImage","Import","Restore","Upload"}
type CreationData_CreateOption_STATUS ¶
type CreationData_CreateOption_STATUS string
type CreationData_STATUS ¶
type CreationData_STATUS struct { // CreateOption: This enumerates the possible sources of a disk's creation. CreateOption *CreationData_CreateOption_STATUS `json:"createOption,omitempty"` // GalleryImageReference: Required if creating from a Gallery Image. The id of the ImageDiskReference will be the ARM id of // the shared galley image version from which to create a disk. GalleryImageReference *ImageDiskReference_STATUS `json:"galleryImageReference,omitempty"` // ImageReference: Disk source information. ImageReference *ImageDiskReference_STATUS `json:"imageReference,omitempty"` // LogicalSectorSize: Logical sector size in bytes for Ultra disks. Supported values are 512 ad 4096. 4096 is the default. LogicalSectorSize *int `json:"logicalSectorSize,omitempty"` // SourceResourceId: If createOption is Copy, this is the ARM id of the source snapshot or disk. SourceResourceId *string `json:"sourceResourceId,omitempty"` // SourceUniqueId: If this field is set, this is the unique id identifying the source of this resource. SourceUniqueId *string `json:"sourceUniqueId,omitempty"` // SourceUri: If createOption is Import, this is the URI of a blob to be imported into a managed disk. SourceUri *string `json:"sourceUri,omitempty"` // StorageAccountId: Required if createOption is Import. The Azure Resource Manager identifier of the storage account // containing the blob to import as a disk. StorageAccountId *string `json:"storageAccountId,omitempty"` // UploadSizeBytes: If createOption is Upload, this is the size of the contents of the upload including the VHD footer. // This value should be between 20972032 (20 MiB + 512 bytes for the VHD footer) and 35183298347520 bytes (32 TiB + 512 // bytes for the VHD footer). UploadSizeBytes *int `json:"uploadSizeBytes,omitempty"` }
Data used when creating a disk.
type DiskProperties ¶
type DiskProperties struct { // BurstingEnabled: Set to true to enable bursting beyond the provisioned performance target of the disk. Bursting is // disabled by default. Does not apply to Ultra disks. BurstingEnabled *bool `json:"burstingEnabled,omitempty"` // CreationData: Disk source information. CreationData information cannot be changed after the disk has been created. CreationData *CreationData `json:"creationData,omitempty"` DiskAccessId *string `json:"diskAccessId,omitempty"` // DiskIOPSReadOnly: The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly. One // operation can transfer between 4k and 256k bytes. DiskIOPSReadOnly *int `json:"diskIOPSReadOnly,omitempty"` // DiskIOPSReadWrite: The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can // transfer between 4k and 256k bytes. DiskIOPSReadWrite *int `json:"diskIOPSReadWrite,omitempty"` // DiskMBpsReadOnly: The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly. // MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. DiskMBpsReadOnly *int `json:"diskMBpsReadOnly,omitempty"` // DiskMBpsReadWrite: The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes // per second - MB here uses the ISO notation, of powers of 10. DiskMBpsReadWrite *int `json:"diskMBpsReadWrite,omitempty"` // DiskSizeGB: If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to // create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only // allowed if the disk is not attached to a running VM, and can only increase the disk's size. DiskSizeGB *int `json:"diskSizeGB,omitempty"` // Encryption: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys. Encryption *Encryption `json:"encryption,omitempty"` // EncryptionSettingsCollection: Encryption settings collection used for Azure Disk Encryption, can contain multiple // encryption settings per disk or snapshot. EncryptionSettingsCollection *EncryptionSettingsCollection `json:"encryptionSettingsCollection,omitempty"` // HyperVGeneration: The hypervisor generation of the Virtual Machine. Applicable to OS disks only. HyperVGeneration *DiskProperties_HyperVGeneration `json:"hyperVGeneration,omitempty"` // disk that can be mounted on multiple VMs at the same time. MaxShares *int `json:"maxShares,omitempty"` // NetworkAccessPolicy: Policy for accessing the disk via network. NetworkAccessPolicy *NetworkAccessPolicy `json:"networkAccessPolicy,omitempty"` // OsType: The Operating System type. OsType *DiskProperties_OsType `json:"osType,omitempty"` // PurchasePlan: Purchase plan information for the the image from which the OS disk was created. E.g. - {name: // 2019-Datacenter, publisher: MicrosoftWindowsServer, product: WindowsServer} PurchasePlan *PurchasePlan `json:"purchasePlan,omitempty"` // Tier: Performance tier of the disk (e.g, P4, S10) as described here: // https://azure.microsoft.com/en-us/pricing/details/managed-disks/. Does not apply to Ultra disks. Tier *string `json:"tier,omitempty"` }
Disk resource properties.
type DiskProperties_HyperVGeneration ¶
type DiskProperties_HyperVGeneration string
+kubebuilder:validation:Enum={"V1","V2"}
type DiskProperties_HyperVGeneration_STATUS ¶
type DiskProperties_HyperVGeneration_STATUS string
type DiskProperties_OsType ¶
type DiskProperties_OsType string
+kubebuilder:validation:Enum={"Linux","Windows"}
type DiskProperties_OsType_STATUS ¶
type DiskProperties_OsType_STATUS string
type DiskProperties_STATUS ¶
type DiskProperties_STATUS struct { // BurstingEnabled: Set to true to enable bursting beyond the provisioned performance target of the disk. Bursting is // disabled by default. Does not apply to Ultra disks. BurstingEnabled *bool `json:"burstingEnabled,omitempty"` // CreationData: Disk source information. CreationData information cannot be changed after the disk has been created. CreationData *CreationData_STATUS `json:"creationData,omitempty"` // DiskAccessId: ARM id of the DiskAccess resource for using private endpoints on disks. DiskAccessId *string `json:"diskAccessId,omitempty"` // DiskIOPSReadOnly: The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly. One // operation can transfer between 4k and 256k bytes. DiskIOPSReadOnly *int `json:"diskIOPSReadOnly,omitempty"` // DiskIOPSReadWrite: The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can // transfer between 4k and 256k bytes. DiskIOPSReadWrite *int `json:"diskIOPSReadWrite,omitempty"` // DiskMBpsReadOnly: The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly. // MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. DiskMBpsReadOnly *int `json:"diskMBpsReadOnly,omitempty"` // DiskMBpsReadWrite: The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes // per second - MB here uses the ISO notation, of powers of 10. DiskMBpsReadWrite *int `json:"diskMBpsReadWrite,omitempty"` // DiskSizeBytes: The size of the disk in bytes. This field is read only. DiskSizeBytes *int `json:"diskSizeBytes,omitempty"` // DiskSizeGB: If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to // create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only // allowed if the disk is not attached to a running VM, and can only increase the disk's size. DiskSizeGB *int `json:"diskSizeGB,omitempty"` // DiskState: The state of the disk. DiskState *DiskState_STATUS `json:"diskState,omitempty"` // Encryption: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys. Encryption *Encryption_STATUS `json:"encryption,omitempty"` // EncryptionSettingsCollection: Encryption settings collection used for Azure Disk Encryption, can contain multiple // encryption settings per disk or snapshot. EncryptionSettingsCollection *EncryptionSettingsCollection_STATUS `json:"encryptionSettingsCollection,omitempty"` // HyperVGeneration: The hypervisor generation of the Virtual Machine. Applicable to OS disks only. HyperVGeneration *DiskProperties_HyperVGeneration_STATUS `json:"hyperVGeneration,omitempty"` // disk that can be mounted on multiple VMs at the same time. MaxShares *int `json:"maxShares,omitempty"` // NetworkAccessPolicy: Policy for accessing the disk via network. NetworkAccessPolicy *NetworkAccessPolicy_STATUS `json:"networkAccessPolicy,omitempty"` // OsType: The Operating System type. OsType *DiskProperties_OsType_STATUS `json:"osType,omitempty"` // ProvisioningState: The disk provisioning state. ProvisioningState *string `json:"provisioningState,omitempty"` // PurchasePlan: Purchase plan information for the the image from which the OS disk was created. E.g. - {name: // 2019-Datacenter, publisher: MicrosoftWindowsServer, product: WindowsServer} PurchasePlan *PurchasePlan_STATUS `json:"purchasePlan,omitempty"` // one for disks to allow attaching them to multiple VMs. ShareInfo []ShareInfoElement_STATUS `json:"shareInfo,omitempty"` // Tier: Performance tier of the disk (e.g, P4, S10) as described here: // https://azure.microsoft.com/en-us/pricing/details/managed-disks/. Does not apply to Ultra disks. Tier *string `json:"tier,omitempty"` // TimeCreated: The time when the disk was created. TimeCreated *string `json:"timeCreated,omitempty"` // UniqueId: Unique Guid identifying the resource. UniqueId *string `json:"uniqueId,omitempty"` }
Disk resource properties.
type DiskSku ¶
type DiskSku struct { // Name: The sku name. Name *DiskSku_Name `json:"name,omitempty"` }
The disks sku name. Can be Standard_LRS, Premium_LRS, StandardSSD_LRS, or UltraSSD_LRS.
type DiskSku_Name ¶
type DiskSku_Name string
+kubebuilder:validation:Enum={"Premium_LRS","StandardSSD_LRS","Standard_LRS","UltraSSD_LRS"}
type DiskSku_Name_STATUS ¶
type DiskSku_Name_STATUS string
type DiskSku_STATUS ¶
type DiskSku_STATUS struct { // Name: The sku name. Name *DiskSku_Name_STATUS `json:"name,omitempty"` // Tier: The sku tier. Tier *string `json:"tier,omitempty"` }
The disks sku name. Can be Standard_LRS, Premium_LRS, StandardSSD_LRS, or UltraSSD_LRS.
type DiskState ¶
type DiskState string
This enumerates the possible state of the disk. +kubebuilder:validation:Enum={"ActiveSAS","ActiveUpload","Attached","ReadyToUpload","Reserved","Unattached"}
type DiskState_STATUS ¶
type DiskState_STATUS string
This enumerates the possible state of the disk.
type Disk_STATUS ¶
type Disk_STATUS struct { // ExtendedLocation: The extended location where the disk will be created. Extended location cannot be changed. ExtendedLocation *ExtendedLocation_STATUS `json:"extendedLocation,omitempty"` // Id: Resource Id Id *string `json:"id,omitempty"` // Location: Resource location Location *string `json:"location,omitempty"` // ManagedBy: A relative URI containing the ID of the VM that has the disk attached. ManagedBy *string `json:"managedBy,omitempty"` // ManagedByExtended: List of relative URIs containing the IDs of the VMs that have the disk attached. maxShares should be // set to a value greater than one for disks to allow attaching them to multiple VMs. ManagedByExtended []string `json:"managedByExtended,omitempty"` // Name: Resource name Name *string `json:"name,omitempty"` // Properties: Disk resource properties. Properties *DiskProperties_STATUS `json:"properties,omitempty"` // Sku: The disks sku name. Can be Standard_LRS, Premium_LRS, StandardSSD_LRS, or UltraSSD_LRS. Sku *DiskSku_STATUS `json:"sku,omitempty"` // Tags: Resource tags Tags map[string]string `json:"tags,omitempty"` // Type: Resource type Type *string `json:"type,omitempty"` // Zones: The Logical zone list for Disk. Zones []string `json:"zones,omitempty"` }
Disk resource.
type Disk_Spec ¶
type Disk_Spec struct { // ExtendedLocation: The extended location where the disk will be created. Extended location cannot be changed. ExtendedLocation *ExtendedLocation `json:"extendedLocation,omitempty"` // Location: Resource location Location *string `json:"location,omitempty"` Name string `json:"name,omitempty"` // Properties: Disk resource properties. Properties *DiskProperties `json:"properties,omitempty"` // Sku: The disks sku name. Can be Standard_LRS, Premium_LRS, StandardSSD_LRS, or UltraSSD_LRS. Sku *DiskSku `json:"sku,omitempty"` // Tags: Resource tags Tags map[string]string `json:"tags,omitempty"` // Zones: The Logical zone list for Disk. Zones []string `json:"zones,omitempty"` }
func (Disk_Spec) GetAPIVersion ¶
GetAPIVersion returns the ARM API version of the resource. This is always "2020-09-30"
type Encryption ¶
type Encryption struct { DiskEncryptionSetId *string `json:"diskEncryptionSetId,omitempty"` // Type: The type of key used to encrypt the data of the disk. Type *EncryptionType `json:"type,omitempty"` }
Encryption at rest settings for disk or snapshot
type EncryptionSettingsCollection ¶
type EncryptionSettingsCollection struct { // Enabled: Set this flag to true and provide DiskEncryptionKey and optional KeyEncryptionKey to enable encryption. Set // this flag to false and remove DiskEncryptionKey and KeyEncryptionKey to disable encryption. If EncryptionSettings is // null in the request object, the existing settings remain unchanged. Enabled *bool `json:"enabled,omitempty"` // EncryptionSettings: A collection of encryption settings, one for each disk volume. EncryptionSettings []EncryptionSettingsElement `json:"encryptionSettings,omitempty"` // EncryptionSettingsVersion: Describes what type of encryption is used for the disks. Once this field is set, it cannot be // overwritten. '1.0' corresponds to Azure Disk Encryption with AAD app.'1.1' corresponds to Azure Disk Encryption. EncryptionSettingsVersion *string `json:"encryptionSettingsVersion,omitempty"` }
Encryption settings for disk or snapshot
type EncryptionSettingsCollection_STATUS ¶
type EncryptionSettingsCollection_STATUS struct { // Enabled: Set this flag to true and provide DiskEncryptionKey and optional KeyEncryptionKey to enable encryption. Set // this flag to false and remove DiskEncryptionKey and KeyEncryptionKey to disable encryption. If EncryptionSettings is // null in the request object, the existing settings remain unchanged. Enabled *bool `json:"enabled,omitempty"` // EncryptionSettings: A collection of encryption settings, one for each disk volume. EncryptionSettings []EncryptionSettingsElement_STATUS `json:"encryptionSettings,omitempty"` // EncryptionSettingsVersion: Describes what type of encryption is used for the disks. Once this field is set, it cannot be // overwritten. '1.0' corresponds to Azure Disk Encryption with AAD app.'1.1' corresponds to Azure Disk Encryption. EncryptionSettingsVersion *string `json:"encryptionSettingsVersion,omitempty"` }
Encryption settings for disk or snapshot
type EncryptionSettingsElement ¶
type EncryptionSettingsElement struct { // DiskEncryptionKey: Key Vault Secret Url and vault id of the disk encryption key DiskEncryptionKey *KeyVaultAndSecretReference `json:"diskEncryptionKey,omitempty"` // KeyEncryptionKey: Key Vault Key Url and vault id of the key encryption key. KeyEncryptionKey is optional and when // provided is used to unwrap the disk encryption key. KeyEncryptionKey *KeyVaultAndKeyReference `json:"keyEncryptionKey,omitempty"` }
Encryption settings for one disk volume.
type EncryptionSettingsElement_STATUS ¶
type EncryptionSettingsElement_STATUS struct { // DiskEncryptionKey: Key Vault Secret Url and vault id of the disk encryption key DiskEncryptionKey *KeyVaultAndSecretReference_STATUS `json:"diskEncryptionKey,omitempty"` // KeyEncryptionKey: Key Vault Key Url and vault id of the key encryption key. KeyEncryptionKey is optional and when // provided is used to unwrap the disk encryption key. KeyEncryptionKey *KeyVaultAndKeyReference_STATUS `json:"keyEncryptionKey,omitempty"` }
Encryption settings for one disk volume.
type EncryptionType ¶
type EncryptionType string
The type of key used to encrypt the data of the disk. +kubebuilder:validation:Enum={"EncryptionAtRestWithCustomerKey","EncryptionAtRestWithPlatformAndCustomerKeys","EncryptionAtRestWithPlatformKey"}
type EncryptionType_STATUS ¶
type EncryptionType_STATUS string
The type of key used to encrypt the data of the disk.
type Encryption_STATUS ¶
type Encryption_STATUS struct { // DiskEncryptionSetId: ResourceId of the disk encryption set to use for enabling encryption at rest. DiskEncryptionSetId *string `json:"diskEncryptionSetId,omitempty"` // Type: The type of key used to encrypt the data of the disk. Type *EncryptionType_STATUS `json:"type,omitempty"` }
Encryption at rest settings for disk or snapshot
type ExtendedLocation ¶
type ExtendedLocation struct { // Name: The name of the extended location. Name *string `json:"name,omitempty"` // Type: The type of the extended location. Type *ExtendedLocationType `json:"type,omitempty"` }
The complex type of the extended location.
type ExtendedLocationType ¶
type ExtendedLocationType string
The type of extendedLocation. +kubebuilder:validation:Enum={"EdgeZone"}
type ExtendedLocationType_STATUS ¶
type ExtendedLocationType_STATUS string
The type of extendedLocation.
type ExtendedLocation_STATUS ¶
type ExtendedLocation_STATUS struct { // Name: The name of the extended location. Name *string `json:"name,omitempty"` // Type: The type of the extended location. Type *ExtendedLocationType_STATUS `json:"type,omitempty"` }
The complex type of the extended location.
type ImageDiskReference ¶
type ImageDiskReference struct { Id *string `json:"id,omitempty"` // Lun: If the disk is created from an image's data disk, this is an index that indicates which of the data disks in the // image to use. For OS disks, this field is null. Lun *int `json:"lun,omitempty"` }
The source image used for creating the disk.
type ImageDiskReference_STATUS ¶
type ImageDiskReference_STATUS struct { // Id: A relative uri containing either a Platform Image Repository or user image reference. Id *string `json:"id,omitempty"` // Lun: If the disk is created from an image's data disk, this is an index that indicates which of the data disks in the // image to use. For OS disks, this field is null. Lun *int `json:"lun,omitempty"` }
The source image used for creating the disk.
type KeyVaultAndKeyReference ¶
type KeyVaultAndKeyReference struct { // KeyUrl: Url pointing to a key or secret in KeyVault KeyUrl *string `json:"keyUrl,omitempty"` // SourceVault: Resource id of the KeyVault containing the key or secret SourceVault *SourceVault `json:"sourceVault,omitempty"` }
Key Vault Key Url and vault id of KeK, KeK is optional and when provided is used to unwrap the encryptionKey
type KeyVaultAndKeyReference_STATUS ¶
type KeyVaultAndKeyReference_STATUS struct { // KeyUrl: Url pointing to a key or secret in KeyVault KeyUrl *string `json:"keyUrl,omitempty"` // SourceVault: Resource id of the KeyVault containing the key or secret SourceVault *SourceVault_STATUS `json:"sourceVault,omitempty"` }
Key Vault Key Url and vault id of KeK, KeK is optional and when provided is used to unwrap the encryptionKey
type KeyVaultAndSecretReference ¶
type KeyVaultAndSecretReference struct { // SecretUrl: Url pointing to a key or secret in KeyVault SecretUrl *string `json:"secretUrl,omitempty"` // SourceVault: Resource id of the KeyVault containing the key or secret SourceVault *SourceVault `json:"sourceVault,omitempty"` }
Key Vault Secret Url and vault id of the encryption key
type KeyVaultAndSecretReference_STATUS ¶
type KeyVaultAndSecretReference_STATUS struct { // SecretUrl: Url pointing to a key or secret in KeyVault SecretUrl *string `json:"secretUrl,omitempty"` // SourceVault: Resource id of the KeyVault containing the key or secret SourceVault *SourceVault_STATUS `json:"sourceVault,omitempty"` }
Key Vault Secret Url and vault id of the encryption key
type NetworkAccessPolicy ¶
type NetworkAccessPolicy string
Policy for accessing the disk via network. +kubebuilder:validation:Enum={"AllowAll","AllowPrivate","DenyAll"}
type NetworkAccessPolicy_STATUS ¶
type NetworkAccessPolicy_STATUS string
Policy for accessing the disk via network.
type PurchasePlan ¶
type PurchasePlan struct { // Name: The plan ID. Name *string `json:"name,omitempty"` // Product: Specifies the product of the image from the marketplace. This is the same value as Offer under the // imageReference element. Product *string `json:"product,omitempty"` // PromotionCode: The Offer Promotion Code. PromotionCode *string `json:"promotionCode,omitempty"` // Publisher: The publisher ID. Publisher *string `json:"publisher,omitempty"` }
Used for establishing the purchase context of any 3rd Party artifact through MarketPlace.
type PurchasePlan_STATUS ¶
type PurchasePlan_STATUS struct { // Name: The plan ID. Name *string `json:"name,omitempty"` // Product: Specifies the product of the image from the marketplace. This is the same value as Offer under the // imageReference element. Product *string `json:"product,omitempty"` // PromotionCode: The Offer Promotion Code. PromotionCode *string `json:"promotionCode,omitempty"` // Publisher: The publisher ID. Publisher *string `json:"publisher,omitempty"` }
Used for establishing the purchase context of any 3rd Party artifact through MarketPlace.
type ShareInfoElement_STATUS ¶
type ShareInfoElement_STATUS struct { string `json:"vmUri,omitempty"` }VmUri *
type SnapshotProperties ¶
type SnapshotProperties struct { // CreationData: Disk source information. CreationData information cannot be changed after the disk has been created. CreationData *CreationData `json:"creationData,omitempty"` DiskAccessId *string `json:"diskAccessId,omitempty"` // DiskSizeGB: If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to // create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only // allowed if the disk is not attached to a running VM, and can only increase the disk's size. DiskSizeGB *int `json:"diskSizeGB,omitempty"` // DiskState: The state of the snapshot. DiskState *DiskState `json:"diskState,omitempty"` // Encryption: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys. Encryption *Encryption `json:"encryption,omitempty"` // EncryptionSettingsCollection: Encryption settings collection used be Azure Disk Encryption, can contain multiple // encryption settings per disk or snapshot. EncryptionSettingsCollection *EncryptionSettingsCollection `json:"encryptionSettingsCollection,omitempty"` // HyperVGeneration: The hypervisor generation of the Virtual Machine. Applicable to OS disks only. HyperVGeneration *SnapshotProperties_HyperVGeneration `json:"hyperVGeneration,omitempty"` // Incremental: Whether a snapshot is incremental. Incremental snapshots on the same disk occupy less space than full // snapshots and can be diffed. Incremental *bool `json:"incremental,omitempty"` // NetworkAccessPolicy: Policy for accessing the disk via network. NetworkAccessPolicy *NetworkAccessPolicy `json:"networkAccessPolicy,omitempty"` // OsType: The Operating System type. OsType *SnapshotProperties_OsType `json:"osType,omitempty"` // PurchasePlan: Purchase plan information for the image from which the source disk for the snapshot was originally created. PurchasePlan *PurchasePlan `json:"purchasePlan,omitempty"` }
Snapshot resource properties.
type SnapshotProperties_HyperVGeneration ¶
type SnapshotProperties_HyperVGeneration string
+kubebuilder:validation:Enum={"V1","V2"}
type SnapshotProperties_HyperVGeneration_STATUS ¶
type SnapshotProperties_HyperVGeneration_STATUS string
type SnapshotProperties_OsType ¶
type SnapshotProperties_OsType string
+kubebuilder:validation:Enum={"Linux","Windows"}
type SnapshotProperties_OsType_STATUS ¶
type SnapshotProperties_OsType_STATUS string
type SnapshotProperties_STATUS ¶
type SnapshotProperties_STATUS struct { // CreationData: Disk source information. CreationData information cannot be changed after the disk has been created. CreationData *CreationData_STATUS `json:"creationData,omitempty"` // DiskAccessId: ARM id of the DiskAccess resource for using private endpoints on disks. DiskAccessId *string `json:"diskAccessId,omitempty"` // DiskSizeBytes: The size of the disk in bytes. This field is read only. DiskSizeBytes *int `json:"diskSizeBytes,omitempty"` // DiskSizeGB: If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to // create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only // allowed if the disk is not attached to a running VM, and can only increase the disk's size. DiskSizeGB *int `json:"diskSizeGB,omitempty"` // DiskState: The state of the snapshot. DiskState *DiskState_STATUS `json:"diskState,omitempty"` // Encryption: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys. Encryption *Encryption_STATUS `json:"encryption,omitempty"` // EncryptionSettingsCollection: Encryption settings collection used be Azure Disk Encryption, can contain multiple // encryption settings per disk or snapshot. EncryptionSettingsCollection *EncryptionSettingsCollection_STATUS `json:"encryptionSettingsCollection,omitempty"` // HyperVGeneration: The hypervisor generation of the Virtual Machine. Applicable to OS disks only. HyperVGeneration *SnapshotProperties_HyperVGeneration_STATUS `json:"hyperVGeneration,omitempty"` // Incremental: Whether a snapshot is incremental. Incremental snapshots on the same disk occupy less space than full // snapshots and can be diffed. Incremental *bool `json:"incremental,omitempty"` // NetworkAccessPolicy: Policy for accessing the disk via network. NetworkAccessPolicy *NetworkAccessPolicy_STATUS `json:"networkAccessPolicy,omitempty"` // OsType: The Operating System type. OsType *SnapshotProperties_OsType_STATUS `json:"osType,omitempty"` // ProvisioningState: The disk provisioning state. ProvisioningState *string `json:"provisioningState,omitempty"` // PurchasePlan: Purchase plan information for the image from which the source disk for the snapshot was originally created. PurchasePlan *PurchasePlan_STATUS `json:"purchasePlan,omitempty"` // TimeCreated: The time when the snapshot was created. TimeCreated *string `json:"timeCreated,omitempty"` // UniqueId: Unique Guid identifying the resource. UniqueId *string `json:"uniqueId,omitempty"` }
Snapshot resource properties.
type SnapshotSku ¶
type SnapshotSku struct { // Name: The sku name. Name *SnapshotSku_Name `json:"name,omitempty"` }
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
type SnapshotSku_Name ¶
type SnapshotSku_Name string
+kubebuilder:validation:Enum={"Premium_LRS","Standard_LRS","Standard_ZRS"}
type SnapshotSku_Name_STATUS ¶
type SnapshotSku_Name_STATUS string
type SnapshotSku_STATUS ¶
type SnapshotSku_STATUS struct { // Name: The sku name. Name *SnapshotSku_Name_STATUS `json:"name,omitempty"` // Tier: The sku tier. Tier *string `json:"tier,omitempty"` }
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
type Snapshot_STATUS ¶
type Snapshot_STATUS struct { // ExtendedLocation: The extended location where the snapshot will be created. Extended location cannot be changed. ExtendedLocation *ExtendedLocation_STATUS `json:"extendedLocation,omitempty"` // Id: Resource Id Id *string `json:"id,omitempty"` // Location: Resource location Location *string `json:"location,omitempty"` // ManagedBy: Unused. Always Null. ManagedBy *string `json:"managedBy,omitempty"` // Name: Resource name Name *string `json:"name,omitempty"` // Properties: Snapshot resource properties. Properties *SnapshotProperties_STATUS `json:"properties,omitempty"` // Sku: 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 Sku *SnapshotSku_STATUS `json:"sku,omitempty"` // Tags: Resource tags Tags map[string]string `json:"tags,omitempty"` // Type: Resource type Type *string `json:"type,omitempty"` }
Snapshot resource.
type Snapshot_Spec ¶
type Snapshot_Spec struct { // ExtendedLocation: The extended location where the snapshot will be created. Extended location cannot be changed. ExtendedLocation *ExtendedLocation `json:"extendedLocation,omitempty"` // Location: Resource location Location *string `json:"location,omitempty"` Name string `json:"name,omitempty"` // Properties: Snapshot resource properties. Properties *SnapshotProperties `json:"properties,omitempty"` // Sku: 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 Sku *SnapshotSku `json:"sku,omitempty"` // Tags: Resource tags Tags map[string]string `json:"tags,omitempty"` }
func (Snapshot_Spec) GetAPIVersion ¶
func (snapshot Snapshot_Spec) GetAPIVersion() string
GetAPIVersion returns the ARM API version of the resource. This is always "2020-09-30"
func (*Snapshot_Spec) GetName ¶
func (snapshot *Snapshot_Spec) GetName() string
GetName returns the Name of the resource
func (*Snapshot_Spec) GetType ¶
func (snapshot *Snapshot_Spec) GetType() string
GetType returns the ARM Type of the resource. This is always "Microsoft.Compute/snapshots"
type SourceVault ¶
type SourceVault struct {
Id *string `json:"id,omitempty"`
}
The vault id is an Azure Resource Manager Resource id in the form /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}
type SourceVault_STATUS ¶
type SourceVault_STATUS struct { // Id: Resource Id Id *string `json:"id,omitempty"` }
The vault id is an Azure Resource Manager Resource id in the form /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}