Skip to content

CenRouteServiceProps

Properties for defining a CenRouteService.

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

Initializer

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

Properties

Name Type Description
AccessRegionId interface{} Property accessRegionId: The region where the cloud service is deployed.
CenId interface{} Property cenId: The ID of the Cloud Enterprise Network (CEN) instance.
Host interface{} Property host: The domain or IP address of the cloud service.
HostRegionId interface{} Property hostRegionId: The region where the cloud service is deployed.
HostVpcId interface{} Property hostVpcId: The virtual private cloud (VPC) that is associated with the cloud service.
ConflictIgnore interface{} Property conflictIgnore: Whether to ignore conflict when creating.
Description interface{} Property description: The description of the cloud service.

AccessRegionIdRequired

AccessRegionId interface{}
  • Type: interface{}

Property accessRegionId: The region where the cloud service is deployed.


CenIdRequired

CenId interface{}
  • Type: interface{}

Property cenId: The ID of the Cloud Enterprise Network (CEN) instance.


HostRequired

Host interface{}
  • Type: interface{}

Property host: The domain or IP address of the cloud service.


HostRegionIdRequired

HostRegionId interface{}
  • Type: interface{}

Property hostRegionId: The region where the cloud service is deployed.

You can call the DescribeRegions operation to query region IDs. Note The HostRegionId and AccessRegionIds.N must be set to the same value.


HostVpcIdRequired

HostVpcId interface{}
  • Type: interface{}

Property hostVpcId: The virtual private cloud (VPC) that is associated with the cloud service.


ConflictIgnoreOptional

ConflictIgnore interface{}
  • Type: interface{}

Property conflictIgnore: Whether to ignore conflict when creating.

If true, when the CloudRoute.Conflict error code is encountered during creation, it will be ignored as the creation is successful, and the deletion phase will be skipped. Default false.


DescriptionOptional

Description interface{}
  • Type: interface{}

Property description: The description of the cloud service.