diff --git a/services/recoveryservices/mgmt/2016-06-01/backup/models.go b/services/recoveryservices/mgmt/2016-06-01/backup/models.go
index d3abe74df713..53dbdb60586f 100644
--- a/services/recoveryservices/mgmt/2016-06-01/backup/models.go
+++ b/services/recoveryservices/mgmt/2016-06-01/backup/models.go
@@ -910,13 +910,13 @@ type AzureIaaSClassicComputeVMContainer struct {
ResourceGroup *string `json:"resourceGroup,omitempty"`
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - The backup managemenent type for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL'
+ // BackupManagementType - The backup management type for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// RegistrationStatus - The container's registration status with the Recovery Services vault.
RegistrationStatus *string `json:"registrationStatus,omitempty"`
// HealthStatus - The status of the container's health.
HealthStatus *string `json:"healthStatus,omitempty"`
- // ContainerType - The type assigned to the container. The values to use for each of these propertes are:
1. Compute Azure VM is Microsoft.Compute/virtualMachines
2. Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines
3. Windows machines (like Azure Backup Server and DPM) is Windows
4. Azure SQL instance is AzureSqlContainer.
+ // ContainerType - The type assigned to the container. The values to use for each of these properties are:
1. Compute Azure VM is Microsoft.Compute/virtualMachines
2. Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines
3. Windows machines (like Azure Backup Server and DPM) is Windows
4. Azure SQL instance is AzureSqlContainer.
ContainerType *string `json:"containerType,omitempty"`
// ProtectableObjectType - Possible values include: 'ProtectableObjectTypeProtectionContainer', 'ProtectableObjectTypeAzureSQLContainer', 'ProtectableObjectTypeIaaSVMContainer', 'ProtectableObjectTypeMABWindowsContainer', 'ProtectableObjectTypeMicrosoftComputevirtualMachines', 'ProtectableObjectTypeMicrosoftClassicComputevirtualMachines'
ProtectableObjectType ProtectableObjectType `json:"protectableObjectType,omitempty"`
@@ -1001,7 +1001,7 @@ func (aisccvc AzureIaaSClassicComputeVMContainer) AsBasicProtectionContainer() (
type AzureIaaSClassicComputeVMProtectableItem struct {
// VirtualMachineID - The fully qualified Resource Manager ID of the virtual machine.
VirtualMachineID *string `json:"virtualMachineId,omitempty"`
- // BackupManagementType - The backup managemenent type.
+ // BackupManagementType - The backup management type.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// FriendlyName - The friendly name of the backup item.
FriendlyName *string `json:"friendlyName,omitempty"`
@@ -1080,7 +1080,7 @@ type AzureIaaSClassicComputeVMProtectedItem struct {
LastBackupTime *date.Time `json:"lastBackupTime,omitempty"`
// ExtendedInfo - Additional information for this backup item.
ExtendedInfo *AzureIaaSVMProtectedItemExtendedInfo `json:"extendedInfo,omitempty"`
- // BackupManagementType - The backup managemenent type associated with the backup item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL'
+ // BackupManagementType - The backup management type associated with the backup item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// WorkloadType - The workload type for this item. Possible values include: 'Invalid', 'VM', 'FileFolder', 'AzureSQLDb', 'SQLDB', 'Exchange', 'Sharepoint', 'DPMUnknown'
WorkloadType DataSourceType `json:"workloadType,omitempty"`
@@ -1191,13 +1191,13 @@ type AzureIaaSComputeVMContainer struct {
ResourceGroup *string `json:"resourceGroup,omitempty"`
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - The backup managemenent type for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL'
+ // BackupManagementType - The backup management type for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// RegistrationStatus - The container's registration status with the Recovery Services vault.
RegistrationStatus *string `json:"registrationStatus,omitempty"`
// HealthStatus - The status of the container's health.
HealthStatus *string `json:"healthStatus,omitempty"`
- // ContainerType - The type assigned to the container. The values to use for each of these propertes are:
1. Compute Azure VM is Microsoft.Compute/virtualMachines
2. Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines
3. Windows machines (like Azure Backup Server and DPM) is Windows
4. Azure SQL instance is AzureSqlContainer.
+ // ContainerType - The type assigned to the container. The values to use for each of these properties are:
1. Compute Azure VM is Microsoft.Compute/virtualMachines
2. Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines
3. Windows machines (like Azure Backup Server and DPM) is Windows
4. Azure SQL instance is AzureSqlContainer.
ContainerType *string `json:"containerType,omitempty"`
// ProtectableObjectType - Possible values include: 'ProtectableObjectTypeProtectionContainer', 'ProtectableObjectTypeAzureSQLContainer', 'ProtectableObjectTypeIaaSVMContainer', 'ProtectableObjectTypeMABWindowsContainer', 'ProtectableObjectTypeMicrosoftComputevirtualMachines', 'ProtectableObjectTypeMicrosoftClassicComputevirtualMachines'
ProtectableObjectType ProtectableObjectType `json:"protectableObjectType,omitempty"`
@@ -1282,7 +1282,7 @@ func (aiscvc AzureIaaSComputeVMContainer) AsBasicProtectionContainer() (BasicPro
type AzureIaaSComputeVMProtectableItem struct {
// VirtualMachineID - The fully qualified Resource Manager ID of the virtual machine.
VirtualMachineID *string `json:"virtualMachineId,omitempty"`
- // BackupManagementType - The backup managemenent type.
+ // BackupManagementType - The backup management type.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// FriendlyName - The friendly name of the backup item.
FriendlyName *string `json:"friendlyName,omitempty"`
@@ -1361,7 +1361,7 @@ type AzureIaaSComputeVMProtectedItem struct {
LastBackupTime *date.Time `json:"lastBackupTime,omitempty"`
// ExtendedInfo - Additional information for this backup item.
ExtendedInfo *AzureIaaSVMProtectedItemExtendedInfo `json:"extendedInfo,omitempty"`
- // BackupManagementType - The backup managemenent type associated with the backup item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL'
+ // BackupManagementType - The backup management type associated with the backup item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// WorkloadType - The workload type for this item. Possible values include: 'Invalid', 'VM', 'FileFolder', 'AzureSQLDb', 'SQLDB', 'Exchange', 'Sharepoint', 'DPMUnknown'
WorkloadType DataSourceType `json:"workloadType,omitempty"`
@@ -1473,7 +1473,7 @@ type AzureIaaSVMErrorInfo struct {
Recommendations *[]string `json:"recommendations,omitempty"`
}
-// AzureIaaSVMJob the Azure IaaS VM workload-specifc job object.
+// AzureIaaSVMJob the Azure IaaS VM workload-specific job object.
type AzureIaaSVMJob struct {
// Duration - The time that elapsed during the execution of this job.
Duration *string `json:"duration,omitempty"`
@@ -1647,7 +1647,7 @@ type AzureIaaSVMProtectedItem struct {
LastBackupTime *date.Time `json:"lastBackupTime,omitempty"`
// ExtendedInfo - Additional information for this backup item.
ExtendedInfo *AzureIaaSVMProtectedItemExtendedInfo `json:"extendedInfo,omitempty"`
- // BackupManagementType - The backup managemenent type associated with the backup item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL'
+ // BackupManagementType - The backup management type associated with the backup item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// WorkloadType - The workload type for this item. Possible values include: 'Invalid', 'VM', 'FileFolder', 'AzureSQLDb', 'SQLDB', 'Exchange', 'Sharepoint', 'DPMUnknown'
WorkloadType DataSourceType `json:"workloadType,omitempty"`
@@ -1904,13 +1904,13 @@ func (aispp *AzureIaaSVMProtectionPolicy) UnmarshalJSON(body []byte) error {
type AzureSQLContainer struct {
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - The backup managemenent type for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL'
+ // BackupManagementType - The backup management type for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// RegistrationStatus - The container's registration status with the Recovery Services vault.
RegistrationStatus *string `json:"registrationStatus,omitempty"`
// HealthStatus - The status of the container's health.
HealthStatus *string `json:"healthStatus,omitempty"`
- // ContainerType - The type assigned to the container. The values to use for each of these propertes are:
1. Compute Azure VM is Microsoft.Compute/virtualMachines
2. Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines
3. Windows machines (like Azure Backup Server and DPM) is Windows
4. Azure SQL instance is AzureSqlContainer.
+ // ContainerType - The type assigned to the container. The values to use for each of these properties are:
1. Compute Azure VM is Microsoft.Compute/virtualMachines
2. Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines
3. Windows machines (like Azure Backup Server and DPM) is Windows
4. Azure SQL instance is AzureSqlContainer.
ContainerType *string `json:"containerType,omitempty"`
// ProtectableObjectType - Possible values include: 'ProtectableObjectTypeProtectionContainer', 'ProtectableObjectTypeAzureSQLContainer', 'ProtectableObjectTypeIaaSVMContainer', 'ProtectableObjectTypeMABWindowsContainer', 'ProtectableObjectTypeMicrosoftComputevirtualMachines', 'ProtectableObjectTypeMicrosoftClassicComputevirtualMachines'
ProtectableObjectType ProtectableObjectType `json:"protectableObjectType,omitempty"`
@@ -1989,7 +1989,7 @@ type AzureSQLProtectedItem struct {
ProtectionState ProtectedItemState `json:"protectionState,omitempty"`
// ExtendedInfo - Additional information for this backup item.
ExtendedInfo *AzureSQLProtectedItemExtendedInfo `json:"extendedInfo,omitempty"`
- // BackupManagementType - The backup managemenent type associated with the backup item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL'
+ // BackupManagementType - The backup management type associated with the backup item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// WorkloadType - The workload type for this item. Possible values include: 'Invalid', 'VM', 'FileFolder', 'AzureSQLDb', 'SQLDB', 'Exchange', 'Sharepoint', 'DPMUnknown'
WorkloadType DataSourceType `json:"workloadType,omitempty"`
@@ -2177,7 +2177,7 @@ func (aspp *AzureSQLProtectionPolicy) UnmarshalJSON(body []byte) error {
return nil
}
-// BEKDetails BEK is Bitlocker Encrpytion Key.
+// BEKDetails BEK is Bitlocker Encryption Key.
type BEKDetails struct {
// SecretURL - Secret refers to Bitlocker Encryption Key (BEK). The Secret can be unlocked by the key (or KEK).
SecretURL *string `json:"secretUrl,omitempty"`
@@ -2325,7 +2325,7 @@ type DpmErrorInfo struct {
Recommendations *[]string `json:"recommendations,omitempty"`
}
-// DpmJob the DPM workload-specifc job object.
+// DpmJob the DPM workload-specific job object.
type DpmJob struct {
// Duration - The time elapsed for the job.
Duration *string `json:"duration,omitempty"`
@@ -3035,13 +3035,13 @@ type IaaSVMContainer struct {
ResourceGroup *string `json:"resourceGroup,omitempty"`
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - The backup managemenent type for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL'
+ // BackupManagementType - The backup management type for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// RegistrationStatus - The container's registration status with the Recovery Services vault.
RegistrationStatus *string `json:"registrationStatus,omitempty"`
// HealthStatus - The status of the container's health.
HealthStatus *string `json:"healthStatus,omitempty"`
- // ContainerType - The type assigned to the container. The values to use for each of these propertes are:
1. Compute Azure VM is Microsoft.Compute/virtualMachines
2. Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines
3. Windows machines (like Azure Backup Server and DPM) is Windows
4. Azure SQL instance is AzureSqlContainer.
+ // ContainerType - The type assigned to the container. The values to use for each of these properties are:
1. Compute Azure VM is Microsoft.Compute/virtualMachines
2. Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines
3. Windows machines (like Azure Backup Server and DPM) is Windows
4. Azure SQL instance is AzureSqlContainer.
ContainerType *string `json:"containerType,omitempty"`
// ProtectableObjectType - Possible values include: 'ProtectableObjectTypeProtectionContainer', 'ProtectableObjectTypeAzureSQLContainer', 'ProtectableObjectTypeIaaSVMContainer', 'ProtectableObjectTypeMABWindowsContainer', 'ProtectableObjectTypeMicrosoftComputevirtualMachines', 'ProtectableObjectTypeMicrosoftClassicComputevirtualMachines'
ProtectableObjectType ProtectableObjectType `json:"protectableObjectType,omitempty"`
@@ -3227,7 +3227,7 @@ type BasicIaaSVMProtectableItem interface {
type IaaSVMProtectableItem struct {
// VirtualMachineID - The fully qualified Resource Manager ID of the virtual machine.
VirtualMachineID *string `json:"virtualMachineId,omitempty"`
- // BackupManagementType - The backup managemenent type.
+ // BackupManagementType - The backup management type.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// FriendlyName - The friendly name of the backup item.
FriendlyName *string `json:"friendlyName,omitempty"`
@@ -3832,7 +3832,7 @@ func (j Job) AsBasicJob() (BasicJob, bool) {
type JobQueryObject struct {
// Status - Status of the job. Possible values include: 'JobStatusInvalid', 'JobStatusInProgress', 'JobStatusCompleted', 'JobStatusFailed', 'JobStatusCompletedWithWarnings', 'JobStatusCancelled', 'JobStatusCancelling'
Status JobStatus `json:"status,omitempty"`
- // BackupManagementType - Type of backup managmenent for the job. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL'
+ // BackupManagementType - Type of backup management for the job. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// Operation - The type of operation. Possible values include: 'JobOperationTypeInvalid', 'JobOperationTypeConfigureBackup', 'JobOperationTypeBackup', 'JobOperationTypeRestore', 'JobOperationTypeDisableBackup', 'JobOperationTypeDeleteBackupData'
Operation JobOperationType `json:"operation,omitempty"`
@@ -4129,7 +4129,7 @@ type KEKDetails struct {
type KeyAndSecretDetails struct {
// KekDetails - The Key Encryption Key (KEK) is the encryption key for the Bitlocker Encryption Key (BEK).
KekDetails *KEKDetails `json:"kekDetails,omitempty"`
- // BekDetails - BEK is Bitlocker Encrpytion Key.
+ // BekDetails - BEK is Bitlocker Encryption Key.
BekDetails *BEKDetails `json:"bekDetails,omitempty"`
}
@@ -4239,13 +4239,13 @@ type MabContainer struct {
ExtendedInfo *MabContainerExtendedInfo `json:"extendedInfo,omitempty"`
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - The backup managemenent type for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL'
+ // BackupManagementType - The backup management type for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// RegistrationStatus - The container's registration status with the Recovery Services vault.
RegistrationStatus *string `json:"registrationStatus,omitempty"`
// HealthStatus - The status of the container's health.
HealthStatus *string `json:"healthStatus,omitempty"`
- // ContainerType - The type assigned to the container. The values to use for each of these propertes are:
1. Compute Azure VM is Microsoft.Compute/virtualMachines
2. Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines
3. Windows machines (like Azure Backup Server and DPM) is Windows
4. Azure SQL instance is AzureSqlContainer.
+ // ContainerType - The type assigned to the container. The values to use for each of these properties are:
1. Compute Azure VM is Microsoft.Compute/virtualMachines
2. Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines
3. Windows machines (like Azure Backup Server and DPM) is Windows
4. Azure SQL instance is AzureSqlContainer.
ContainerType *string `json:"containerType,omitempty"`
// ProtectableObjectType - Possible values include: 'ProtectableObjectTypeProtectionContainer', 'ProtectableObjectTypeAzureSQLContainer', 'ProtectableObjectTypeIaaSVMContainer', 'ProtectableObjectTypeMABWindowsContainer', 'ProtectableObjectTypeMicrosoftComputevirtualMachines', 'ProtectableObjectTypeMicrosoftClassicComputevirtualMachines'
ProtectableObjectType ProtectableObjectType `json:"protectableObjectType,omitempty"`
@@ -4366,7 +4366,7 @@ type MabFileFolderProtectedItem struct {
IsScheduledForDeferredDelete *bool `json:"isScheduledForDeferredDelete,omitempty"`
// ExtendedInfo - Additional information for this backup item.
ExtendedInfo *MabFileFolderProtectedItemExtendedInfo `json:"extendedInfo,omitempty"`
- // BackupManagementType - The backup managemenent type associated with the backup item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL'
+ // BackupManagementType - The backup management type associated with the backup item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// WorkloadType - The workload type for this item. Possible values include: 'Invalid', 'VM', 'FileFolder', 'AzureSQLDb', 'SQLDB', 'Exchange', 'Sharepoint', 'DPMUnknown'
WorkloadType DataSourceType `json:"workloadType,omitempty"`
@@ -5302,7 +5302,7 @@ type BasicProtectedItem interface {
// ProtectedItem the base class for backup items.
type ProtectedItem struct {
- // BackupManagementType - The backup managemenent type associated with the backup item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL'
+ // BackupManagementType - The backup management type associated with the backup item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// WorkloadType - The workload type for this item. Possible values include: 'Invalid', 'VM', 'FileFolder', 'AzureSQLDb', 'SQLDB', 'Exchange', 'Sharepoint', 'DPMUnknown'
WorkloadType DataSourceType `json:"workloadType,omitempty"`
@@ -5729,13 +5729,13 @@ type BasicProtectionContainer interface {
type ProtectionContainer struct {
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - The backup managemenent type for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL'
+ // BackupManagementType - The backup management type for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// RegistrationStatus - The container's registration status with the Recovery Services vault.
RegistrationStatus *string `json:"registrationStatus,omitempty"`
// HealthStatus - The status of the container's health.
HealthStatus *string `json:"healthStatus,omitempty"`
- // ContainerType - The type assigned to the container. The values to use for each of these propertes are:
1. Compute Azure VM is Microsoft.Compute/virtualMachines
2. Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines
3. Windows machines (like Azure Backup Server and DPM) is Windows
4. Azure SQL instance is AzureSqlContainer.
+ // ContainerType - The type assigned to the container. The values to use for each of these properties are:
1. Compute Azure VM is Microsoft.Compute/virtualMachines
2. Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines
3. Windows machines (like Azure Backup Server and DPM) is Windows
4. Azure SQL instance is AzureSqlContainer.
ContainerType *string `json:"containerType,omitempty"`
// ProtectableObjectType - Possible values include: 'ProtectableObjectTypeProtectionContainer', 'ProtectableObjectTypeAzureSQLContainer', 'ProtectableObjectTypeIaaSVMContainer', 'ProtectableObjectTypeMABWindowsContainer', 'ProtectableObjectTypeMicrosoftComputevirtualMachines', 'ProtectableObjectTypeMicrosoftClassicComputevirtualMachines'
ProtectableObjectType ProtectableObjectType `json:"protectableObjectType,omitempty"`
@@ -7181,7 +7181,7 @@ type BasicWorkloadProtectableItem interface {
// WorkloadProtectableItem the base class for backup item. Workload-specific backup items are derived from this
// class.
type WorkloadProtectableItem struct {
- // BackupManagementType - The backup managemenent type.
+ // BackupManagementType - The backup management type.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// FriendlyName - The friendly name of the backup item.
FriendlyName *string `json:"friendlyName,omitempty"`
diff --git a/services/recoveryservices/mgmt/2016-06-01/backup/protecteditems.go b/services/recoveryservices/mgmt/2016-06-01/backup/protecteditems.go
index 7749b27083df..044c248afe1f 100644
--- a/services/recoveryservices/mgmt/2016-06-01/backup/protecteditems.go
+++ b/services/recoveryservices/mgmt/2016-06-01/backup/protecteditems.go
@@ -218,7 +218,7 @@ func (client ProtectedItemsClient) DeleteResponder(resp *http.Response) (result
// fabricName - the fabric name associated with the backup item.
// containerName - the container name associated with the backup item.
// protectedItemName - the backup item name used in this GET operation.
-// filter - expand eq {extendedinfo}. This filter enables you to choose (or filter) specific items in the list
+// filter - expand eq {extendedInfo}. This filter enables you to choose (or filter) specific items in the list
// of backup items.
func (client ProtectedItemsClient) Get(ctx context.Context, vaultName string, resourceGroupName string, fabricName string, containerName string, protectedItemName string, filter string) (result ProtectedItemResource, err error) {
if tracing.IsEnabled() {
@@ -304,7 +304,7 @@ func (client ProtectedItemsClient) GetResponder(resp *http.Response) (result Pro
// vaultName - the name of the Recovery Services vault.
// resourceGroupName - the name of the resource group associated with the Recovery Services vault.
// filter - itemType eq { VM , FileFolder , AzureSqlDb , SQLDB , Exchange , Sharepoint , DPMUnknown } and
-// providerType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql } and policyName eq {policyname} and
+// providerType eq { AzureIaasVM, MAB, DPM, AzureBackupServer, AzureSql } and policyName eq {policyName} and
// containerName eq {containername} and backupManagementType eq { AzureIaasVM, MAB, DPM, AzureBackupServer,
// AzureSql }.
// skipToken - the Skip Token filter.
diff --git a/services/recoveryservices/mgmt/2016-12-01/backup/models.go b/services/recoveryservices/mgmt/2016-12-01/backup/models.go
index 99335916db26..05e2438b7b51 100644
--- a/services/recoveryservices/mgmt/2016-12-01/backup/models.go
+++ b/services/recoveryservices/mgmt/2016-12-01/backup/models.go
@@ -1191,7 +1191,7 @@ type AzureBackupServerContainer struct {
ExtendedInfo *DPMContainerExtendedInfo `json:"extendedInfo,omitempty"`
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// RegistrationStatus - Status of registration of the container with the Recovery Services Vault.
RegistrationStatus *string `json:"registrationStatus,omitempty"`
@@ -1351,7 +1351,7 @@ type AzureBackupServerEngine struct {
IsAzureBackupAgentUpgradeAvailable *bool `json:"isAzureBackupAgentUpgradeAvailable,omitempty"`
// IsDpmUpgradeAvailable - To check if backup engine upgrade available
IsDpmUpgradeAvailable *bool `json:"isDpmUpgradeAvailable,omitempty"`
- // ExtendedInfo - Extended info of the backupengine
+ // ExtendedInfo - Extended info of the backup engine
ExtendedInfo *EngineExtendedInfo `json:"extendedInfo,omitempty"`
// BackupEngineType - Possible values include: 'BackupEngineTypeBackupEngineBase', 'BackupEngineTypeAzureBackupServerEngine', 'BackupEngineTypeDpmBackupEngine'
BackupEngineType EngineType `json:"backupEngineType,omitempty"`
@@ -1477,7 +1477,7 @@ type AzureFileShareProtectableItem struct {
ParentContainerFriendlyName *string `json:"parentContainerFriendlyName,omitempty"`
// AzureFileShareType - File Share type XSync or XSMB. Possible values include: 'Invalid', 'XSMB', 'XSync'
AzureFileShareType AzureFileShareType `json:"azureFileShareType,omitempty"`
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`
@@ -1606,7 +1606,7 @@ type AzureFileshareProtectedItem struct {
LastBackupTime *date.Time `json:"lastBackupTime,omitempty"`
// ExtendedInfo - Additional information with this backup item.
ExtendedInfo *AzureFileshareProtectedItemExtendedInfo `json:"extendedInfo,omitempty"`
- // BackupManagementType - Type of backup managemenent for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload this item represents. Possible values include: 'DataSourceTypeInvalid', 'DataSourceTypeVM', 'DataSourceTypeFileFolder', 'DataSourceTypeAzureSQLDb', 'DataSourceTypeSQLDB', 'DataSourceTypeExchange', 'DataSourceTypeSharepoint', 'DataSourceTypeVMwareVM', 'DataSourceTypeSystemState', 'DataSourceTypeClient', 'DataSourceTypeGenericDataSource', 'DataSourceTypeSQLDataBase', 'DataSourceTypeAzureFileShare', 'DataSourceTypeSAPHanaDatabase'
WorkloadType DataSourceType `json:"workloadType,omitempty"`
@@ -2123,7 +2123,7 @@ type AzureIaaSClassicComputeVMContainer struct {
ResourceGroup *string `json:"resourceGroup,omitempty"`
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// RegistrationStatus - Status of registration of the container with the Recovery Services Vault.
RegistrationStatus *string `json:"registrationStatus,omitempty"`
@@ -2249,7 +2249,7 @@ func (aisccvc AzureIaaSClassicComputeVMContainer) AsBasicProtectionContainer() (
type AzureIaaSClassicComputeVMProtectableItem struct {
// VirtualMachineID - Fully qualified ARM ID of the virtual machine.
VirtualMachineID *string `json:"virtualMachineId,omitempty"`
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`
@@ -2379,7 +2379,7 @@ type AzureIaaSClassicComputeVMProtectedItem struct {
ProtectedItemDataID *string `json:"protectedItemDataId,omitempty"`
// ExtendedInfo - Additional information for this backup item.
ExtendedInfo *AzureIaaSVMProtectedItemExtendedInfo `json:"extendedInfo,omitempty"`
- // BackupManagementType - Type of backup managemenent for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload this item represents. Possible values include: 'DataSourceTypeInvalid', 'DataSourceTypeVM', 'DataSourceTypeFileFolder', 'DataSourceTypeAzureSQLDb', 'DataSourceTypeSQLDB', 'DataSourceTypeExchange', 'DataSourceTypeSharepoint', 'DataSourceTypeVMwareVM', 'DataSourceTypeSystemState', 'DataSourceTypeClient', 'DataSourceTypeGenericDataSource', 'DataSourceTypeSQLDataBase', 'DataSourceTypeAzureFileShare', 'DataSourceTypeSAPHanaDatabase'
WorkloadType DataSourceType `json:"workloadType,omitempty"`
@@ -2549,7 +2549,7 @@ type AzureIaaSComputeVMContainer struct {
ResourceGroup *string `json:"resourceGroup,omitempty"`
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// RegistrationStatus - Status of registration of the container with the Recovery Services Vault.
RegistrationStatus *string `json:"registrationStatus,omitempty"`
@@ -2675,7 +2675,7 @@ func (aiscvc AzureIaaSComputeVMContainer) AsBasicProtectionContainer() (BasicPro
type AzureIaaSComputeVMProtectableItem struct {
// VirtualMachineID - Fully qualified ARM ID of the virtual machine.
VirtualMachineID *string `json:"virtualMachineId,omitempty"`
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`
@@ -2805,7 +2805,7 @@ type AzureIaaSComputeVMProtectedItem struct {
ProtectedItemDataID *string `json:"protectedItemDataId,omitempty"`
// ExtendedInfo - Additional information for this backup item.
ExtendedInfo *AzureIaaSVMProtectedItemExtendedInfo `json:"extendedInfo,omitempty"`
- // BackupManagementType - Type of backup managemenent for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload this item represents. Possible values include: 'DataSourceTypeInvalid', 'DataSourceTypeVM', 'DataSourceTypeFileFolder', 'DataSourceTypeAzureSQLDb', 'DataSourceTypeSQLDB', 'DataSourceTypeExchange', 'DataSourceTypeSharepoint', 'DataSourceTypeVMwareVM', 'DataSourceTypeSystemState', 'DataSourceTypeClient', 'DataSourceTypeGenericDataSource', 'DataSourceTypeSQLDataBase', 'DataSourceTypeAzureFileShare', 'DataSourceTypeSAPHanaDatabase'
WorkloadType DataSourceType `json:"workloadType,omitempty"`
@@ -3005,7 +3005,7 @@ type AzureIaaSVMProtectedItem struct {
ProtectedItemDataID *string `json:"protectedItemDataId,omitempty"`
// ExtendedInfo - Additional information for this backup item.
ExtendedInfo *AzureIaaSVMProtectedItemExtendedInfo `json:"extendedInfo,omitempty"`
- // BackupManagementType - Type of backup managemenent for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload this item represents. Possible values include: 'DataSourceTypeInvalid', 'DataSourceTypeVM', 'DataSourceTypeFileFolder', 'DataSourceTypeAzureSQLDb', 'DataSourceTypeSQLDB', 'DataSourceTypeExchange', 'DataSourceTypeSharepoint', 'DataSourceTypeVMwareVM', 'DataSourceTypeSystemState', 'DataSourceTypeClient', 'DataSourceTypeGenericDataSource', 'DataSourceTypeSQLDataBase', 'DataSourceTypeAzureFileShare', 'DataSourceTypeSAPHanaDatabase'
WorkloadType DataSourceType `json:"workloadType,omitempty"`
@@ -3371,7 +3371,7 @@ type AzureSQLAGWorkloadContainerProtectionContainer struct {
WorkloadType WorkloadType `json:"workloadType,omitempty"`
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// RegistrationStatus - Status of registration of the container with the Recovery Services Vault.
RegistrationStatus *string `json:"registrationStatus,omitempty"`
@@ -3499,7 +3499,7 @@ func (aswcpc AzureSQLAGWorkloadContainerProtectionContainer) AsBasicProtectionCo
type AzureSQLContainer struct {
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// RegistrationStatus - Status of registration of the container with the Recovery Services Vault.
RegistrationStatus *string `json:"registrationStatus,omitempty"`
@@ -3619,7 +3619,7 @@ type AzureSQLProtectedItem struct {
ProtectionState ProtectedItemState `json:"protectionState,omitempty"`
// ExtendedInfo - Additional information for this backup item.
ExtendedInfo *AzureSQLProtectedItemExtendedInfo `json:"extendedInfo,omitempty"`
- // BackupManagementType - Type of backup managemenent for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload this item represents. Possible values include: 'DataSourceTypeInvalid', 'DataSourceTypeVM', 'DataSourceTypeFileFolder', 'DataSourceTypeAzureSQLDb', 'DataSourceTypeSQLDB', 'DataSourceTypeExchange', 'DataSourceTypeSharepoint', 'DataSourceTypeVMwareVM', 'DataSourceTypeSystemState', 'DataSourceTypeClient', 'DataSourceTypeGenericDataSource', 'DataSourceTypeSQLDataBase', 'DataSourceTypeAzureFileShare', 'DataSourceTypeSAPHanaDatabase'
WorkloadType DataSourceType `json:"workloadType,omitempty"`
@@ -3884,7 +3884,7 @@ type AzureStorageContainer struct {
ProtectedItemCount *int64 `json:"protectedItemCount,omitempty"`
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// RegistrationStatus - Status of registration of the container with the Recovery Services Vault.
RegistrationStatus *string `json:"registrationStatus,omitempty"`
@@ -4012,7 +4012,7 @@ func (asc AzureStorageContainer) AsBasicProtectionContainer() (BasicProtectionCo
type AzureStorageProtectableContainer struct {
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// HealthStatus - Status of health of the container.
HealthStatus *string `json:"healthStatus,omitempty"`
@@ -4068,7 +4068,7 @@ func (aspc AzureStorageProtectableContainer) AsBasicProtectableContainer() (Basi
type AzureVMAppContainerProtectableContainer struct {
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// HealthStatus - Status of health of the container.
HealthStatus *string `json:"healthStatus,omitempty"`
@@ -4132,7 +4132,7 @@ type AzureVMAppContainerProtectionContainer struct {
WorkloadType WorkloadType `json:"workloadType,omitempty"`
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// RegistrationStatus - Status of registration of the container with the Recovery Services Vault.
RegistrationStatus *string `json:"registrationStatus,omitempty"`
@@ -4273,11 +4273,11 @@ type AzureVMWorkloadItem struct {
ServerName *string `json:"serverName,omitempty"`
// IsAutoProtectable - Indicates if workload item is auto-protectable
IsAutoProtectable *bool `json:"isAutoProtectable,omitempty"`
- // Subinquireditemcount - For instance or AG, indicates number of DB's present
+ // Subinquireditemcount - For instance or AG, indicates number of DBs present
Subinquireditemcount *int32 `json:"subinquireditemcount,omitempty"`
- // SubWorkloadItemCount - For instance or AG, indicates number of DB's to be protected
+ // SubWorkloadItemCount - For instance or AG, indicates number of DBs to be protected
SubWorkloadItemCount *int32 `json:"subWorkloadItemCount,omitempty"`
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`
@@ -4438,13 +4438,13 @@ type AzureVMWorkloadProtectableItem struct {
IsAutoProtectable *bool `json:"isAutoProtectable,omitempty"`
// IsAutoProtected - Indicates if protectable item is auto-protected
IsAutoProtected *bool `json:"isAutoProtected,omitempty"`
- // Subinquireditemcount - For instance or AG, indicates number of DB's present
+ // Subinquireditemcount - For instance or AG, indicates number of DBs present
Subinquireditemcount *int32 `json:"subinquireditemcount,omitempty"`
- // Subprotectableitemcount - For instance or AG, indicates number of DB's to be protected
+ // Subprotectableitemcount - For instance or AG, indicates number of DBs to be protected
Subprotectableitemcount *int32 `json:"subprotectableitemcount,omitempty"`
// Prebackupvalidation - Pre-backup validation for protectable objects
Prebackupvalidation *PreBackupValidation `json:"prebackupvalidation,omitempty"`
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`
@@ -4657,7 +4657,7 @@ type AzureVMWorkloadProtectedItem struct {
ProtectedItemHealthStatus ProtectedItemHealthStatus `json:"protectedItemHealthStatus,omitempty"`
// ExtendedInfo - Additional information for this backup item.
ExtendedInfo *AzureVMWorkloadProtectedItemExtendedInfo `json:"extendedInfo,omitempty"`
- // BackupManagementType - Type of backup managemenent for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload this item represents. Possible values include: 'DataSourceTypeInvalid', 'DataSourceTypeVM', 'DataSourceTypeFileFolder', 'DataSourceTypeAzureSQLDb', 'DataSourceTypeSQLDB', 'DataSourceTypeExchange', 'DataSourceTypeSharepoint', 'DataSourceTypeVMwareVM', 'DataSourceTypeSystemState', 'DataSourceTypeClient', 'DataSourceTypeGenericDataSource', 'DataSourceTypeSQLDataBase', 'DataSourceTypeAzureFileShare', 'DataSourceTypeSAPHanaDatabase'
WorkloadType DataSourceType `json:"workloadType,omitempty"`
@@ -4960,13 +4960,13 @@ type AzureVMWorkloadSAPHanaDatabaseProtectableItem struct {
IsAutoProtectable *bool `json:"isAutoProtectable,omitempty"`
// IsAutoProtected - Indicates if protectable item is auto-protected
IsAutoProtected *bool `json:"isAutoProtected,omitempty"`
- // Subinquireditemcount - For instance or AG, indicates number of DB's present
+ // Subinquireditemcount - For instance or AG, indicates number of DBs present
Subinquireditemcount *int32 `json:"subinquireditemcount,omitempty"`
- // Subprotectableitemcount - For instance or AG, indicates number of DB's to be protected
+ // Subprotectableitemcount - For instance or AG, indicates number of DBs to be protected
Subprotectableitemcount *int32 `json:"subprotectableitemcount,omitempty"`
// Prebackupvalidation - Pre-backup validation for protectable objects
Prebackupvalidation *PreBackupValidation `json:"prebackupvalidation,omitempty"`
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`
@@ -5121,7 +5121,7 @@ type AzureVMWorkloadSAPHanaDatabaseProtectedItem struct {
ProtectedItemHealthStatus ProtectedItemHealthStatus `json:"protectedItemHealthStatus,omitempty"`
// ExtendedInfo - Additional information for this backup item.
ExtendedInfo *AzureVMWorkloadProtectedItemExtendedInfo `json:"extendedInfo,omitempty"`
- // BackupManagementType - Type of backup managemenent for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload this item represents. Possible values include: 'DataSourceTypeInvalid', 'DataSourceTypeVM', 'DataSourceTypeFileFolder', 'DataSourceTypeAzureSQLDb', 'DataSourceTypeSQLDB', 'DataSourceTypeExchange', 'DataSourceTypeSharepoint', 'DataSourceTypeVMwareVM', 'DataSourceTypeSystemState', 'DataSourceTypeClient', 'DataSourceTypeGenericDataSource', 'DataSourceTypeSQLDataBase', 'DataSourceTypeAzureFileShare', 'DataSourceTypeSAPHanaDatabase'
WorkloadType DataSourceType `json:"workloadType,omitempty"`
@@ -5295,11 +5295,11 @@ type AzureVMWorkloadSAPHanaDatabaseWorkloadItem struct {
ServerName *string `json:"serverName,omitempty"`
// IsAutoProtectable - Indicates if workload item is auto-protectable
IsAutoProtectable *bool `json:"isAutoProtectable,omitempty"`
- // Subinquireditemcount - For instance or AG, indicates number of DB's present
+ // Subinquireditemcount - For instance or AG, indicates number of DBs present
Subinquireditemcount *int32 `json:"subinquireditemcount,omitempty"`
- // SubWorkloadItemCount - For instance or AG, indicates number of DB's to be protected
+ // SubWorkloadItemCount - For instance or AG, indicates number of DBs to be protected
SubWorkloadItemCount *int32 `json:"subWorkloadItemCount,omitempty"`
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`
@@ -5402,13 +5402,13 @@ type AzureVMWorkloadSAPHanaSystemProtectableItem struct {
IsAutoProtectable *bool `json:"isAutoProtectable,omitempty"`
// IsAutoProtected - Indicates if protectable item is auto-protected
IsAutoProtected *bool `json:"isAutoProtected,omitempty"`
- // Subinquireditemcount - For instance or AG, indicates number of DB's present
+ // Subinquireditemcount - For instance or AG, indicates number of DBs present
Subinquireditemcount *int32 `json:"subinquireditemcount,omitempty"`
- // Subprotectableitemcount - For instance or AG, indicates number of DB's to be protected
+ // Subprotectableitemcount - For instance or AG, indicates number of DBs to be protected
Subprotectableitemcount *int32 `json:"subprotectableitemcount,omitempty"`
// Prebackupvalidation - Pre-backup validation for protectable objects
Prebackupvalidation *PreBackupValidation `json:"prebackupvalidation,omitempty"`
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`
@@ -5545,11 +5545,11 @@ type AzureVMWorkloadSAPHanaSystemWorkloadItem struct {
ServerName *string `json:"serverName,omitempty"`
// IsAutoProtectable - Indicates if workload item is auto-protectable
IsAutoProtectable *bool `json:"isAutoProtectable,omitempty"`
- // Subinquireditemcount - For instance or AG, indicates number of DB's present
+ // Subinquireditemcount - For instance or AG, indicates number of DBs present
Subinquireditemcount *int32 `json:"subinquireditemcount,omitempty"`
- // SubWorkloadItemCount - For instance or AG, indicates number of DB's to be protected
+ // SubWorkloadItemCount - For instance or AG, indicates number of DBs to be protected
SubWorkloadItemCount *int32 `json:"subWorkloadItemCount,omitempty"`
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`
@@ -5652,13 +5652,13 @@ type AzureVMWorkloadSQLAvailabilityGroupProtectableItem struct {
IsAutoProtectable *bool `json:"isAutoProtectable,omitempty"`
// IsAutoProtected - Indicates if protectable item is auto-protected
IsAutoProtected *bool `json:"isAutoProtected,omitempty"`
- // Subinquireditemcount - For instance or AG, indicates number of DB's present
+ // Subinquireditemcount - For instance or AG, indicates number of DBs present
Subinquireditemcount *int32 `json:"subinquireditemcount,omitempty"`
- // Subprotectableitemcount - For instance or AG, indicates number of DB's to be protected
+ // Subprotectableitemcount - For instance or AG, indicates number of DBs to be protected
Subprotectableitemcount *int32 `json:"subprotectableitemcount,omitempty"`
// Prebackupvalidation - Pre-backup validation for protectable objects
Prebackupvalidation *PreBackupValidation `json:"prebackupvalidation,omitempty"`
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`
@@ -5800,13 +5800,13 @@ type AzureVMWorkloadSQLDatabaseProtectableItem struct {
IsAutoProtectable *bool `json:"isAutoProtectable,omitempty"`
// IsAutoProtected - Indicates if protectable item is auto-protected
IsAutoProtected *bool `json:"isAutoProtected,omitempty"`
- // Subinquireditemcount - For instance or AG, indicates number of DB's present
+ // Subinquireditemcount - For instance or AG, indicates number of DBs present
Subinquireditemcount *int32 `json:"subinquireditemcount,omitempty"`
- // Subprotectableitemcount - For instance or AG, indicates number of DB's to be protected
+ // Subprotectableitemcount - For instance or AG, indicates number of DBs to be protected
Subprotectableitemcount *int32 `json:"subprotectableitemcount,omitempty"`
// Prebackupvalidation - Pre-backup validation for protectable objects
Prebackupvalidation *PreBackupValidation `json:"prebackupvalidation,omitempty"`
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`
@@ -5961,7 +5961,7 @@ type AzureVMWorkloadSQLDatabaseProtectedItem struct {
ProtectedItemHealthStatus ProtectedItemHealthStatus `json:"protectedItemHealthStatus,omitempty"`
// ExtendedInfo - Additional information for this backup item.
ExtendedInfo *AzureVMWorkloadProtectedItemExtendedInfo `json:"extendedInfo,omitempty"`
- // BackupManagementType - Type of backup managemenent for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload this item represents. Possible values include: 'DataSourceTypeInvalid', 'DataSourceTypeVM', 'DataSourceTypeFileFolder', 'DataSourceTypeAzureSQLDb', 'DataSourceTypeSQLDB', 'DataSourceTypeExchange', 'DataSourceTypeSharepoint', 'DataSourceTypeVMwareVM', 'DataSourceTypeSystemState', 'DataSourceTypeClient', 'DataSourceTypeGenericDataSource', 'DataSourceTypeSQLDataBase', 'DataSourceTypeAzureFileShare', 'DataSourceTypeSAPHanaDatabase'
WorkloadType DataSourceType `json:"workloadType,omitempty"`
@@ -6135,11 +6135,11 @@ type AzureVMWorkloadSQLDatabaseWorkloadItem struct {
ServerName *string `json:"serverName,omitempty"`
// IsAutoProtectable - Indicates if workload item is auto-protectable
IsAutoProtectable *bool `json:"isAutoProtectable,omitempty"`
- // Subinquireditemcount - For instance or AG, indicates number of DB's present
+ // Subinquireditemcount - For instance or AG, indicates number of DBs present
Subinquireditemcount *int32 `json:"subinquireditemcount,omitempty"`
- // SubWorkloadItemCount - For instance or AG, indicates number of DB's to be protected
+ // SubWorkloadItemCount - For instance or AG, indicates number of DBs to be protected
SubWorkloadItemCount *int32 `json:"subWorkloadItemCount,omitempty"`
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`
@@ -6242,13 +6242,13 @@ type AzureVMWorkloadSQLInstanceProtectableItem struct {
IsAutoProtectable *bool `json:"isAutoProtectable,omitempty"`
// IsAutoProtected - Indicates if protectable item is auto-protected
IsAutoProtected *bool `json:"isAutoProtected,omitempty"`
- // Subinquireditemcount - For instance or AG, indicates number of DB's present
+ // Subinquireditemcount - For instance or AG, indicates number of DBs present
Subinquireditemcount *int32 `json:"subinquireditemcount,omitempty"`
- // Subprotectableitemcount - For instance or AG, indicates number of DB's to be protected
+ // Subprotectableitemcount - For instance or AG, indicates number of DBs to be protected
Subprotectableitemcount *int32 `json:"subprotectableitemcount,omitempty"`
// Prebackupvalidation - Pre-backup validation for protectable objects
Prebackupvalidation *PreBackupValidation `json:"prebackupvalidation,omitempty"`
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`
@@ -6387,11 +6387,11 @@ type AzureVMWorkloadSQLInstanceWorkloadItem struct {
ServerName *string `json:"serverName,omitempty"`
// IsAutoProtectable - Indicates if workload item is auto-protectable
IsAutoProtectable *bool `json:"isAutoProtectable,omitempty"`
- // Subinquireditemcount - For instance or AG, indicates number of DB's present
+ // Subinquireditemcount - For instance or AG, indicates number of DBs present
Subinquireditemcount *int32 `json:"subinquireditemcount,omitempty"`
- // SubWorkloadItemCount - For instance or AG, indicates number of DB's to be protected
+ // SubWorkloadItemCount - For instance or AG, indicates number of DBs to be protected
SubWorkloadItemCount *int32 `json:"subWorkloadItemCount,omitempty"`
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`
@@ -6558,7 +6558,7 @@ type AzureWorkloadContainer struct {
WorkloadType WorkloadType `json:"workloadType,omitempty"`
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// RegistrationStatus - Status of registration of the container with the Recovery Services Vault.
RegistrationStatus *string `json:"registrationStatus,omitempty"`
@@ -6733,7 +6733,7 @@ type AzureWorkloadContainerExtendedInfo struct {
NodesList *[]DistributedNodesInfo `json:"nodesList,omitempty"`
}
-// BasicAzureWorkloadRecoveryPoint workload specific recoverypoint, specifcally encaspulates full/diff recoverypoint
+// BasicAzureWorkloadRecoveryPoint workload specific recovery point, specifically encapsulates full/diff recovery point
type BasicAzureWorkloadRecoveryPoint interface {
AsAzureWorkloadSQLPointInTimeRecoveryPoint() (*AzureWorkloadSQLPointInTimeRecoveryPoint, bool)
AsAzureWorkloadSQLRecoveryPoint() (*AzureWorkloadSQLRecoveryPoint, bool)
@@ -6741,9 +6741,10 @@ type BasicAzureWorkloadRecoveryPoint interface {
AsAzureWorkloadRecoveryPoint() (*AzureWorkloadRecoveryPoint, bool)
}
-// AzureWorkloadRecoveryPoint workload specific recoverypoint, specifcally encaspulates full/diff recoverypoint
+// AzureWorkloadRecoveryPoint workload specific recovery point, specifically encapsulates full/diff recovery
+// point
type AzureWorkloadRecoveryPoint struct {
- // RecoveryPointTimeInUTC - UTC time at which recoverypoint was created
+ // RecoveryPointTimeInUTC - UTC time at which recovery point was created
RecoveryPointTimeInUTC *date.Time `json:"recoveryPointTimeInUTC,omitempty"`
// Type - Type of restore point. Possible values include: 'RestorePointTypeInvalid', 'RestorePointTypeFull', 'RestorePointTypeLog', 'RestorePointTypeDifferential'
Type RestorePointType `json:"type,omitempty"`
@@ -7017,7 +7018,7 @@ func (awrr AzureWorkloadRestoreRequest) AsBasicRestoreRequest() (BasicRestoreReq
type AzureWorkloadSAPHanaPointInTimeRecoveryPoint struct {
// TimeRanges - List of log ranges
TimeRanges *[]PointInTimeRange `json:"timeRanges,omitempty"`
- // RecoveryPointTimeInUTC - UTC time at which recoverypoint was created
+ // RecoveryPointTimeInUTC - UTC time at which recovery point was created
RecoveryPointTimeInUTC *date.Time `json:"recoveryPointTimeInUTC,omitempty"`
// Type - Type of restore point. Possible values include: 'RestorePointTypeInvalid', 'RestorePointTypeFull', 'RestorePointTypeLog', 'RestorePointTypeDifferential'
Type RestorePointType `json:"type,omitempty"`
@@ -7211,17 +7212,17 @@ func (awshpitrr AzureWorkloadSAPHanaPointInTimeRestoreRequest) AsBasicRestoreReq
return &awshpitrr, true
}
-// BasicAzureWorkloadSAPHanaRecoveryPoint sAPHana specific recoverypoint, specifcally encaspulates full/diff
-// recoverypoints
+// BasicAzureWorkloadSAPHanaRecoveryPoint sAPHana specific recovery point, specifically encapsulates full/diff recovery
+// points
type BasicAzureWorkloadSAPHanaRecoveryPoint interface {
AsAzureWorkloadSAPHanaPointInTimeRecoveryPoint() (*AzureWorkloadSAPHanaPointInTimeRecoveryPoint, bool)
AsAzureWorkloadSAPHanaRecoveryPoint() (*AzureWorkloadSAPHanaRecoveryPoint, bool)
}
-// AzureWorkloadSAPHanaRecoveryPoint sAPHana specific recoverypoint, specifcally encaspulates full/diff
-// recoverypoints
+// AzureWorkloadSAPHanaRecoveryPoint sAPHana specific recovery point, specifically encapsulates full/diff
+// recovery points
type AzureWorkloadSAPHanaRecoveryPoint struct {
- // RecoveryPointTimeInUTC - UTC time at which recoverypoint was created
+ // RecoveryPointTimeInUTC - UTC time at which recovery point was created
RecoveryPointTimeInUTC *date.Time `json:"recoveryPointTimeInUTC,omitempty"`
// Type - Type of restore point. Possible values include: 'RestorePointTypeInvalid', 'RestorePointTypeFull', 'RestorePointTypeLog', 'RestorePointTypeDifferential'
Type RestorePointType `json:"type,omitempty"`
@@ -7494,7 +7495,7 @@ type AzureWorkloadSQLPointInTimeRecoveryPoint struct {
// When a specific recovery point is accessed using GetRecoveryPoint
// Or when ListRecoveryPoints is called for Log RP only with ExtendedInfo query filter
ExtendedInfo *AzureWorkloadSQLRecoveryPointExtendedInfo `json:"extendedInfo,omitempty"`
- // RecoveryPointTimeInUTC - UTC time at which recoverypoint was created
+ // RecoveryPointTimeInUTC - UTC time at which recovery point was created
RecoveryPointTimeInUTC *date.Time `json:"recoveryPointTimeInUTC,omitempty"`
// Type - Type of restore point. Possible values include: 'RestorePointTypeInvalid', 'RestorePointTypeFull', 'RestorePointTypeLog', 'RestorePointTypeDifferential'
Type RestorePointType `json:"type,omitempty"`
@@ -7706,21 +7707,21 @@ func (awspitrr AzureWorkloadSQLPointInTimeRestoreRequest) AsBasicRestoreRequest(
return &awspitrr, true
}
-// BasicAzureWorkloadSQLRecoveryPoint SQL specific recoverypoint, specifcally encaspulates full/diff recoverypoint
-// alongwith extended info
+// BasicAzureWorkloadSQLRecoveryPoint SQL specific recovery point, specifically encapsulates full/diff recovery point
+// along with extended info
type BasicAzureWorkloadSQLRecoveryPoint interface {
AsAzureWorkloadSQLPointInTimeRecoveryPoint() (*AzureWorkloadSQLPointInTimeRecoveryPoint, bool)
AsAzureWorkloadSQLRecoveryPoint() (*AzureWorkloadSQLRecoveryPoint, bool)
}
-// AzureWorkloadSQLRecoveryPoint SQL specific recoverypoint, specifcally encaspulates full/diff recoverypoint
-// alongwith extended info
+// AzureWorkloadSQLRecoveryPoint SQL specific recovery point, specifically encapsulates full/diff recovery
+// point along with extended info
type AzureWorkloadSQLRecoveryPoint struct {
// ExtendedInfo - Extended Info that provides data directory details. Will be populated in two cases:
// When a specific recovery point is accessed using GetRecoveryPoint
// Or when ListRecoveryPoints is called for Log RP only with ExtendedInfo query filter
ExtendedInfo *AzureWorkloadSQLRecoveryPointExtendedInfo `json:"extendedInfo,omitempty"`
- // RecoveryPointTimeInUTC - UTC time at which recoverypoint was created
+ // RecoveryPointTimeInUTC - UTC time at which recovery point was created
RecoveryPointTimeInUTC *date.Time `json:"recoveryPointTimeInUTC,omitempty"`
// Type - Type of restore point. Possible values include: 'RestorePointTypeInvalid', 'RestorePointTypeFull', 'RestorePointTypeLog', 'RestorePointTypeDifferential'
Type RestorePointType `json:"type,omitempty"`
@@ -8011,7 +8012,7 @@ func (awsrr AzureWorkloadSQLRestoreRequest) AsBasicRestoreRequest() (BasicRestor
return &awsrr, true
}
-// BEKDetails BEK is bitlocker encrpytion key.
+// BEKDetails BEK is bitlocker encryption key.
type BEKDetails struct {
// SecretURL - Secret is BEK.
SecretURL *string `json:"secretUrl,omitempty"`
@@ -8189,7 +8190,7 @@ type DpmBackupEngine struct {
IsAzureBackupAgentUpgradeAvailable *bool `json:"isAzureBackupAgentUpgradeAvailable,omitempty"`
// IsDpmUpgradeAvailable - To check if backup engine upgrade available
IsDpmUpgradeAvailable *bool `json:"isDpmUpgradeAvailable,omitempty"`
- // ExtendedInfo - Extended info of the backupengine
+ // ExtendedInfo - Extended info of the backup engine
ExtendedInfo *EngineExtendedInfo `json:"extendedInfo,omitempty"`
// BackupEngineType - Possible values include: 'BackupEngineTypeBackupEngineBase', 'BackupEngineTypeAzureBackupServerEngine', 'BackupEngineTypeDpmBackupEngine'
BackupEngineType EngineType `json:"backupEngineType,omitempty"`
@@ -8281,7 +8282,7 @@ type DpmContainer struct {
ExtendedInfo *DPMContainerExtendedInfo `json:"extendedInfo,omitempty"`
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// RegistrationStatus - Status of registration of the container with the Recovery Services Vault.
RegistrationStatus *string `json:"registrationStatus,omitempty"`
@@ -8429,13 +8430,13 @@ type DPMProtectedItem struct {
FriendlyName *string `json:"friendlyName,omitempty"`
// BackupEngineName - Backup Management server protecting this backup item
BackupEngineName *string `json:"backupEngineName,omitempty"`
- // ProtectionState - Protection state of the backupengine. Possible values include: 'ProtectedItemStateInvalid', 'ProtectedItemStateIRPending', 'ProtectedItemStateProtected', 'ProtectedItemStateProtectionError', 'ProtectedItemStateProtectionStopped', 'ProtectedItemStateProtectionPaused'
+ // ProtectionState - Protection state of the backup engine. Possible values include: 'ProtectedItemStateInvalid', 'ProtectedItemStateIRPending', 'ProtectedItemStateProtected', 'ProtectedItemStateProtectionError', 'ProtectedItemStateProtectionStopped', 'ProtectedItemStateProtectionPaused'
ProtectionState ProtectedItemState `json:"protectionState,omitempty"`
// IsScheduledForDeferredDelete - To check if backup item is scheduled for deferred delete
IsScheduledForDeferredDelete *bool `json:"isScheduledForDeferredDelete,omitempty"`
// ExtendedInfo - Extended info of the backup item.
ExtendedInfo *DPMProtectedItemExtendedInfo `json:"extendedInfo,omitempty"`
- // BackupManagementType - Type of backup managemenent for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload this item represents. Possible values include: 'DataSourceTypeInvalid', 'DataSourceTypeVM', 'DataSourceTypeFileFolder', 'DataSourceTypeAzureSQLDb', 'DataSourceTypeSQLDB', 'DataSourceTypeExchange', 'DataSourceTypeSharepoint', 'DataSourceTypeVMwareVM', 'DataSourceTypeSystemState', 'DataSourceTypeClient', 'DataSourceTypeGenericDataSource', 'DataSourceTypeSQLDataBase', 'DataSourceTypeAzureFileShare', 'DataSourceTypeSAPHanaDatabase'
WorkloadType DataSourceType `json:"workloadType,omitempty"`
@@ -8704,7 +8705,7 @@ type EngineBase struct {
IsAzureBackupAgentUpgradeAvailable *bool `json:"isAzureBackupAgentUpgradeAvailable,omitempty"`
// IsDpmUpgradeAvailable - To check if backup engine upgrade available
IsDpmUpgradeAvailable *bool `json:"isDpmUpgradeAvailable,omitempty"`
- // ExtendedInfo - Extended info of the backupengine
+ // ExtendedInfo - Extended info of the backup engine
ExtendedInfo *EngineExtendedInfo `json:"extendedInfo,omitempty"`
// BackupEngineType - Possible values include: 'BackupEngineTypeBackupEngineBase', 'BackupEngineTypeAzureBackupServerEngine', 'BackupEngineTypeDpmBackupEngine'
BackupEngineType EngineType `json:"backupEngineType,omitempty"`
@@ -9095,9 +9096,9 @@ type EngineExtendedInfo struct {
ProtectedServersCount *int32 `json:"protectedServersCount,omitempty"`
// DiskCount - Number of disks in the backup engine.
DiskCount *int32 `json:"diskCount,omitempty"`
- // UsedDiskSpace - Diskspace used in the backup engine.
+ // UsedDiskSpace - Disk space used in the backup engine.
UsedDiskSpace *float64 `json:"usedDiskSpace,omitempty"`
- // AvailableDiskSpace - Diskspace currently available in the backup engine.
+ // AvailableDiskSpace - Disk space currently available in the backup engine.
AvailableDiskSpace *float64 `json:"availableDiskSpace,omitempty"`
// RefreshedAt - Last refresh time in the backup engine.
RefreshedAt *date.Time `json:"refreshedAt,omitempty"`
@@ -9123,7 +9124,7 @@ type GenericContainer struct {
ExtendedInformation *GenericContainerExtendedInfo `json:"extendedInformation,omitempty"`
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// RegistrationStatus - Status of registration of the container with the Recovery Services Vault.
RegistrationStatus *string `json:"registrationStatus,omitempty"`
@@ -9280,7 +9281,7 @@ type GenericProtectedItem struct {
SourceAssociations map[string]*string `json:"sourceAssociations"`
// FabricName - Name of this backup item's fabric.
FabricName *string `json:"fabricName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload this item represents. Possible values include: 'DataSourceTypeInvalid', 'DataSourceTypeVM', 'DataSourceTypeFileFolder', 'DataSourceTypeAzureSQLDb', 'DataSourceTypeSQLDB', 'DataSourceTypeExchange', 'DataSourceTypeSharepoint', 'DataSourceTypeVMwareVM', 'DataSourceTypeSystemState', 'DataSourceTypeClient', 'DataSourceTypeGenericDataSource', 'DataSourceTypeSQLDataBase', 'DataSourceTypeAzureFileShare', 'DataSourceTypeSAPHanaDatabase'
WorkloadType DataSourceType `json:"workloadType,omitempty"`
@@ -9673,7 +9674,7 @@ type IaaSVMContainer struct {
ResourceGroup *string `json:"resourceGroup,omitempty"`
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// RegistrationStatus - Status of registration of the container with the Recovery Services Vault.
RegistrationStatus *string `json:"registrationStatus,omitempty"`
@@ -9897,7 +9898,7 @@ type BasicIaaSVMProtectableItem interface {
type IaaSVMProtectableItem struct {
// VirtualMachineID - Fully qualified ARM ID of the virtual machine.
VirtualMachineID *string `json:"virtualMachineId,omitempty"`
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`
@@ -10571,15 +10572,15 @@ type KEKDetails struct {
// KeyAndSecretDetails BEK is bitlocker key.
// KEK is encryption key for BEK
-// If the VM was encrypted then we will store follwing details :
+// If the VM was encrypted then we will store following details :
// 1. Secret(BEK) - Url + Backup Data + vaultId.
// 2. Key(KEK) - Url + Backup Data + vaultId.
// 3. EncryptionMechanism
-// BEK and KEK can potentiallty have different vault ids.
+// BEK and KEK can potentially have different vault ids.
type KeyAndSecretDetails struct {
// KekDetails - KEK is encryption key for BEK.
KekDetails *KEKDetails `json:"kekDetails,omitempty"`
- // BekDetails - BEK is bitlocker encrpytion key.
+ // BekDetails - BEK is bitlocker encryption key.
BekDetails *BEKDetails `json:"bekDetails,omitempty"`
// EncryptionMechanism - Encryption mechanism: None/ SinglePass/ DoublePass
EncryptionMechanism *string `json:"encryptionMechanism,omitempty"`
@@ -10746,7 +10747,7 @@ type MabContainer struct {
ContainerHealthState *string `json:"containerHealthState,omitempty"`
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// RegistrationStatus - Status of registration of the container with the Recovery Services Vault.
RegistrationStatus *string `json:"registrationStatus,omitempty"`
@@ -10921,7 +10922,7 @@ type MabFileFolderProtectedItem struct {
DeferredDeleteSyncTimeInUTC *int64 `json:"deferredDeleteSyncTimeInUTC,omitempty"`
// ExtendedInfo - Additional information with this backup item.
ExtendedInfo *MabFileFolderProtectedItemExtendedInfo `json:"extendedInfo,omitempty"`
- // BackupManagementType - Type of backup managemenent for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload this item represents. Possible values include: 'DataSourceTypeInvalid', 'DataSourceTypeVM', 'DataSourceTypeFileFolder', 'DataSourceTypeAzureSQLDb', 'DataSourceTypeSQLDB', 'DataSourceTypeExchange', 'DataSourceTypeSharepoint', 'DataSourceTypeVMwareVM', 'DataSourceTypeSystemState', 'DataSourceTypeClient', 'DataSourceTypeGenericDataSource', 'DataSourceTypeSQLDataBase', 'DataSourceTypeAzureFileShare', 'DataSourceTypeSAPHanaDatabase'
WorkloadType DataSourceType `json:"workloadType,omitempty"`
@@ -11581,7 +11582,7 @@ type BasicProtectableContainer interface {
type ProtectableContainer struct {
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// HealthStatus - Status of health of the container.
HealthStatus *string `json:"healthStatus,omitempty"`
@@ -11961,7 +11962,7 @@ type BasicProtectedItem interface {
// ProtectedItem base class for backup items.
type ProtectedItem struct {
- // BackupManagementType - Type of backup managemenent for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload this item represents. Possible values include: 'DataSourceTypeInvalid', 'DataSourceTypeVM', 'DataSourceTypeFileFolder', 'DataSourceTypeAzureSQLDb', 'DataSourceTypeSQLDB', 'DataSourceTypeExchange', 'DataSourceTypeSharepoint', 'DataSourceTypeVMwareVM', 'DataSourceTypeSystemState', 'DataSourceTypeClient', 'DataSourceTypeGenericDataSource', 'DataSourceTypeSQLDataBase', 'DataSourceTypeAzureFileShare', 'DataSourceTypeSAPHanaDatabase'
WorkloadType DataSourceType `json:"workloadType,omitempty"`
@@ -12313,7 +12314,7 @@ type BasicProtectionContainer interface {
type ProtectionContainer struct {
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// RegistrationStatus - Status of registration of the container with the Recovery Services Vault.
RegistrationStatus *string `json:"registrationStatus,omitempty"`
@@ -14566,7 +14567,7 @@ type BasicWorkloadItem interface {
// WorkloadItem base class for backup item. Workload-specific backup items are derived from this class.
type WorkloadItem struct {
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`
@@ -14980,7 +14981,7 @@ type BasicWorkloadProtectableItem interface {
// WorkloadProtectableItem base class for backup item. Workload-specific backup items are derived from this
// class.
type WorkloadProtectableItem struct {
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`
diff --git a/services/recoveryservices/mgmt/2017-07-01/backup/jobdetails.go b/services/recoveryservices/mgmt/2017-07-01/backup/jobdetails.go
index e25e00b348f0..00028f354aa6 100644
--- a/services/recoveryservices/mgmt/2017-07-01/backup/jobdetails.go
+++ b/services/recoveryservices/mgmt/2017-07-01/backup/jobdetails.go
@@ -40,7 +40,7 @@ func NewJobDetailsClientWithBaseURI(baseURI string, subscriptionID string) JobDe
return JobDetailsClient{NewWithBaseURI(baseURI, subscriptionID)}
}
-// Get gets exteded information associated with the job.
+// Get gets extended information associated with the job.
// Parameters:
// vaultName - the name of the recovery services vault.
// resourceGroupName - the name of the resource group where the recovery services vault is present.
diff --git a/services/recoveryservices/mgmt/2017-07-01/backup/models.go b/services/recoveryservices/mgmt/2017-07-01/backup/models.go
index 63730f6194a7..a90283a131af 100644
--- a/services/recoveryservices/mgmt/2017-07-01/backup/models.go
+++ b/services/recoveryservices/mgmt/2017-07-01/backup/models.go
@@ -1667,7 +1667,7 @@ type AzureBackupServerContainer struct {
ExtendedInfo *DPMContainerExtendedInfo `json:"extendedInfo,omitempty"`
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// RegistrationStatus - Status of registration of the container with the Recovery Services Vault.
RegistrationStatus *string `json:"registrationStatus,omitempty"`
@@ -1827,7 +1827,7 @@ type AzureBackupServerEngine struct {
IsAzureBackupAgentUpgradeAvailable *bool `json:"isAzureBackupAgentUpgradeAvailable,omitempty"`
// IsDpmUpgradeAvailable - To check if backup engine upgrade available
IsDpmUpgradeAvailable *bool `json:"isDpmUpgradeAvailable,omitempty"`
- // ExtendedInfo - Extended info of the backupengine
+ // ExtendedInfo - Extended info of the backup engine
ExtendedInfo *EngineExtendedInfo `json:"extendedInfo,omitempty"`
// BackupEngineType - Possible values include: 'BackupEngineTypeBackupEngineBase', 'BackupEngineTypeAzureBackupServerEngine', 'BackupEngineTypeDpmBackupEngine'
BackupEngineType EngineType `json:"backupEngineType,omitempty"`
@@ -1953,7 +1953,7 @@ type AzureFileShareProtectableItem struct {
ParentContainerFriendlyName *string `json:"parentContainerFriendlyName,omitempty"`
// AzureFileShareType - File Share type XSync or XSMB. Possible values include: 'Invalid', 'XSMB', 'XSync'
AzureFileShareType AzureFileShareType `json:"azureFileShareType,omitempty"`
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`
@@ -2082,7 +2082,7 @@ type AzureFileshareProtectedItem struct {
LastBackupTime *date.Time `json:"lastBackupTime,omitempty"`
// ExtendedInfo - Additional information with this backup item.
ExtendedInfo *AzureFileshareProtectedItemExtendedInfo `json:"extendedInfo,omitempty"`
- // BackupManagementType - Type of backup managemenent for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload this item represents. Possible values include: 'DataSourceTypeInvalid', 'DataSourceTypeVM', 'DataSourceTypeFileFolder', 'DataSourceTypeAzureSQLDb', 'DataSourceTypeSQLDB', 'DataSourceTypeExchange', 'DataSourceTypeSharepoint', 'DataSourceTypeVMwareVM', 'DataSourceTypeSystemState', 'DataSourceTypeClient', 'DataSourceTypeGenericDataSource', 'DataSourceTypeSQLDataBase', 'DataSourceTypeAzureFileShare', 'DataSourceTypeSAPHanaDatabase'
WorkloadType DataSourceType `json:"workloadType,omitempty"`
@@ -2599,7 +2599,7 @@ type AzureIaaSClassicComputeVMContainer struct {
ResourceGroup *string `json:"resourceGroup,omitempty"`
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// RegistrationStatus - Status of registration of the container with the Recovery Services Vault.
RegistrationStatus *string `json:"registrationStatus,omitempty"`
@@ -2725,7 +2725,7 @@ func (aisccvc AzureIaaSClassicComputeVMContainer) AsBasicProtectionContainer() (
type AzureIaaSClassicComputeVMProtectableItem struct {
// VirtualMachineID - Fully qualified ARM ID of the virtual machine.
VirtualMachineID *string `json:"virtualMachineId,omitempty"`
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`
@@ -2855,7 +2855,7 @@ type AzureIaaSClassicComputeVMProtectedItem struct {
ProtectedItemDataID *string `json:"protectedItemDataId,omitempty"`
// ExtendedInfo - Additional information for this backup item.
ExtendedInfo *AzureIaaSVMProtectedItemExtendedInfo `json:"extendedInfo,omitempty"`
- // BackupManagementType - Type of backup managemenent for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload this item represents. Possible values include: 'DataSourceTypeInvalid', 'DataSourceTypeVM', 'DataSourceTypeFileFolder', 'DataSourceTypeAzureSQLDb', 'DataSourceTypeSQLDB', 'DataSourceTypeExchange', 'DataSourceTypeSharepoint', 'DataSourceTypeVMwareVM', 'DataSourceTypeSystemState', 'DataSourceTypeClient', 'DataSourceTypeGenericDataSource', 'DataSourceTypeSQLDataBase', 'DataSourceTypeAzureFileShare', 'DataSourceTypeSAPHanaDatabase'
WorkloadType DataSourceType `json:"workloadType,omitempty"`
@@ -3025,7 +3025,7 @@ type AzureIaaSComputeVMContainer struct {
ResourceGroup *string `json:"resourceGroup,omitempty"`
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// RegistrationStatus - Status of registration of the container with the Recovery Services Vault.
RegistrationStatus *string `json:"registrationStatus,omitempty"`
@@ -3151,7 +3151,7 @@ func (aiscvc AzureIaaSComputeVMContainer) AsBasicProtectionContainer() (BasicPro
type AzureIaaSComputeVMProtectableItem struct {
// VirtualMachineID - Fully qualified ARM ID of the virtual machine.
VirtualMachineID *string `json:"virtualMachineId,omitempty"`
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`
@@ -3281,7 +3281,7 @@ type AzureIaaSComputeVMProtectedItem struct {
ProtectedItemDataID *string `json:"protectedItemDataId,omitempty"`
// ExtendedInfo - Additional information for this backup item.
ExtendedInfo *AzureIaaSVMProtectedItemExtendedInfo `json:"extendedInfo,omitempty"`
- // BackupManagementType - Type of backup managemenent for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload this item represents. Possible values include: 'DataSourceTypeInvalid', 'DataSourceTypeVM', 'DataSourceTypeFileFolder', 'DataSourceTypeAzureSQLDb', 'DataSourceTypeSQLDB', 'DataSourceTypeExchange', 'DataSourceTypeSharepoint', 'DataSourceTypeVMwareVM', 'DataSourceTypeSystemState', 'DataSourceTypeClient', 'DataSourceTypeGenericDataSource', 'DataSourceTypeSQLDataBase', 'DataSourceTypeAzureFileShare', 'DataSourceTypeSAPHanaDatabase'
WorkloadType DataSourceType `json:"workloadType,omitempty"`
@@ -3464,7 +3464,7 @@ type AzureIaaSVMHealthDetails struct {
Recommendations *[]string `json:"recommendations,omitempty"`
}
-// AzureIaaSVMJob azure IaaS VM workload-specifc job object.
+// AzureIaaSVMJob azure IaaS VM workload-specific job object.
type AzureIaaSVMJob struct {
// Duration - Time elapsed during the execution of this job.
Duration *string `json:"duration,omitempty"`
@@ -3632,7 +3632,7 @@ type AzureIaaSVMJobTaskDetails struct {
// ProgressPercentage - Progress of the task.
ProgressPercentage *float64 `json:"progressPercentage,omitempty"`
// TaskExecutionDetails - Details about execution of the task.
- // eg: number of bytes transfered etc
+ // eg: number of bytes transferred etc
TaskExecutionDetails *string `json:"taskExecutionDetails,omitempty"`
}
@@ -3665,7 +3665,7 @@ type AzureIaaSVMProtectedItem struct {
ProtectedItemDataID *string `json:"protectedItemDataId,omitempty"`
// ExtendedInfo - Additional information for this backup item.
ExtendedInfo *AzureIaaSVMProtectedItemExtendedInfo `json:"extendedInfo,omitempty"`
- // BackupManagementType - Type of backup managemenent for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload this item represents. Possible values include: 'DataSourceTypeInvalid', 'DataSourceTypeVM', 'DataSourceTypeFileFolder', 'DataSourceTypeAzureSQLDb', 'DataSourceTypeSQLDB', 'DataSourceTypeExchange', 'DataSourceTypeSharepoint', 'DataSourceTypeVMwareVM', 'DataSourceTypeSystemState', 'DataSourceTypeClient', 'DataSourceTypeGenericDataSource', 'DataSourceTypeSQLDataBase', 'DataSourceTypeAzureFileShare', 'DataSourceTypeSAPHanaDatabase'
WorkloadType DataSourceType `json:"workloadType,omitempty"`
@@ -4029,7 +4029,7 @@ type BasicAzureRecoveryServiceVaultProtectionIntent interface {
// AzureRecoveryServiceVaultProtectionIntent azure Recovery Services Vault specific protection intent item.
type AzureRecoveryServiceVaultProtectionIntent struct {
- // BackupManagementType - Type of backup managemenent for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// SourceResourceID - ARM ID of the resource to be backed up.
SourceResourceID *string `json:"sourceResourceId,omitempty"`
@@ -4153,7 +4153,7 @@ func (arsvpi AzureRecoveryServiceVaultProtectionIntent) AsBasicProtectionIntent(
type AzureResourceProtectionIntent struct {
// FriendlyName - Friendly name of the VM represented by this backup item.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// SourceResourceID - ARM ID of the resource to be backed up.
SourceResourceID *string `json:"sourceResourceId,omitempty"`
@@ -4247,7 +4247,7 @@ type AzureSQLAGWorkloadContainerProtectionContainer struct {
WorkloadType WorkloadType `json:"workloadType,omitempty"`
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// RegistrationStatus - Status of registration of the container with the Recovery Services Vault.
RegistrationStatus *string `json:"registrationStatus,omitempty"`
@@ -4375,7 +4375,7 @@ func (aswcpc AzureSQLAGWorkloadContainerProtectionContainer) AsBasicProtectionCo
type AzureSQLContainer struct {
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// RegistrationStatus - Status of registration of the container with the Recovery Services Vault.
RegistrationStatus *string `json:"registrationStatus,omitempty"`
@@ -4495,7 +4495,7 @@ type AzureSQLProtectedItem struct {
ProtectionState ProtectedItemState `json:"protectionState,omitempty"`
// ExtendedInfo - Additional information for this backup item.
ExtendedInfo *AzureSQLProtectedItemExtendedInfo `json:"extendedInfo,omitempty"`
- // BackupManagementType - Type of backup managemenent for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload this item represents. Possible values include: 'DataSourceTypeInvalid', 'DataSourceTypeVM', 'DataSourceTypeFileFolder', 'DataSourceTypeAzureSQLDb', 'DataSourceTypeSQLDB', 'DataSourceTypeExchange', 'DataSourceTypeSharepoint', 'DataSourceTypeVMwareVM', 'DataSourceTypeSystemState', 'DataSourceTypeClient', 'DataSourceTypeGenericDataSource', 'DataSourceTypeSQLDataBase', 'DataSourceTypeAzureFileShare', 'DataSourceTypeSAPHanaDatabase'
WorkloadType DataSourceType `json:"workloadType,omitempty"`
@@ -4760,7 +4760,7 @@ type AzureStorageContainer struct {
ProtectedItemCount *int64 `json:"protectedItemCount,omitempty"`
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// RegistrationStatus - Status of registration of the container with the Recovery Services Vault.
RegistrationStatus *string `json:"registrationStatus,omitempty"`
@@ -5047,7 +5047,7 @@ type AzureStorageJobTaskDetails struct {
type AzureStorageProtectableContainer struct {
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// HealthStatus - Status of health of the container.
HealthStatus *string `json:"healthStatus,omitempty"`
@@ -5103,7 +5103,7 @@ func (aspc AzureStorageProtectableContainer) AsBasicProtectableContainer() (Basi
type AzureVMAppContainerProtectableContainer struct {
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// HealthStatus - Status of health of the container.
HealthStatus *string `json:"healthStatus,omitempty"`
@@ -5167,7 +5167,7 @@ type AzureVMAppContainerProtectionContainer struct {
WorkloadType WorkloadType `json:"workloadType,omitempty"`
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// RegistrationStatus - Status of registration of the container with the Recovery Services Vault.
RegistrationStatus *string `json:"registrationStatus,omitempty"`
@@ -5361,11 +5361,11 @@ type AzureVMWorkloadItem struct {
ServerName *string `json:"serverName,omitempty"`
// IsAutoProtectable - Indicates if workload item is auto-protectable
IsAutoProtectable *bool `json:"isAutoProtectable,omitempty"`
- // Subinquireditemcount - For instance or AG, indicates number of DB's present
+ // Subinquireditemcount - For instance or AG, indicates number of DBs present
Subinquireditemcount *int32 `json:"subinquireditemcount,omitempty"`
- // SubWorkloadItemCount - For instance or AG, indicates number of DB's to be protected
+ // SubWorkloadItemCount - For instance or AG, indicates number of DBs to be protected
SubWorkloadItemCount *int32 `json:"subWorkloadItemCount,omitempty"`
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`
@@ -5526,13 +5526,13 @@ type AzureVMWorkloadProtectableItem struct {
IsAutoProtectable *bool `json:"isAutoProtectable,omitempty"`
// IsAutoProtected - Indicates if protectable item is auto-protected
IsAutoProtected *bool `json:"isAutoProtected,omitempty"`
- // Subinquireditemcount - For instance or AG, indicates number of DB's present
+ // Subinquireditemcount - For instance or AG, indicates number of DBs present
Subinquireditemcount *int32 `json:"subinquireditemcount,omitempty"`
- // Subprotectableitemcount - For instance or AG, indicates number of DB's to be protected
+ // Subprotectableitemcount - For instance or AG, indicates number of DBs to be protected
Subprotectableitemcount *int32 `json:"subprotectableitemcount,omitempty"`
// Prebackupvalidation - Pre-backup validation for protectable objects
Prebackupvalidation *PreBackupValidation `json:"prebackupvalidation,omitempty"`
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`
@@ -5745,7 +5745,7 @@ type AzureVMWorkloadProtectedItem struct {
ProtectedItemHealthStatus ProtectedItemHealthStatus `json:"protectedItemHealthStatus,omitempty"`
// ExtendedInfo - Additional information for this backup item.
ExtendedInfo *AzureVMWorkloadProtectedItemExtendedInfo `json:"extendedInfo,omitempty"`
- // BackupManagementType - Type of backup managemenent for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload this item represents. Possible values include: 'DataSourceTypeInvalid', 'DataSourceTypeVM', 'DataSourceTypeFileFolder', 'DataSourceTypeAzureSQLDb', 'DataSourceTypeSQLDB', 'DataSourceTypeExchange', 'DataSourceTypeSharepoint', 'DataSourceTypeVMwareVM', 'DataSourceTypeSystemState', 'DataSourceTypeClient', 'DataSourceTypeGenericDataSource', 'DataSourceTypeSQLDataBase', 'DataSourceTypeAzureFileShare', 'DataSourceTypeSAPHanaDatabase'
WorkloadType DataSourceType `json:"workloadType,omitempty"`
@@ -6048,13 +6048,13 @@ type AzureVMWorkloadSAPHanaDatabaseProtectableItem struct {
IsAutoProtectable *bool `json:"isAutoProtectable,omitempty"`
// IsAutoProtected - Indicates if protectable item is auto-protected
IsAutoProtected *bool `json:"isAutoProtected,omitempty"`
- // Subinquireditemcount - For instance or AG, indicates number of DB's present
+ // Subinquireditemcount - For instance or AG, indicates number of DBs present
Subinquireditemcount *int32 `json:"subinquireditemcount,omitempty"`
- // Subprotectableitemcount - For instance or AG, indicates number of DB's to be protected
+ // Subprotectableitemcount - For instance or AG, indicates number of DBs to be protected
Subprotectableitemcount *int32 `json:"subprotectableitemcount,omitempty"`
// Prebackupvalidation - Pre-backup validation for protectable objects
Prebackupvalidation *PreBackupValidation `json:"prebackupvalidation,omitempty"`
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`
@@ -6209,7 +6209,7 @@ type AzureVMWorkloadSAPHanaDatabaseProtectedItem struct {
ProtectedItemHealthStatus ProtectedItemHealthStatus `json:"protectedItemHealthStatus,omitempty"`
// ExtendedInfo - Additional information for this backup item.
ExtendedInfo *AzureVMWorkloadProtectedItemExtendedInfo `json:"extendedInfo,omitempty"`
- // BackupManagementType - Type of backup managemenent for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload this item represents. Possible values include: 'DataSourceTypeInvalid', 'DataSourceTypeVM', 'DataSourceTypeFileFolder', 'DataSourceTypeAzureSQLDb', 'DataSourceTypeSQLDB', 'DataSourceTypeExchange', 'DataSourceTypeSharepoint', 'DataSourceTypeVMwareVM', 'DataSourceTypeSystemState', 'DataSourceTypeClient', 'DataSourceTypeGenericDataSource', 'DataSourceTypeSQLDataBase', 'DataSourceTypeAzureFileShare', 'DataSourceTypeSAPHanaDatabase'
WorkloadType DataSourceType `json:"workloadType,omitempty"`
@@ -6383,11 +6383,11 @@ type AzureVMWorkloadSAPHanaDatabaseWorkloadItem struct {
ServerName *string `json:"serverName,omitempty"`
// IsAutoProtectable - Indicates if workload item is auto-protectable
IsAutoProtectable *bool `json:"isAutoProtectable,omitempty"`
- // Subinquireditemcount - For instance or AG, indicates number of DB's present
+ // Subinquireditemcount - For instance or AG, indicates number of DBs present
Subinquireditemcount *int32 `json:"subinquireditemcount,omitempty"`
- // SubWorkloadItemCount - For instance or AG, indicates number of DB's to be protected
+ // SubWorkloadItemCount - For instance or AG, indicates number of DBs to be protected
SubWorkloadItemCount *int32 `json:"subWorkloadItemCount,omitempty"`
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`
@@ -6490,13 +6490,13 @@ type AzureVMWorkloadSAPHanaSystemProtectableItem struct {
IsAutoProtectable *bool `json:"isAutoProtectable,omitempty"`
// IsAutoProtected - Indicates if protectable item is auto-protected
IsAutoProtected *bool `json:"isAutoProtected,omitempty"`
- // Subinquireditemcount - For instance or AG, indicates number of DB's present
+ // Subinquireditemcount - For instance or AG, indicates number of DBs present
Subinquireditemcount *int32 `json:"subinquireditemcount,omitempty"`
- // Subprotectableitemcount - For instance or AG, indicates number of DB's to be protected
+ // Subprotectableitemcount - For instance or AG, indicates number of DBs to be protected
Subprotectableitemcount *int32 `json:"subprotectableitemcount,omitempty"`
// Prebackupvalidation - Pre-backup validation for protectable objects
Prebackupvalidation *PreBackupValidation `json:"prebackupvalidation,omitempty"`
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`
@@ -6633,11 +6633,11 @@ type AzureVMWorkloadSAPHanaSystemWorkloadItem struct {
ServerName *string `json:"serverName,omitempty"`
// IsAutoProtectable - Indicates if workload item is auto-protectable
IsAutoProtectable *bool `json:"isAutoProtectable,omitempty"`
- // Subinquireditemcount - For instance or AG, indicates number of DB's present
+ // Subinquireditemcount - For instance or AG, indicates number of DBs present
Subinquireditemcount *int32 `json:"subinquireditemcount,omitempty"`
- // SubWorkloadItemCount - For instance or AG, indicates number of DB's to be protected
+ // SubWorkloadItemCount - For instance or AG, indicates number of DBs to be protected
SubWorkloadItemCount *int32 `json:"subWorkloadItemCount,omitempty"`
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`
@@ -6740,13 +6740,13 @@ type AzureVMWorkloadSQLAvailabilityGroupProtectableItem struct {
IsAutoProtectable *bool `json:"isAutoProtectable,omitempty"`
// IsAutoProtected - Indicates if protectable item is auto-protected
IsAutoProtected *bool `json:"isAutoProtected,omitempty"`
- // Subinquireditemcount - For instance or AG, indicates number of DB's present
+ // Subinquireditemcount - For instance or AG, indicates number of DBs present
Subinquireditemcount *int32 `json:"subinquireditemcount,omitempty"`
- // Subprotectableitemcount - For instance or AG, indicates number of DB's to be protected
+ // Subprotectableitemcount - For instance or AG, indicates number of DBs to be protected
Subprotectableitemcount *int32 `json:"subprotectableitemcount,omitempty"`
// Prebackupvalidation - Pre-backup validation for protectable objects
Prebackupvalidation *PreBackupValidation `json:"prebackupvalidation,omitempty"`
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`
@@ -6888,13 +6888,13 @@ type AzureVMWorkloadSQLDatabaseProtectableItem struct {
IsAutoProtectable *bool `json:"isAutoProtectable,omitempty"`
// IsAutoProtected - Indicates if protectable item is auto-protected
IsAutoProtected *bool `json:"isAutoProtected,omitempty"`
- // Subinquireditemcount - For instance or AG, indicates number of DB's present
+ // Subinquireditemcount - For instance or AG, indicates number of DBs present
Subinquireditemcount *int32 `json:"subinquireditemcount,omitempty"`
- // Subprotectableitemcount - For instance or AG, indicates number of DB's to be protected
+ // Subprotectableitemcount - For instance or AG, indicates number of DBs to be protected
Subprotectableitemcount *int32 `json:"subprotectableitemcount,omitempty"`
// Prebackupvalidation - Pre-backup validation for protectable objects
Prebackupvalidation *PreBackupValidation `json:"prebackupvalidation,omitempty"`
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`
@@ -7049,7 +7049,7 @@ type AzureVMWorkloadSQLDatabaseProtectedItem struct {
ProtectedItemHealthStatus ProtectedItemHealthStatus `json:"protectedItemHealthStatus,omitempty"`
// ExtendedInfo - Additional information for this backup item.
ExtendedInfo *AzureVMWorkloadProtectedItemExtendedInfo `json:"extendedInfo,omitempty"`
- // BackupManagementType - Type of backup managemenent for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload this item represents. Possible values include: 'DataSourceTypeInvalid', 'DataSourceTypeVM', 'DataSourceTypeFileFolder', 'DataSourceTypeAzureSQLDb', 'DataSourceTypeSQLDB', 'DataSourceTypeExchange', 'DataSourceTypeSharepoint', 'DataSourceTypeVMwareVM', 'DataSourceTypeSystemState', 'DataSourceTypeClient', 'DataSourceTypeGenericDataSource', 'DataSourceTypeSQLDataBase', 'DataSourceTypeAzureFileShare', 'DataSourceTypeSAPHanaDatabase'
WorkloadType DataSourceType `json:"workloadType,omitempty"`
@@ -7223,11 +7223,11 @@ type AzureVMWorkloadSQLDatabaseWorkloadItem struct {
ServerName *string `json:"serverName,omitempty"`
// IsAutoProtectable - Indicates if workload item is auto-protectable
IsAutoProtectable *bool `json:"isAutoProtectable,omitempty"`
- // Subinquireditemcount - For instance or AG, indicates number of DB's present
+ // Subinquireditemcount - For instance or AG, indicates number of DBs present
Subinquireditemcount *int32 `json:"subinquireditemcount,omitempty"`
- // SubWorkloadItemCount - For instance or AG, indicates number of DB's to be protected
+ // SubWorkloadItemCount - For instance or AG, indicates number of DBs to be protected
SubWorkloadItemCount *int32 `json:"subWorkloadItemCount,omitempty"`
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`
@@ -7330,13 +7330,13 @@ type AzureVMWorkloadSQLInstanceProtectableItem struct {
IsAutoProtectable *bool `json:"isAutoProtectable,omitempty"`
// IsAutoProtected - Indicates if protectable item is auto-protected
IsAutoProtected *bool `json:"isAutoProtected,omitempty"`
- // Subinquireditemcount - For instance or AG, indicates number of DB's present
+ // Subinquireditemcount - For instance or AG, indicates number of DBs present
Subinquireditemcount *int32 `json:"subinquireditemcount,omitempty"`
- // Subprotectableitemcount - For instance or AG, indicates number of DB's to be protected
+ // Subprotectableitemcount - For instance or AG, indicates number of DBs to be protected
Subprotectableitemcount *int32 `json:"subprotectableitemcount,omitempty"`
// Prebackupvalidation - Pre-backup validation for protectable objects
Prebackupvalidation *PreBackupValidation `json:"prebackupvalidation,omitempty"`
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`
@@ -7475,11 +7475,11 @@ type AzureVMWorkloadSQLInstanceWorkloadItem struct {
ServerName *string `json:"serverName,omitempty"`
// IsAutoProtectable - Indicates if workload item is auto-protectable
IsAutoProtectable *bool `json:"isAutoProtectable,omitempty"`
- // Subinquireditemcount - For instance or AG, indicates number of DB's present
+ // Subinquireditemcount - For instance or AG, indicates number of DBs present
Subinquireditemcount *int32 `json:"subinquireditemcount,omitempty"`
- // SubWorkloadItemCount - For instance or AG, indicates number of DB's to be protected
+ // SubWorkloadItemCount - For instance or AG, indicates number of DBs to be protected
SubWorkloadItemCount *int32 `json:"subWorkloadItemCount,omitempty"`
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`
@@ -7579,7 +7579,7 @@ type BasicAzureWorkloadAutoProtectionIntent interface {
// AzureWorkloadAutoProtectionIntent azure Recovery Services Vault specific protection intent item.
type AzureWorkloadAutoProtectionIntent struct {
- // BackupManagementType - Type of backup managemenent for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// SourceResourceID - ARM ID of the resource to be backed up.
SourceResourceID *string `json:"sourceResourceId,omitempty"`
@@ -7770,7 +7770,7 @@ type AzureWorkloadContainer struct {
WorkloadType WorkloadType `json:"workloadType,omitempty"`
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// RegistrationStatus - Status of registration of the container with the Recovery Services Vault.
RegistrationStatus *string `json:"registrationStatus,omitempty"`
@@ -8103,7 +8103,7 @@ type AzureWorkloadJobTaskDetails struct {
Status *string `json:"status,omitempty"`
}
-// BasicAzureWorkloadRecoveryPoint workload specific recoverypoint, specifcally encaspulates full/diff recoverypoint
+// BasicAzureWorkloadRecoveryPoint workload specific recovery point, specifically encapsulates full/diff recovery point
type BasicAzureWorkloadRecoveryPoint interface {
AsAzureWorkloadSQLPointInTimeRecoveryPoint() (*AzureWorkloadSQLPointInTimeRecoveryPoint, bool)
AsAzureWorkloadSQLRecoveryPoint() (*AzureWorkloadSQLRecoveryPoint, bool)
@@ -8111,9 +8111,10 @@ type BasicAzureWorkloadRecoveryPoint interface {
AsAzureWorkloadRecoveryPoint() (*AzureWorkloadRecoveryPoint, bool)
}
-// AzureWorkloadRecoveryPoint workload specific recoverypoint, specifcally encaspulates full/diff recoverypoint
+// AzureWorkloadRecoveryPoint workload specific recovery point, specifically encapsulates full/diff recovery
+// point
type AzureWorkloadRecoveryPoint struct {
- // RecoveryPointTimeInUTC - UTC time at which recoverypoint was created
+ // RecoveryPointTimeInUTC - UTC time at which recovery point was created
RecoveryPointTimeInUTC *date.Time `json:"recoveryPointTimeInUTC,omitempty"`
// Type - Type of restore point. Possible values include: 'RestorePointTypeInvalid', 'RestorePointTypeFull', 'RestorePointTypeLog', 'RestorePointTypeDifferential'
Type RestorePointType `json:"type,omitempty"`
@@ -8387,7 +8388,7 @@ func (awrr AzureWorkloadRestoreRequest) AsBasicRestoreRequest() (BasicRestoreReq
type AzureWorkloadSAPHanaPointInTimeRecoveryPoint struct {
// TimeRanges - List of log ranges
TimeRanges *[]PointInTimeRange `json:"timeRanges,omitempty"`
- // RecoveryPointTimeInUTC - UTC time at which recoverypoint was created
+ // RecoveryPointTimeInUTC - UTC time at which recovery point was created
RecoveryPointTimeInUTC *date.Time `json:"recoveryPointTimeInUTC,omitempty"`
// Type - Type of restore point. Possible values include: 'RestorePointTypeInvalid', 'RestorePointTypeFull', 'RestorePointTypeLog', 'RestorePointTypeDifferential'
Type RestorePointType `json:"type,omitempty"`
@@ -8581,17 +8582,17 @@ func (awshpitrr AzureWorkloadSAPHanaPointInTimeRestoreRequest) AsBasicRestoreReq
return &awshpitrr, true
}
-// BasicAzureWorkloadSAPHanaRecoveryPoint sAPHana specific recoverypoint, specifcally encaspulates full/diff
-// recoverypoints
+// BasicAzureWorkloadSAPHanaRecoveryPoint sAPHana specific recovery point, specifically encapsulates full/diff recovery
+// points
type BasicAzureWorkloadSAPHanaRecoveryPoint interface {
AsAzureWorkloadSAPHanaPointInTimeRecoveryPoint() (*AzureWorkloadSAPHanaPointInTimeRecoveryPoint, bool)
AsAzureWorkloadSAPHanaRecoveryPoint() (*AzureWorkloadSAPHanaRecoveryPoint, bool)
}
-// AzureWorkloadSAPHanaRecoveryPoint sAPHana specific recoverypoint, specifcally encaspulates full/diff
-// recoverypoints
+// AzureWorkloadSAPHanaRecoveryPoint sAPHana specific recovery point, specifically encapsulates full/diff
+// recovery points
type AzureWorkloadSAPHanaRecoveryPoint struct {
- // RecoveryPointTimeInUTC - UTC time at which recoverypoint was created
+ // RecoveryPointTimeInUTC - UTC time at which recovery point was created
RecoveryPointTimeInUTC *date.Time `json:"recoveryPointTimeInUTC,omitempty"`
// Type - Type of restore point. Possible values include: 'RestorePointTypeInvalid', 'RestorePointTypeFull', 'RestorePointTypeLog', 'RestorePointTypeDifferential'
Type RestorePointType `json:"type,omitempty"`
@@ -8860,7 +8861,7 @@ func (awshrr AzureWorkloadSAPHanaRestoreRequest) AsBasicRestoreRequest() (BasicR
type AzureWorkloadSQLAutoProtectionIntent struct {
// WorkloadItemType - Workload item type of the item for which intent is to be set. Possible values include: 'WorkloadItemTypeInvalid', 'WorkloadItemTypeSQLInstance', 'WorkloadItemTypeSQLDataBase', 'WorkloadItemTypeSAPHanaSystem', 'WorkloadItemTypeSAPHanaDatabase'
WorkloadItemType WorkloadItemType `json:"workloadItemType,omitempty"`
- // BackupManagementType - Type of backup managemenent for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// SourceResourceID - ARM ID of the resource to be backed up.
SourceResourceID *string `json:"sourceResourceId,omitempty"`
@@ -8950,7 +8951,7 @@ type AzureWorkloadSQLPointInTimeRecoveryPoint struct {
// When a specific recovery point is accessed using GetRecoveryPoint
// Or when ListRecoveryPoints is called for Log RP only with ExtendedInfo query filter
ExtendedInfo *AzureWorkloadSQLRecoveryPointExtendedInfo `json:"extendedInfo,omitempty"`
- // RecoveryPointTimeInUTC - UTC time at which recoverypoint was created
+ // RecoveryPointTimeInUTC - UTC time at which recovery point was created
RecoveryPointTimeInUTC *date.Time `json:"recoveryPointTimeInUTC,omitempty"`
// Type - Type of restore point. Possible values include: 'RestorePointTypeInvalid', 'RestorePointTypeFull', 'RestorePointTypeLog', 'RestorePointTypeDifferential'
Type RestorePointType `json:"type,omitempty"`
@@ -9162,21 +9163,21 @@ func (awspitrr AzureWorkloadSQLPointInTimeRestoreRequest) AsBasicRestoreRequest(
return &awspitrr, true
}
-// BasicAzureWorkloadSQLRecoveryPoint SQL specific recoverypoint, specifcally encaspulates full/diff recoverypoint
-// alongwith extended info
+// BasicAzureWorkloadSQLRecoveryPoint SQL specific recovery point, specifically encapsulates full/diff recovery point
+// along with extended info
type BasicAzureWorkloadSQLRecoveryPoint interface {
AsAzureWorkloadSQLPointInTimeRecoveryPoint() (*AzureWorkloadSQLPointInTimeRecoveryPoint, bool)
AsAzureWorkloadSQLRecoveryPoint() (*AzureWorkloadSQLRecoveryPoint, bool)
}
-// AzureWorkloadSQLRecoveryPoint SQL specific recoverypoint, specifcally encaspulates full/diff recoverypoint
-// alongwith extended info
+// AzureWorkloadSQLRecoveryPoint SQL specific recovery point, specifically encapsulates full/diff recovery
+// point along with extended info
type AzureWorkloadSQLRecoveryPoint struct {
// ExtendedInfo - Extended Info that provides data directory details. Will be populated in two cases:
// When a specific recovery point is accessed using GetRecoveryPoint
// Or when ListRecoveryPoints is called for Log RP only with ExtendedInfo query filter
ExtendedInfo *AzureWorkloadSQLRecoveryPointExtendedInfo `json:"extendedInfo,omitempty"`
- // RecoveryPointTimeInUTC - UTC time at which recoverypoint was created
+ // RecoveryPointTimeInUTC - UTC time at which recovery point was created
RecoveryPointTimeInUTC *date.Time `json:"recoveryPointTimeInUTC,omitempty"`
// Type - Type of restore point. Possible values include: 'RestorePointTypeInvalid', 'RestorePointTypeFull', 'RestorePointTypeLog', 'RestorePointTypeDifferential'
Type RestorePointType `json:"type,omitempty"`
@@ -9467,7 +9468,7 @@ func (awsrr AzureWorkloadSQLRestoreRequest) AsBasicRestoreRequest() (BasicRestor
return &awsrr, true
}
-// BEKDetails BEK is bitlocker encrpytion key.
+// BEKDetails BEK is bitlocker encryption key.
type BEKDetails struct {
// SecretURL - Secret is BEK.
SecretURL *string `json:"secretUrl,omitempty"`
@@ -9606,7 +9607,7 @@ type ClientDiscoveryForServiceSpecification struct {
// ClientDiscoveryResponse operations List response which contains list of available APIs.
type ClientDiscoveryResponse struct {
autorest.Response `json:"-"`
- // Value - List of available operationss.
+ // Value - List of available operations.
Value *[]ClientDiscoveryValueForSingleAPI `json:"value,omitempty"`
// NextLink - Link to the next chunk of Response.
NextLink *string `json:"nextLink,omitempty"`
@@ -9846,7 +9847,7 @@ type DpmBackupEngine struct {
IsAzureBackupAgentUpgradeAvailable *bool `json:"isAzureBackupAgentUpgradeAvailable,omitempty"`
// IsDpmUpgradeAvailable - To check if backup engine upgrade available
IsDpmUpgradeAvailable *bool `json:"isDpmUpgradeAvailable,omitempty"`
- // ExtendedInfo - Extended info of the backupengine
+ // ExtendedInfo - Extended info of the backup engine
ExtendedInfo *EngineExtendedInfo `json:"extendedInfo,omitempty"`
// BackupEngineType - Possible values include: 'BackupEngineTypeBackupEngineBase', 'BackupEngineTypeAzureBackupServerEngine', 'BackupEngineTypeDpmBackupEngine'
BackupEngineType EngineType `json:"backupEngineType,omitempty"`
@@ -9938,7 +9939,7 @@ type DpmContainer struct {
ExtendedInfo *DPMContainerExtendedInfo `json:"extendedInfo,omitempty"`
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// RegistrationStatus - Status of registration of the container with the Recovery Services Vault.
RegistrationStatus *string `json:"registrationStatus,omitempty"`
@@ -10088,7 +10089,7 @@ type DpmErrorInfo struct {
Recommendations *[]string `json:"recommendations,omitempty"`
}
-// DpmJob DPM workload-specifc job object.
+// DpmJob DPM workload-specific job object.
type DpmJob struct {
// Duration - Time elapsed for job.
Duration *string `json:"duration,omitempty"`
@@ -10259,13 +10260,13 @@ type DPMProtectedItem struct {
FriendlyName *string `json:"friendlyName,omitempty"`
// BackupEngineName - Backup Management server protecting this backup item
BackupEngineName *string `json:"backupEngineName,omitempty"`
- // ProtectionState - Protection state of the backupengine. Possible values include: 'ProtectedItemStateInvalid', 'ProtectedItemStateIRPending', 'ProtectedItemStateProtected', 'ProtectedItemStateProtectionError', 'ProtectedItemStateProtectionStopped', 'ProtectedItemStateProtectionPaused'
+ // ProtectionState - Protection state of the backup engine. Possible values include: 'ProtectedItemStateInvalid', 'ProtectedItemStateIRPending', 'ProtectedItemStateProtected', 'ProtectedItemStateProtectionError', 'ProtectedItemStateProtectionStopped', 'ProtectedItemStateProtectionPaused'
ProtectionState ProtectedItemState `json:"protectionState,omitempty"`
// IsScheduledForDeferredDelete - To check if backup item is scheduled for deferred delete
IsScheduledForDeferredDelete *bool `json:"isScheduledForDeferredDelete,omitempty"`
// ExtendedInfo - Extended info of the backup item.
ExtendedInfo *DPMProtectedItemExtendedInfo `json:"extendedInfo,omitempty"`
- // BackupManagementType - Type of backup managemenent for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload this item represents. Possible values include: 'DataSourceTypeInvalid', 'DataSourceTypeVM', 'DataSourceTypeFileFolder', 'DataSourceTypeAzureSQLDb', 'DataSourceTypeSQLDB', 'DataSourceTypeExchange', 'DataSourceTypeSharepoint', 'DataSourceTypeVMwareVM', 'DataSourceTypeSystemState', 'DataSourceTypeClient', 'DataSourceTypeGenericDataSource', 'DataSourceTypeSQLDataBase', 'DataSourceTypeAzureFileShare', 'DataSourceTypeSAPHanaDatabase'
WorkloadType DataSourceType `json:"workloadType,omitempty"`
@@ -10534,7 +10535,7 @@ type EngineBase struct {
IsAzureBackupAgentUpgradeAvailable *bool `json:"isAzureBackupAgentUpgradeAvailable,omitempty"`
// IsDpmUpgradeAvailable - To check if backup engine upgrade available
IsDpmUpgradeAvailable *bool `json:"isDpmUpgradeAvailable,omitempty"`
- // ExtendedInfo - Extended info of the backupengine
+ // ExtendedInfo - Extended info of the backup engine
ExtendedInfo *EngineExtendedInfo `json:"extendedInfo,omitempty"`
// BackupEngineType - Possible values include: 'BackupEngineTypeBackupEngineBase', 'BackupEngineTypeAzureBackupServerEngine', 'BackupEngineTypeDpmBackupEngine'
BackupEngineType EngineType `json:"backupEngineType,omitempty"`
@@ -10925,9 +10926,9 @@ type EngineExtendedInfo struct {
ProtectedServersCount *int32 `json:"protectedServersCount,omitempty"`
// DiskCount - Number of disks in the backup engine.
DiskCount *int32 `json:"diskCount,omitempty"`
- // UsedDiskSpace - Diskspace used in the backup engine.
+ // UsedDiskSpace - Disk space used in the backup engine.
UsedDiskSpace *float64 `json:"usedDiskSpace,omitempty"`
- // AvailableDiskSpace - Diskspace currently available in the backup engine.
+ // AvailableDiskSpace - Disk space currently available in the backup engine.
AvailableDiskSpace *float64 `json:"availableDiskSpace,omitempty"`
// RefreshedAt - Last refresh time in the backup engine.
RefreshedAt *date.Time `json:"refreshedAt,omitempty"`
@@ -11083,7 +11084,7 @@ type GenericContainer struct {
ExtendedInformation *GenericContainerExtendedInfo `json:"extendedInformation,omitempty"`
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// RegistrationStatus - Status of registration of the container with the Recovery Services Vault.
RegistrationStatus *string `json:"registrationStatus,omitempty"`
@@ -11240,7 +11241,7 @@ type GenericProtectedItem struct {
SourceAssociations map[string]*string `json:"sourceAssociations"`
// FabricName - Name of this backup item's fabric.
FabricName *string `json:"fabricName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload this item represents. Possible values include: 'DataSourceTypeInvalid', 'DataSourceTypeVM', 'DataSourceTypeFileFolder', 'DataSourceTypeAzureSQLDb', 'DataSourceTypeSQLDB', 'DataSourceTypeExchange', 'DataSourceTypeSharepoint', 'DataSourceTypeVMwareVM', 'DataSourceTypeSystemState', 'DataSourceTypeClient', 'DataSourceTypeGenericDataSource', 'DataSourceTypeSQLDataBase', 'DataSourceTypeAzureFileShare', 'DataSourceTypeSAPHanaDatabase'
WorkloadType DataSourceType `json:"workloadType,omitempty"`
@@ -11633,7 +11634,7 @@ type IaaSVMContainer struct {
ResourceGroup *string `json:"resourceGroup,omitempty"`
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// RegistrationStatus - Status of registration of the container with the Recovery Services Vault.
RegistrationStatus *string `json:"registrationStatus,omitempty"`
@@ -11857,7 +11858,7 @@ type BasicIaaSVMProtectableItem interface {
type IaaSVMProtectableItem struct {
// VirtualMachineID - Fully qualified ARM ID of the virtual machine.
VirtualMachineID *string `json:"virtualMachineId,omitempty"`
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`
@@ -12672,7 +12673,7 @@ func (j Job) AsBasicJob() (BasicJob, bool) {
type JobQueryObject struct {
// Status - Status of the job. Possible values include: 'JobStatusInvalid', 'JobStatusInProgress', 'JobStatusCompleted', 'JobStatusFailed', 'JobStatusCompletedWithWarnings', 'JobStatusCancelled', 'JobStatusCancelling'
Status JobStatus `json:"status,omitempty"`
- // BackupManagementType - Type of backup managmenent for the job. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the job. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// Operation - Type of operation. Possible values include: 'JobOperationTypeInvalid', 'JobOperationTypeRegister', 'JobOperationTypeUnRegister', 'JobOperationTypeConfigureBackup', 'JobOperationTypeBackup', 'JobOperationTypeRestore', 'JobOperationTypeDisableBackup', 'JobOperationTypeDeleteBackupData'
Operation JobOperationType `json:"operation,omitempty"`
@@ -12963,15 +12964,15 @@ type KEKDetails struct {
// KeyAndSecretDetails BEK is bitlocker key.
// KEK is encryption key for BEK
-// If the VM was encrypted then we will store follwing details :
+// If the VM was encrypted then we will store following details :
// 1. Secret(BEK) - Url + Backup Data + vaultId.
// 2. Key(KEK) - Url + Backup Data + vaultId.
// 3. EncryptionMechanism
-// BEK and KEK can potentiallty have different vault ids.
+// BEK and KEK can potentially have different vault ids.
type KeyAndSecretDetails struct {
// KekDetails - KEK is encryption key for BEK.
KekDetails *KEKDetails `json:"kekDetails,omitempty"`
- // BekDetails - BEK is bitlocker encrpytion key.
+ // BekDetails - BEK is bitlocker encryption key.
BekDetails *BEKDetails `json:"bekDetails,omitempty"`
// EncryptionMechanism - Encryption mechanism: None/ SinglePass/ DoublePass
EncryptionMechanism *string `json:"encryptionMechanism,omitempty"`
@@ -13138,7 +13139,7 @@ type MabContainer struct {
ContainerHealthState *string `json:"containerHealthState,omitempty"`
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// RegistrationStatus - Status of registration of the container with the Recovery Services Vault.
RegistrationStatus *string `json:"registrationStatus,omitempty"`
@@ -13321,7 +13322,7 @@ type MabFileFolderProtectedItem struct {
DeferredDeleteSyncTimeInUTC *int64 `json:"deferredDeleteSyncTimeInUTC,omitempty"`
// ExtendedInfo - Additional information with this backup item.
ExtendedInfo *MabFileFolderProtectedItemExtendedInfo `json:"extendedInfo,omitempty"`
- // BackupManagementType - Type of backup managemenent for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload this item represents. Possible values include: 'DataSourceTypeInvalid', 'DataSourceTypeVM', 'DataSourceTypeFileFolder', 'DataSourceTypeAzureSQLDb', 'DataSourceTypeSQLDB', 'DataSourceTypeExchange', 'DataSourceTypeSharepoint', 'DataSourceTypeVMwareVM', 'DataSourceTypeSystemState', 'DataSourceTypeClient', 'DataSourceTypeGenericDataSource', 'DataSourceTypeSQLDataBase', 'DataSourceTypeAzureFileShare', 'DataSourceTypeSAPHanaDatabase'
WorkloadType DataSourceType `json:"workloadType,omitempty"`
@@ -14415,7 +14416,7 @@ type BasicProtectableContainer interface {
type ProtectableContainer struct {
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// HealthStatus - Status of health of the container.
HealthStatus *string `json:"healthStatus,omitempty"`
@@ -14795,7 +14796,7 @@ type BasicProtectedItem interface {
// ProtectedItem base class for backup items.
type ProtectedItem struct {
- // BackupManagementType - Type of backup managemenent for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload this item represents. Possible values include: 'DataSourceTypeInvalid', 'DataSourceTypeVM', 'DataSourceTypeFileFolder', 'DataSourceTypeAzureSQLDb', 'DataSourceTypeSQLDB', 'DataSourceTypeExchange', 'DataSourceTypeSharepoint', 'DataSourceTypeVMwareVM', 'DataSourceTypeSystemState', 'DataSourceTypeClient', 'DataSourceTypeGenericDataSource', 'DataSourceTypeSQLDataBase', 'DataSourceTypeAzureFileShare', 'DataSourceTypeSAPHanaDatabase'
WorkloadType DataSourceType `json:"workloadType,omitempty"`
@@ -15315,7 +15316,7 @@ type BasicProtectionContainer interface {
type ProtectionContainer struct {
// FriendlyName - Friendly name of the container.
FriendlyName *string `json:"friendlyName,omitempty"`
- // BackupManagementType - Type of backup managemenent for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the container. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// RegistrationStatus - Status of registration of the container with the Recovery Services Vault.
RegistrationStatus *string `json:"registrationStatus,omitempty"`
@@ -15790,7 +15791,7 @@ type BasicProtectionIntent interface {
// ProtectionIntent base class for backup ProtectionIntent.
type ProtectionIntent struct {
- // BackupManagementType - Type of backup managemenent for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
+ // BackupManagementType - Type of backup management for the backed up item. Possible values include: 'ManagementTypeInvalid', 'ManagementTypeAzureIaasVM', 'ManagementTypeMAB', 'ManagementTypeDPM', 'ManagementTypeAzureBackupServer', 'ManagementTypeAzureSQL', 'ManagementTypeAzureStorage', 'ManagementTypeAzureWorkload', 'ManagementTypeDefaultBackup'
BackupManagementType ManagementType `json:"backupManagementType,omitempty"`
// SourceResourceID - ARM ID of the resource to be backed up.
SourceResourceID *string `json:"sourceResourceId,omitempty"`
@@ -18474,7 +18475,7 @@ type BasicWorkloadItem interface {
// WorkloadItem base class for backup item. Workload-specific backup items are derived from this class.
type WorkloadItem struct {
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`
@@ -18888,7 +18889,7 @@ type BasicWorkloadProtectableItem interface {
// WorkloadProtectableItem base class for backup item. Workload-specific backup items are derived from this
// class.
type WorkloadProtectableItem struct {
- // BackupManagementType - Type of backup managemenent to backup an item.
+ // BackupManagementType - Type of backup management to backup an item.
BackupManagementType *string `json:"backupManagementType,omitempty"`
// WorkloadType - Type of workload for the backup management
WorkloadType *string `json:"workloadType,omitempty"`