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. |
AccessRegionId
Required
public object AccessRegionId { get; set; }
- Type: object
CenId
Required
public object CenId { get; set; }
- Type: object
Host
Required
public object Host { get; set; }
- Type: object
HostRegionId
Required
public object HostRegionId { get; set; }
- Type: object
HostVpcId
Required
public object HostVpcId { get; set; }
- Type: object
ConflictIgnore
Optional
public object ConflictIgnore { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object