Skip to content

Vault

This class encapsulates and extends the ROS resource type DATASOURCE::HBR::Vault.

Initializers

using AlibabaCloud.SDK.ROS.CDK.Hbr;
new Vault(Construct Scope, string Id, VaultProps Props, bool EnableResourcePropertyConstraint = null);
Name Type Description
Scope AlibabaCloud.SDK.ROS.CDK.Core.Construct No description.
Id string No description.
Props VaultProps No description.
EnableResourcePropertyConstraint bool No description.

ScopeRequired

  • Type: AlibabaCloud.SDK.ROS.CDK.Core.Construct

IdRequired

  • Type: string

PropsRequired


EnableResourcePropertyConstraintOptional

  • Type: bool

Methods

Name Description
ToString Returns a string representation of this construct.
Synthesize Allows this construct to emit artifacts into the cloud assembly during synthesis.
AddCondition No description.
AddCount No description.
AddDependency No description.
AddResourceDesc No description.
ApplyRemovalPolicy No description.
GetAtt No description.
SetMetadata No description.

ToString

private string ToString()

Returns a string representation of this construct.

Synthesize

private void Synthesize(ISynthesisSession Session)

Allows this construct to emit artifacts into the cloud assembly during synthesis.

This method is usually implemented by framework-level constructs such as Stack and Asset as they participate in synthesizing the cloud assembly.

SessionRequired

  • Type: AlibabaCloud.SDK.ROS.CDK.Core.ISynthesisSession

The synthesis session.


AddCondition

private void AddCondition(RosCondition Condition)

ConditionRequired

  • Type: AlibabaCloud.SDK.ROS.CDK.Core.RosCondition

AddCount

private void AddCount(object Count)

CountRequired

  • Type: object

AddDependency

private void AddDependency(Resource Resource)

ResourceRequired

  • Type: AlibabaCloud.SDK.ROS.CDK.Core.Resource

AddResourceDesc

private void AddResourceDesc(string Desc)

DescRequired

  • Type: string

ApplyRemovalPolicy

private void ApplyRemovalPolicy(RemovalPolicy Policy)

PolicyRequired

  • Type: AlibabaCloud.SDK.ROS.CDK.Core.RemovalPolicy

GetAtt

private IResolvable GetAtt(string Name)

NameRequired

  • Type: string

SetMetadata

private void SetMetadata(string Key, object Value)

KeyRequired

  • Type: string

ValueRequired

  • Type: object

Static Functions

Name Description
IsConstruct Return whether the given object is a Construct.

IsConstruct

using AlibabaCloud.SDK.ROS.CDK.Hbr;
Vault.IsConstruct(object X);

Return whether the given object is a Construct.

XRequired

  • Type: object

Properties

Name Type Description
Node AlibabaCloud.SDK.ROS.CDK.Core.ConstructNode The construct tree node associated with this construct.
Ref string No description.
Stack AlibabaCloud.SDK.ROS.CDK.Core.Stack The stack in which this resource is defined.
Resource AlibabaCloud.SDK.ROS.CDK.Core.RosResource No description.
AttrBackupPlanStatistics AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute BackupPlanStatistics: The statistics of backup plans that use the backup vault.
AttrBytesDone AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute BytesDone: The amount of data that is backed up.
AttrCreateTime AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute CreateTime: The creation time of the backup vault.
AttrDedup AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute Dedup: Indicates whether the deduplication feature is enabled.
AttrDescription AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute Description: The description of the backup vault.
AttrIndexAvailable AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute IndexAvailable: Indicates whether indexes are available.
AttrIndexLevel AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute IndexLevel: The index level.
AttrIndexUpdateTime AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute IndexUpdateTime: The time when the index was updated.
AttrLatestReplicationTime AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute LatestReplicationTime: The time when the last remote backup was synchronized.
AttrPaymentType AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute PaymentType: The payment type of the backup vault.
AttrRedundancyType AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute RedundancyType: The data redundancy type of the backup vault.
AttrReplication AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute Replication: Indicates whether the backup vault is a remote backup vault.
AttrReplicationProgress AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute ReplicationProgress: The progress of data synchronization from the backup vault to the mirror vault.
AttrReplicationSourceRegionId AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute ReplicationSourceRegionId: The ID of the region in which the source vault resides.
AttrReplicationSourceVaultId AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute ReplicationSourceVaultId: The ID of the source vault that corresponds to the remote backup vault.
AttrResourceGroupId AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute ResourceGroupId: The ID of the resource group.
AttrRetention AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute Retention: The retention period of the backup vault.
AttrSearchEnabled AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute SearchEnabled: Indicates whether the backup search feature is enabled.
AttrSourceTypes AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute SourceTypes: The data source types of the backup vault.
AttrStorageSize AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute StorageSize: The usage of the backup vault.
AttrTags AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute Tags: The tags of the backup vault.
AttrTrialInfo AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute TrialInfo: The free trial information.
AttrUpdatedTime AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute UpdatedTime: The time when the backup vault was updated.
AttrVaultId AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute VaultId: The ID of the backup vault.
AttrVaultName AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute VaultName: The name of the backup vault.
AttrVaultStatusMessage AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute VaultStatusMessage: The status message that is returned when the backup vault is in the ERROR state.
AttrVaultStorageClass AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute VaultStorageClass: Backup repository storage type.
AttrVaultType AlibabaCloud.SDK.ROS.CDK.Core.IResolvable Attribute VaultType: The type of the backup vault.

NodeRequired

public ConstructNode Node { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.ConstructNode

The construct tree node associated with this construct.


RefRequired

public string Ref { get; }
  • Type: string

StackRequired

public Stack Stack { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.Stack

The stack in which this resource is defined.


ResourceOptional

public RosResource Resource { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.RosResource

AttrBackupPlanStatisticsRequired

public IResolvable AttrBackupPlanStatistics { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute BackupPlanStatistics: The statistics of backup plans that use the backup vault.


AttrBytesDoneRequired

public IResolvable AttrBytesDone { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute BytesDone: The amount of data that is backed up.

Unit: bytes.


AttrCreateTimeRequired

public IResolvable AttrCreateTime { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute CreateTime: The creation time of the backup vault.


AttrDedupRequired

public IResolvable AttrDedup { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute Dedup: Indicates whether the deduplication feature is enabled.


AttrDescriptionRequired

public IResolvable AttrDescription { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute Description: The description of the backup vault.


AttrIndexAvailableRequired

public IResolvable AttrIndexAvailable { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute IndexAvailable: Indicates whether indexes are available.

Indexes are available when they are not being updated.


AttrIndexLevelRequired

public IResolvable AttrIndexLevel { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute IndexLevel: The index level.


AttrIndexUpdateTimeRequired

public IResolvable AttrIndexUpdateTime { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute IndexUpdateTime: The time when the index was updated.


AttrLatestReplicationTimeRequired

public IResolvable AttrLatestReplicationTime { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute LatestReplicationTime: The time when the last remote backup was synchronized.

The value is a UNIX timestamp. Unit: seconds.


AttrPaymentTypeRequired

public IResolvable AttrPaymentType { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute PaymentType: The payment type of the backup vault.


AttrRedundancyTypeRequired

public IResolvable AttrRedundancyType { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute RedundancyType: The data redundancy type of the backup vault.


AttrReplicationRequired

public IResolvable AttrReplication { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute Replication: Indicates whether the backup vault is a remote backup vault.


AttrReplicationProgressRequired

public IResolvable AttrReplicationProgress { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute ReplicationProgress: The progress of data synchronization from the backup vault to the mirror vault.


AttrReplicationSourceRegionIdRequired

public IResolvable AttrReplicationSourceRegionId { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute ReplicationSourceRegionId: The ID of the region in which the source vault resides.

This parameter is valid only for remote backup vaults.


AttrReplicationSourceVaultIdRequired

public IResolvable AttrReplicationSourceVaultId { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute ReplicationSourceVaultId: The ID of the source vault that corresponds to the remote backup vault.


AttrResourceGroupIdRequired

public IResolvable AttrResourceGroupId { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute ResourceGroupId: The ID of the resource group.


AttrRetentionRequired

public IResolvable AttrRetention { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute Retention: The retention period of the backup vault.

Unit: days.


AttrSearchEnabledRequired

public IResolvable AttrSearchEnabled { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute SearchEnabled: Indicates whether the backup search feature is enabled.


AttrSourceTypesRequired

public IResolvable AttrSourceTypes { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute SourceTypes: The data source types of the backup vault.


AttrStorageSizeRequired

public IResolvable AttrStorageSize { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute StorageSize: The usage of the backup vault.

Unit: bytes.


AttrTagsRequired

public IResolvable AttrTags { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute Tags: The tags of the backup vault.


AttrTrialInfoRequired

public IResolvable AttrTrialInfo { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute TrialInfo: The free trial information.


AttrUpdatedTimeRequired

public IResolvable AttrUpdatedTime { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute UpdatedTime: The time when the backup vault was updated.

The value is a UNIX timestamp. Unit: seconds.


AttrVaultIdRequired

public IResolvable AttrVaultId { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute VaultId: The ID of the backup vault.


AttrVaultNameRequired

public IResolvable AttrVaultName { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute VaultName: The name of the backup vault.


AttrVaultStatusMessageRequired

public IResolvable AttrVaultStatusMessage { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute VaultStatusMessage: The status message that is returned when the backup vault is in the ERROR state.

This parameter is valid only for remote backup vaults.


AttrVaultStorageClassRequired

public IResolvable AttrVaultStorageClass { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute VaultStorageClass: Backup repository storage type.

The value is only STANDARD, which indicates STANDARD storage.


AttrVaultTypeRequired

public IResolvable AttrVaultType { get; }
  • Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable

Attribute VaultType: The type of the backup vault.