AzureBackupServerContainer interface
AzureBackupServer (DPMVenus) workload-specific protection container.
- Extends
Properties
container |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
backup |
Type of backup management for the container. |
can |
Specifies whether the container is re-registrable. |
container |
ID of container. |
dpm |
Backup engine Agent version |
dpm |
List of BackupEngines protecting the container |
extended |
Extended Info of the container. |
friendly |
Friendly name of the container. |
health |
Status of health of the container. |
protectable |
Type of the protectable object associated with this container |
protected |
Number of protected items in the BackupEngine |
protection |
Protection status of the container. |
registration |
Status of registration of the container with the Recovery Services Vault. |
upgrade |
To check if upgrade available |
Property Details
containerType
Polymorphic discriminator, which specifies the different types this object can be
containerType: "AzureBackupServerContainer"
Property Value
"AzureBackupServerContainer"
Inherited Property Details
backupManagementType
Type of backup management for the container.
backupManagementType?: string
Property Value
string
Inherited From DpmContainer.backupManagementType
canReRegister
Specifies whether the container is re-registrable.
canReRegister?: boolean
Property Value
boolean
Inherited From DpmContainer.canReRegister
containerId
dpmAgentVersion
Backup engine Agent version
dpmAgentVersion?: string
Property Value
string
Inherited From DpmContainer.dpmAgentVersion
dpmServers
List of BackupEngines protecting the container
dpmServers?: string[]
Property Value
string[]
Inherited From DpmContainer.dpmServers
extendedInfo
Extended Info of the container.
extendedInfo?: DPMContainerExtendedInfo
Property Value
Inherited From DpmContainer.extendedInfo
friendlyName
Friendly name of the container.
friendlyName?: string
Property Value
string
Inherited From DpmContainer.friendlyName
healthStatus
Status of health of the container.
healthStatus?: string
Property Value
string
Inherited From DpmContainer.healthStatus
protectableObjectType
Type of the protectable object associated with this container
protectableObjectType?: string
Property Value
string
Inherited From DpmContainer.protectableObjectType
protectedItemCount
Number of protected items in the BackupEngine
protectedItemCount?: number
Property Value
number
Inherited From DpmContainer.protectedItemCount
protectionStatus
Protection status of the container.
protectionStatus?: string
Property Value
string
Inherited From DpmContainer.protectionStatus
registrationStatus
Status of registration of the container with the Recovery Services Vault.
registrationStatus?: string
Property Value
string
Inherited From DpmContainer.registrationStatus
upgradeAvailable
To check if upgrade available
upgradeAvailable?: boolean
Property Value
boolean
Inherited From DpmContainer.upgradeAvailable