Skip to content

RosInstanceProps

Properties for defining a RosInstance.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dts-instance

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkdts"
&alicloudroscdkdts.RosInstanceProps {
    InstanceClass: interface{},
    PayType: interface{},
    Type: interface{},
    AutoPay: interface{},
    AutoStart: interface{},
    ComputeUnit: interface{},
    DatabaseCount: interface{},
    DestinationEndpointEngineName: interface{},
    DestinationRegion: interface{},
    Du: interface{},
    FeeType: interface{},
    JobId: interface{},
    Period: interface{},
    ResourceGroupId: interface{},
    SourceEndpointEngineName: interface{},
    SourceRegion: interface{},
    SyncArchitecture: interface{},
    UsedTime: interface{},
}

Properties

Name Type Description
InstanceClass interface{} No description.
PayType interface{} No description.
Type interface{} No description.
AutoPay interface{} No description.
AutoStart interface{} No description.
ComputeUnit interface{} No description.
DatabaseCount interface{} No description.
DestinationEndpointEngineName interface{} No description.
DestinationRegion interface{} No description.
Du interface{} No description.
FeeType interface{} No description.
JobId interface{} No description.
Period interface{} No description.
ResourceGroupId interface{} No description.
SourceEndpointEngineName interface{} No description.
SourceRegion interface{} No description.
SyncArchitecture interface{} No description.
UsedTime interface{} No description.

InstanceClassRequired

InstanceClass interface{}
  • Type: interface{}

PayTypeRequired

PayType interface{}
  • Type: interface{}

TypeRequired

Type interface{}
  • Type: interface{}

AutoPayOptional

AutoPay interface{}
  • Type: interface{}

AutoStartOptional

AutoStart interface{}
  • Type: interface{}

ComputeUnitOptional

ComputeUnit interface{}
  • Type: interface{}

DatabaseCountOptional

DatabaseCount interface{}
  • Type: interface{}

DestinationEndpointEngineNameOptional

DestinationEndpointEngineName interface{}
  • Type: interface{}

DestinationRegionOptional

DestinationRegion interface{}
  • Type: interface{}

DuOptional

Du interface{}
  • Type: interface{}

FeeTypeOptional

FeeType interface{}
  • Type: interface{}

JobIdOptional

JobId interface{}
  • Type: interface{}

PeriodOptional

Period interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

SourceEndpointEngineNameOptional

SourceEndpointEngineName interface{}
  • Type: interface{}

SourceRegionOptional

SourceRegion interface{}
  • Type: interface{}

SyncArchitectureOptional

SyncArchitecture interface{}
  • Type: interface{}

UsedTimeOptional

UsedTime interface{}
  • Type: interface{}