Skip to content

RosCenRouteServiceProps

Properties for defining a RosCenRouteService.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cen;
new RosCenRouteServiceProps {
    object AccessRegionId,
    object CenId,
    object Host,
    object HostRegionId,
    object HostVpcId,
    object ConflictIgnore = null,
    object Description = null
};

Properties

Name Type Description
AccessRegionId object No description.
CenId object No description.
Host object No description.
HostRegionId object No description.
HostVpcId object No description.
ConflictIgnore object No description.
Description object No description.

AccessRegionIdRequired

public object AccessRegionId { get; set; }
  • Type: object

CenIdRequired

public object CenId { get; set; }
  • Type: object

HostRequired

public object Host { get; set; }
  • Type: object

HostRegionIdRequired

public object HostRegionId { get; set; }
  • Type: object

HostVpcIdRequired

public object HostVpcId { get; set; }
  • Type: object

ConflictIgnoreOptional

public object ConflictIgnore { get; set; }
  • Type: object

DescriptionOptional

public object Description { get; set; }
  • Type: object