RouteProps
Properties for defining a Route
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-route
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apig;
new RouteProps {
object Backend,
object EnvironmentInfo,
object HttpApiId,
object Match,
object RouteName,
object Description = null,
object DomainIds = null,
object DomainInfos = null
};
Properties
Name | Type | Description |
---|---|---|
Backend |
object |
Property backend: Backend service configuration for routing. |
EnvironmentInfo |
object |
Property environmentInfo: The information if the environment. |
HttpApiId |
object |
Property httpApiId: The ID of the API. |
Match |
object |
Property match: The match rule of route resource. |
RouteName |
object |
Property routeName: The name of the route. |
Description |
object |
Property description: The description of route. |
DomainIds |
object |
Property domainIds: The list of domain name IDs. |
DomainInfos |
object |
Property domainInfos: Domain items. |
Backend
Required
public object Backend { get; set; }
- Type: object
Property backend: Backend service configuration for routing.
EnvironmentInfo
Required
public object EnvironmentInfo { get; set; }
- Type: object
Property environmentInfo: The information if the environment.
HttpApiId
Required
public object HttpApiId { get; set; }
- Type: object
Property httpApiId: The ID of the API.
Match
Required
public object Match { get; set; }
- Type: object
Property match: The match rule of route resource.
RouteName
Required
public object RouteName { get; set; }
- Type: object
Property routeName: The name of the route.
Description
Optional
public object Description { get; set; }
- Type: object
Property description: The description of route.
DomainIds
Optional
public object DomainIds { get; set; }
- Type: object
Property domainIds: The list of domain name IDs.
DomainInfos
Optional
public object DomainInfos { get; set; }
- Type: object
Property domainInfos: Domain items.