CenRouteServiceProps
Properties for defining a CenRouteService
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-cenrouteservice
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cen;
new CenRouteServiceProps {
object AccessRegionId,
object CenId,
object Host,
object HostRegionId,
object HostVpcId,
object ConflictIgnore = null,
object Description = null
};
Properties
Name | Type | Description |
---|---|---|
AccessRegionId |
object |
Property accessRegionId: The region where the cloud service is deployed. |
CenId |
object |
Property cenId: The ID of the Cloud Enterprise Network (CEN) instance. |
Host |
object |
Property host: The domain or IP address of the cloud service. |
HostRegionId |
object |
Property hostRegionId: The region where the cloud service is deployed. |
HostVpcId |
object |
Property hostVpcId: The virtual private cloud (VPC) that is associated with the cloud service. |
ConflictIgnore |
object |
Property conflictIgnore: Whether to ignore conflict when creating. |
Description |
object |
Property description: The description of the cloud service. |
AccessRegionId
Required
public object AccessRegionId { get; set; }
- Type: object
Property accessRegionId: The region where the cloud service is deployed.
CenId
Required
public object CenId { get; set; }
- Type: object
Property cenId: The ID of the Cloud Enterprise Network (CEN) instance.
Host
Required
public object Host { get; set; }
- Type: object
Property host: The domain or IP address of the cloud service.
HostRegionId
Required
public object HostRegionId { get; set; }
- Type: object
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.
HostVpcId
Required
public object HostVpcId { get; set; }
- Type: object
Property hostVpcId: The virtual private cloud (VPC) that is associated with the cloud service.
ConflictIgnore
Optional
public object ConflictIgnore { get; set; }
- Type: object
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.
Description
Optional
public object Description { get; set; }
- Type: object
Property description: The description of the cloud service.