Skip to content

SyncEcsHostProps

Properties for defining a SyncEcsHost.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpvtz"
&alicloudroscdkpvtz.SyncEcsHostProps {
    Regions: interface{},
    Status: interface{},
    ZoneId: interface{},
}

Properties

Name Type Description
Regions interface{} Property regions: A list of region information to be synchronized.
Status interface{} Property status: The host synchronizes the task state.
ZoneId interface{} Property zoneId: Zone ID, a unique identifier for the Zone.

RegionsRequired

Regions interface{}
  • Type: interface{}

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


StatusRequired

Status interface{}
  • Type: interface{}

Property status: The host synchronizes the task state.

Valid values: ON, OFF.


ZoneIdRequired

ZoneId interface{}
  • Type: interface{}

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