Snapshot

Field Type Description
apiVersion string azurerm.kubeform.com/v1alpha1
kind string Snapshot
metadata Kubernetes meta/v1.ObjectMeta Refer to the Kubernetes API documentation for the fields of the metadata field.
spec SnapshotSpec
status SnapshotStatus

SnapshotSpec

(Appears on:Snapshot, SnapshotStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
createOption string
diskSizeGb int (Optional)
encryptionSettings []SnapshotSpecEncryptionSettings (Optional)
location string
name string
resourceGroupName string
sourceResourceID string (Optional)
sourceURI string (Optional)
storageAccountID string (Optional)
tags map[string]string (Optional)

SnapshotSpecEncryptionSettings

(Appears on:SnapshotSpec)
Field Type Description
diskEncryptionKey []SnapshotSpecEncryptionSettingsDiskEncryptionKey (Optional)
enabled bool
keyEncryptionKey []SnapshotSpecEncryptionSettingsKeyEncryptionKey (Optional)

SnapshotSpecEncryptionSettingsDiskEncryptionKey

(Appears on:SnapshotSpecEncryptionSettings)
Field Type Description
secretURL string
sourceVaultID string

SnapshotSpecEncryptionSettingsKeyEncryptionKey

(Appears on:SnapshotSpecEncryptionSettings)
Field Type Description
keyURL string
sourceVaultID string

SnapshotStatus

(Appears on:Snapshot)
Field Type Description
observedGeneration int64 (Optional) Resource generation, which is updated on mutation by the API Server.
output SnapshotSpec (Optional)
state kubeform.dev/kubeform/apis.State (Optional)