MabContainer interface
Container with items backed up using MAB backup engine.
- Extends
Properties
agent |
Agent version of this container. |
can |
Can the container be registered one more time. |
container |
Health state of mab container. |
container |
ContainerID represents the container. |
container |
Polymorphic discriminator, which specifies the different types this object can be |
extended |
Additional information for this container |
mab |
Health details on this mab container. |
protected |
Number of items backed up in this container. |
Inherited Properties
backup |
Type of backup management for 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 |
registration |
Status of registration of the container with the Recovery Services Vault. |
Property Details
agentVersion
Agent version of this container.
agentVersion?: string
Property Value
string
canReRegister
Can the container be registered one more time.
canReRegister?: boolean
Property Value
boolean
containerHealthState
Health state of mab container.
containerHealthState?: string
Property Value
string
containerId
ContainerID represents the container.
containerId?: number
Property Value
number
containerType
Polymorphic discriminator, which specifies the different types this object can be
containerType: "Windows"
Property Value
"Windows"
extendedInfo
Additional information for this container
extendedInfo?: MabContainerExtendedInfo
Property Value
mabContainerHealthDetails
Health details on this mab container.
mabContainerHealthDetails?: MABContainerHealthDetails[]
Property Value
protectedItemCount
Number of items backed up in this container.
protectedItemCount?: number
Property Value
number
Inherited Property Details
backupManagementType
Type of backup management for the container.
backupManagementType?: string
Property Value
string
Inherited From ProtectionContainer.backupManagementType
friendlyName
Friendly name of the container.
friendlyName?: string
Property Value
string
Inherited From ProtectionContainer.friendlyName
healthStatus
Status of health of the container.
healthStatus?: string
Property Value
string
Inherited From ProtectionContainer.healthStatus
protectableObjectType
Type of the protectable object associated with this container
protectableObjectType?: string
Property Value
string
Inherited From ProtectionContainer.protectableObjectType
registrationStatus
Status of registration of the container with the Recovery Services Vault.
registrationStatus?: string
Property Value
string
Inherited From ProtectionContainer.registrationStatus