Skip to content

RosCenRouteServiceProps

Properties for defining a RosCenRouteService.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-cenrouteservice

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcen"
&alicloudroscdkcen.RosCenRouteServiceProps {
    AccessRegionId: interface{},
    CenId: interface{},
    Host: interface{},
    HostRegionId: interface{},
    HostVpcId: interface{},
    ConflictIgnore: interface{},
    Description: interface{},
}

Properties

Name Type Description
AccessRegionId interface{} No description.
CenId interface{} No description.
Host interface{} No description.
HostRegionId interface{} No description.
HostVpcId interface{} No description.
ConflictIgnore interface{} No description.
Description interface{} No description.

AccessRegionIdRequired

AccessRegionId interface{}
  • Type: interface{}

CenIdRequired

CenId interface{}
  • Type: interface{}

HostRequired

Host interface{}
  • Type: interface{}

HostRegionIdRequired

HostRegionId interface{}
  • Type: interface{}

HostVpcIdRequired

HostVpcId interface{}
  • Type: interface{}

ConflictIgnoreOptional

ConflictIgnore interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}