Skip to content

SyncEcsHostProps

Properties for defining a SyncEcsHost.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-pvtz-syncecshost

Initializer

import com.aliyun.ros.cdk.pvtz.SyncEcsHostProps;
SyncEcsHostProps.builder()
    .regions(IResolvable)
    .regions(java.util.List<IResolvable)
    .regions(RegionsProperty>)
    .status(java.lang.String)
    .status(IResolvable)
    .zoneId(java.lang.String)
    .zoneId(IResolvable)
    .build();

Properties

Name Type Description
regions com.aliyun.ros.cdk.core.IResolvable OR java.util.ListRegionsProperty> Property regions: A list of region information to be synchronized.
status java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property status: The host synchronizes the task state.
zoneId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property zoneId: Zone ID, a unique identifier for the Zone.

regionsRequired

public java.lang.Object getRegions();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListRegionsProperty>

Property regions: A list of region information to be synchronized.


statusRequired

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

Property status: The host synchronizes the task state.

Valid values: ON, OFF.


zoneIdRequired

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

Property zoneId: Zone ID, a unique identifier for the Zone.