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. |
Scope
Required
- Type: AlibabaCloud.SDK.ROS.CDK.Core.Construct
Id
Required
- Type: string
Props
Required
- Type: VaultProps
EnableResourcePropertyConstraint
Optional
- 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.
- Type: AlibabaCloud.SDK.ROS.CDK.Core.ISynthesisSession
The synthesis session.
AddCondition
private void AddCondition(RosCondition Condition)
- Type: AlibabaCloud.SDK.ROS.CDK.Core.RosCondition
AddCount
private void AddCount(object Count)
- Type: object
AddDependency
private void AddDependency(Resource Resource)
- Type: AlibabaCloud.SDK.ROS.CDK.Core.Resource
AddResourceDesc
private void AddResourceDesc(string Desc)
- Type: string
ApplyRemovalPolicy
private void ApplyRemovalPolicy(RemovalPolicy Policy)
- Type: AlibabaCloud.SDK.ROS.CDK.Core.RemovalPolicy
GetAtt
private IResolvable GetAtt(string Name)
- Type: string
SetMetadata
private void SetMetadata(string Key, object Value)
- Type: string
- 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.
- 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. |
Node
Required
public ConstructNode Node { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.ConstructNode
The construct tree node associated with this construct.
Ref
Required
public string Ref { get; }
- Type: string
Stack
Required
public Stack Stack { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.Stack
The stack in which this resource is defined.
Resource
Optional
public RosResource Resource { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.RosResource
AttrBackupPlanStatistics
Required
public IResolvable AttrBackupPlanStatistics { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute BackupPlanStatistics: The statistics of backup plans that use the backup vault.
AttrBytesDone
Required
public IResolvable AttrBytesDone { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute BytesDone: The amount of data that is backed up.
Unit: bytes.
AttrCreateTime
Required
public IResolvable AttrCreateTime { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute CreateTime: The creation time of the backup vault.
AttrDedup
Required
public IResolvable AttrDedup { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute Dedup: Indicates whether the deduplication feature is enabled.
AttrDescription
Required
public IResolvable AttrDescription { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute Description: The description of the backup vault.
AttrIndexAvailable
Required
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.
AttrIndexLevel
Required
public IResolvable AttrIndexLevel { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute IndexLevel: The index level.
AttrIndexUpdateTime
Required
public IResolvable AttrIndexUpdateTime { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute IndexUpdateTime: The time when the index was updated.
AttrLatestReplicationTime
Required
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.
AttrPaymentType
Required
public IResolvable AttrPaymentType { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute PaymentType: The payment type of the backup vault.
AttrRedundancyType
Required
public IResolvable AttrRedundancyType { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute RedundancyType: The data redundancy type of the backup vault.
AttrReplication
Required
public IResolvable AttrReplication { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute Replication: Indicates whether the backup vault is a remote backup vault.
AttrReplicationProgress
Required
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.
AttrReplicationSourceRegionId
Required
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.
AttrReplicationSourceVaultId
Required
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.
AttrResourceGroupId
Required
public IResolvable AttrResourceGroupId { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute ResourceGroupId: The ID of the resource group.
AttrRetention
Required
public IResolvable AttrRetention { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute Retention: The retention period of the backup vault.
Unit: days.
AttrSearchEnabled
Required
public IResolvable AttrSearchEnabled { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute SearchEnabled: Indicates whether the backup search feature is enabled.
AttrSourceTypes
Required
public IResolvable AttrSourceTypes { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute SourceTypes: The data source types of the backup vault.
AttrStorageSize
Required
public IResolvable AttrStorageSize { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute StorageSize: The usage of the backup vault.
Unit: bytes.
AttrTags
Required
public IResolvable AttrTags { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute Tags: The tags of the backup vault.
AttrTrialInfo
Required
public IResolvable AttrTrialInfo { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute TrialInfo: The free trial information.
AttrUpdatedTime
Required
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.
AttrVaultId
Required
public IResolvable AttrVaultId { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute VaultId: The ID of the backup vault.
AttrVaultName
Required
public IResolvable AttrVaultName { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute VaultName: The name of the backup vault.
AttrVaultStatusMessage
Required
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.
AttrVaultStorageClass
Required
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.
AttrVaultType
Required
public IResolvable AttrVaultType { get; }
- Type: AlibabaCloud.SDK.ROS.CDK.Core.IResolvable
Attribute VaultType: The type of the backup vault.