Skip to content

Vault

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

Initializers

import com.aliyun.ros.cdk.hbr.datasource.Vault;
Vault.Builder.create(Construct scope, java.lang.String id, java.lang.Boolean enableResourcePropertyConstraint)
    .vaultId(java.lang.String)
    .vaultId(IResolvable)
//  .refreshOptions(java.lang.String)
//  .refreshOptions(IResolvable)
    .build();
Name Type Description
scope com.aliyun.ros.cdk.core.Construct No description.
id java.lang.String No description.
enableResourcePropertyConstraint java.lang.Boolean No description.
vaultId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property vaultId: The ID of the backup vault.
refreshOptions java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

scopeRequired

  • Type: com.aliyun.ros.cdk.core.Construct

idRequired

  • Type: java.lang.String

enableResourcePropertyConstraintOptional

  • Type: java.lang.Boolean

vaultIdRequired

  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property vaultId: The ID of the backup vault.


refreshOptionsOptional

  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.

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

public java.lang.String toString()

Returns a string representation of this construct.

synthesize

public 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: com.aliyun.ros.cdk.core.ISynthesisSession

The synthesis session.


addCondition

public void addCondition(RosCondition condition)

conditionRequired

  • Type: com.aliyun.ros.cdk.core.RosCondition

addCount

public void addCount(java.lang.Number OR IResolvable count)

countRequired

  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

addDependency

public void addDependency(Resource resource)

resourceRequired

  • Type: com.aliyun.ros.cdk.core.Resource

addResourceDesc

public void addResourceDesc(java.lang.String desc)

descRequired

  • Type: java.lang.String

applyRemovalPolicy

public void applyRemovalPolicy(RemovalPolicy policy)

policyRequired

  • Type: com.aliyun.ros.cdk.core.RemovalPolicy

getAtt

public IResolvable getAtt(java.lang.String name)

nameRequired

  • Type: java.lang.String

setMetadata

public void setMetadata(java.lang.String key, java.lang.Object value)

keyRequired

  • Type: java.lang.String

valueRequired

  • Type: java.lang.Object

Static Functions

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

isConstruct

import com.aliyun.ros.cdk.hbr.datasource.Vault;
Vault.isConstruct(java.lang.Object x)

Return whether the given object is a Construct.

xRequired

  • Type: java.lang.Object

Properties

Name Type Description
node com.aliyun.ros.cdk.core.ConstructNode The construct tree node associated with this construct.
ref java.lang.String No description.
stack com.aliyun.ros.cdk.core.Stack The stack in which this resource is defined.
resource com.aliyun.ros.cdk.core.RosResource No description.
attrBackupPlanStatistics com.aliyun.ros.cdk.core.IResolvable Attribute BackupPlanStatistics: The statistics of backup plans that use the backup vault.
attrBytesDone com.aliyun.ros.cdk.core.IResolvable Attribute BytesDone: The amount of data that is backed up.
attrCreateTime com.aliyun.ros.cdk.core.IResolvable Attribute CreateTime: The creation time of the backup vault.
attrDedup com.aliyun.ros.cdk.core.IResolvable Attribute Dedup: Indicates whether the deduplication feature is enabled.
attrDescription com.aliyun.ros.cdk.core.IResolvable Attribute Description: The description of the backup vault.
attrIndexAvailable com.aliyun.ros.cdk.core.IResolvable Attribute IndexAvailable: Indicates whether indexes are available.
attrIndexLevel com.aliyun.ros.cdk.core.IResolvable Attribute IndexLevel: The index level.
attrIndexUpdateTime com.aliyun.ros.cdk.core.IResolvable Attribute IndexUpdateTime: The time when the index was updated.
attrLatestReplicationTime com.aliyun.ros.cdk.core.IResolvable Attribute LatestReplicationTime: The time when the last remote backup was synchronized.
attrPaymentType com.aliyun.ros.cdk.core.IResolvable Attribute PaymentType: The payment type of the backup vault.
attrRedundancyType com.aliyun.ros.cdk.core.IResolvable Attribute RedundancyType: The data redundancy type of the backup vault.
attrReplication com.aliyun.ros.cdk.core.IResolvable Attribute Replication: Indicates whether the backup vault is a remote backup vault.
attrReplicationProgress com.aliyun.ros.cdk.core.IResolvable Attribute ReplicationProgress: The progress of data synchronization from the backup vault to the mirror vault.
attrReplicationSourceRegionId com.aliyun.ros.cdk.core.IResolvable Attribute ReplicationSourceRegionId: The ID of the region in which the source vault resides.
attrReplicationSourceVaultId com.aliyun.ros.cdk.core.IResolvable Attribute ReplicationSourceVaultId: The ID of the source vault that corresponds to the remote backup vault.
attrResourceGroupId com.aliyun.ros.cdk.core.IResolvable Attribute ResourceGroupId: The ID of the resource group.
attrRetention com.aliyun.ros.cdk.core.IResolvable Attribute Retention: The retention period of the backup vault.
attrSearchEnabled com.aliyun.ros.cdk.core.IResolvable Attribute SearchEnabled: Indicates whether the backup search feature is enabled.
attrSourceTypes com.aliyun.ros.cdk.core.IResolvable Attribute SourceTypes: The data source types of the backup vault.
attrStorageSize com.aliyun.ros.cdk.core.IResolvable Attribute StorageSize: The usage of the backup vault.
attrTags com.aliyun.ros.cdk.core.IResolvable Attribute Tags: The tags of the backup vault.
attrTrialInfo com.aliyun.ros.cdk.core.IResolvable Attribute TrialInfo: The free trial information.
attrUpdatedTime com.aliyun.ros.cdk.core.IResolvable Attribute UpdatedTime: The time when the backup vault was updated.
attrVaultId com.aliyun.ros.cdk.core.IResolvable Attribute VaultId: The ID of the backup vault.
attrVaultName com.aliyun.ros.cdk.core.IResolvable Attribute VaultName: The name of the backup vault.
attrVaultStatusMessage com.aliyun.ros.cdk.core.IResolvable Attribute VaultStatusMessage: The status message that is returned when the backup vault is in the ERROR state.
attrVaultStorageClass com.aliyun.ros.cdk.core.IResolvable Attribute VaultStorageClass: Backup repository storage type.
attrVaultType com.aliyun.ros.cdk.core.IResolvable Attribute VaultType: The type of the backup vault.

nodeRequired

public ConstructNode getNode();
  • Type: com.aliyun.ros.cdk.core.ConstructNode

The construct tree node associated with this construct.


refRequired

public java.lang.String getRef();
  • Type: java.lang.String

stackRequired

public Stack getStack();
  • Type: com.aliyun.ros.cdk.core.Stack

The stack in which this resource is defined.


resourceOptional

public RosResource getResource();
  • Type: com.aliyun.ros.cdk.core.RosResource

attrBackupPlanStatisticsRequired

public IResolvable getAttrBackupPlanStatistics();
  • Type: com.aliyun.ros.cdk.core.IResolvable

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


attrBytesDoneRequired

public IResolvable getAttrBytesDone();
  • Type: com.aliyun.ros.cdk.core.IResolvable

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

Unit: bytes.


attrCreateTimeRequired

public IResolvable getAttrCreateTime();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute CreateTime: The creation time of the backup vault.


attrDedupRequired

public IResolvable getAttrDedup();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute Dedup: Indicates whether the deduplication feature is enabled.


attrDescriptionRequired

public IResolvable getAttrDescription();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute Description: The description of the backup vault.


attrIndexAvailableRequired

public IResolvable getAttrIndexAvailable();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute IndexAvailable: Indicates whether indexes are available.

Indexes are available when they are not being updated.


attrIndexLevelRequired

public IResolvable getAttrIndexLevel();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute IndexLevel: The index level.


attrIndexUpdateTimeRequired

public IResolvable getAttrIndexUpdateTime();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute IndexUpdateTime: The time when the index was updated.


attrLatestReplicationTimeRequired

public IResolvable getAttrLatestReplicationTime();
  • Type: com.aliyun.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 getAttrPaymentType();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute PaymentType: The payment type of the backup vault.


attrRedundancyTypeRequired

public IResolvable getAttrRedundancyType();
  • Type: com.aliyun.ros.cdk.core.IResolvable

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


attrReplicationRequired

public IResolvable getAttrReplication();
  • Type: com.aliyun.ros.cdk.core.IResolvable

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


attrReplicationProgressRequired

public IResolvable getAttrReplicationProgress();
  • Type: com.aliyun.ros.cdk.core.IResolvable

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


attrReplicationSourceRegionIdRequired

public IResolvable getAttrReplicationSourceRegionId();
  • Type: com.aliyun.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 getAttrReplicationSourceVaultId();
  • Type: com.aliyun.ros.cdk.core.IResolvable

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


attrResourceGroupIdRequired

public IResolvable getAttrResourceGroupId();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute ResourceGroupId: The ID of the resource group.


attrRetentionRequired

public IResolvable getAttrRetention();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute Retention: The retention period of the backup vault.

Unit: days.


attrSearchEnabledRequired

public IResolvable getAttrSearchEnabled();
  • Type: com.aliyun.ros.cdk.core.IResolvable

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


attrSourceTypesRequired

public IResolvable getAttrSourceTypes();
  • Type: com.aliyun.ros.cdk.core.IResolvable

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


attrStorageSizeRequired

public IResolvable getAttrStorageSize();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute StorageSize: The usage of the backup vault.

Unit: bytes.


attrTagsRequired

public IResolvable getAttrTags();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute Tags: The tags of the backup vault.


attrTrialInfoRequired

public IResolvable getAttrTrialInfo();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute TrialInfo: The free trial information.


attrUpdatedTimeRequired

public IResolvable getAttrUpdatedTime();
  • Type: com.aliyun.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 getAttrVaultId();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute VaultId: The ID of the backup vault.


attrVaultNameRequired

public IResolvable getAttrVaultName();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute VaultName: The name of the backup vault.


attrVaultStatusMessageRequired

public IResolvable getAttrVaultStatusMessage();
  • Type: com.aliyun.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 getAttrVaultStorageClass();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute VaultStorageClass: Backup repository storage type.

The value is only STANDARD, which indicates STANDARD storage.


attrVaultTypeRequired

public IResolvable getAttrVaultType();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute VaultType: The type of the backup vault.