RecoveryServicesProtectionPolicyVm

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

RecoveryServicesProtectionPolicyVmSpec

(Appears on:RecoveryServicesProtectionPolicyVm, RecoveryServicesProtectionPolicyVmStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
backup []RecoveryServicesProtectionPolicyVmSpecBackup
name string
recoveryVaultName string
resourceGroupName string
retentionDaily []RecoveryServicesProtectionPolicyVmSpecRetentionDaily (Optional)
retentionMonthly []RecoveryServicesProtectionPolicyVmSpecRetentionMonthly (Optional)
retentionWeekly []RecoveryServicesProtectionPolicyVmSpecRetentionWeekly (Optional)
retentionYearly []RecoveryServicesProtectionPolicyVmSpecRetentionYearly (Optional)
tags map[string]string (Optional)
timezone string (Optional)

RecoveryServicesProtectionPolicyVmSpecBackup

(Appears on:RecoveryServicesProtectionPolicyVmSpec)
Field Type Description
frequency string
time string
weekdays []string (Optional)

RecoveryServicesProtectionPolicyVmSpecRetentionDaily

(Appears on:RecoveryServicesProtectionPolicyVmSpec)
Field Type Description
count int

RecoveryServicesProtectionPolicyVmSpecRetentionMonthly

(Appears on:RecoveryServicesProtectionPolicyVmSpec)
Field Type Description
count int
weekdays []string
weeks []string

RecoveryServicesProtectionPolicyVmSpecRetentionWeekly

(Appears on:RecoveryServicesProtectionPolicyVmSpec)
Field Type Description
count int
weekdays []string

RecoveryServicesProtectionPolicyVmSpecRetentionYearly

(Appears on:RecoveryServicesProtectionPolicyVmSpec)
Field Type Description
count int
months []string
weekdays []string
weeks []string

RecoveryServicesProtectionPolicyVmStatus

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