Skip to content

DiskReplicaGroupProps

Properties for defining a DiskReplicaGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ebs-diskreplicagroup

Initializer

import com.aliyun.ros.cdk.ebs.DiskReplicaGroupProps;
DiskReplicaGroupProps.builder()
    .destinationRegionId(java.lang.String)
    .destinationRegionId(IResolvable)
    .destinationZoneId(java.lang.String)
    .destinationZoneId(IResolvable)
    .sourceRegionId(java.lang.String)
    .sourceRegionId(IResolvable)
    .sourceZoneId(java.lang.String)
    .sourceZoneId(IResolvable)
//  .description(java.lang.String)
//  .description(IResolvable)
//  .diskReplicaGroupName(java.lang.String)
//  .diskReplicaGroupName(IResolvable)
//  .resourceGroupId(java.lang.String)
//  .resourceGroupId(IResolvable)
//  .rpo(java.lang.Number)
//  .rpo(IResolvable)
//  .tags(java.util.List<TagsProperty>)
    .build();

Properties

Name Type Description
destinationRegionId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property destinationRegionId: The ID of the region to which the disaster recovery site belongs.
destinationZoneId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property destinationZoneId: The ID of the zone to which the disaster recovery site belongs.
sourceRegionId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property sourceRegionId: The ID of the region to which the production site belongs.
sourceZoneId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property sourceZoneId: The ID of the zone to which the production site belongs.
description java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property description: The description of the consistent replication group.
diskReplicaGroupName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property diskReplicaGroupName: Consistent replication group name.
resourceGroupId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property resourceGroupId: The ID of resource group.
rpo java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable Property rpo: The RPO value set by the consistency group in seconds.
tags java.util.List<TagsProperty> Property tags: Tags of disk replica group.

destinationRegionIdRequired

public java.lang.Object getDestinationRegionId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property destinationRegionId: The ID of the region to which the disaster recovery site belongs.


destinationZoneIdRequired

public java.lang.Object getDestinationZoneId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property destinationZoneId: The ID of the zone to which the disaster recovery site belongs.


sourceRegionIdRequired

public java.lang.Object getSourceRegionId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property sourceRegionId: The ID of the region to which the production site belongs.


sourceZoneIdRequired

public java.lang.Object getSourceZoneId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property sourceZoneId: The ID of the zone to which the production site belongs.


descriptionOptional

public java.lang.Object getDescription();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property description: The description of the consistent replication group.


diskReplicaGroupNameOptional

public java.lang.Object getDiskReplicaGroupName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property diskReplicaGroupName: Consistent replication group name.


resourceGroupIdOptional

public java.lang.Object getResourceGroupId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property resourceGroupId: The ID of resource group.


rpoOptional

public java.lang.Object getRpo();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

Property rpo: The RPO value set by the consistency group in seconds.


tagsOptional

public java.util.List<TagsProperty> getTags();

Property tags: Tags of disk replica group.