RosRouterInterfaceProps
Properties for defining a RosRouterInterface
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-routerinterface
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosRouterInterfaceProps {
object Role,
object RouterId,
object AccessPointId = null,
object AutoPay = null,
object Description = null,
object HealthCheckSourceIp = null,
object HealthCheckTargetIp = null,
object InstanceChargeType = null,
object Name = null,
object OppositeAccessPointId = null,
object OppositeInterfaceId = null,
object OppositeInterfaceOwnerId = null,
object OppositeRegionId = null,
object OppositeRouterId = null,
object OppositeRouterType = null,
object Period = null,
object PricingCycle = null,
object RouterType = null,
object Spec = null
};
Properties
Name | Type | Description |
---|---|---|
Role |
object |
No description. |
RouterId |
object |
No description. |
AccessPointId |
object |
No description. |
AutoPay |
object |
No description. |
Description |
object |
No description. |
HealthCheckSourceIp |
object |
No description. |
HealthCheckTargetIp |
object |
No description. |
InstanceChargeType |
object |
No description. |
Name |
object |
No description. |
OppositeAccessPointId |
object |
No description. |
OppositeInterfaceId |
object |
No description. |
OppositeInterfaceOwnerId |
object |
No description. |
OppositeRegionId |
object |
No description. |
OppositeRouterId |
object |
No description. |
OppositeRouterType |
object |
No description. |
Period |
object |
No description. |
PricingCycle |
object |
No description. |
RouterType |
object |
No description. |
Spec |
object |
No description. |
Role
Required
public object Role { get; set; }
- Type: object
RouterId
Required
public object RouterId { get; set; }
- Type: object
AccessPointId
Optional
public object AccessPointId { get; set; }
- Type: object
AutoPay
Optional
public object AutoPay { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
HealthCheckSourceIp
Optional
public object HealthCheckSourceIp { get; set; }
- Type: object
HealthCheckTargetIp
Optional
public object HealthCheckTargetIp { get; set; }
- Type: object
InstanceChargeType
Optional
public object InstanceChargeType { get; set; }
- Type: object
Name
Optional
public object Name { get; set; }
- Type: object
OppositeAccessPointId
Optional
public object OppositeAccessPointId { get; set; }
- Type: object
OppositeInterfaceId
Optional
public object OppositeInterfaceId { get; set; }
- Type: object
OppositeInterfaceOwnerId
Optional
public object OppositeInterfaceOwnerId { get; set; }
- Type: object
OppositeRegionId
Optional
public object OppositeRegionId { get; set; }
- Type: object
OppositeRouterId
Optional
public object OppositeRouterId { get; set; }
- Type: object
OppositeRouterType
Optional
public object OppositeRouterType { get; set; }
- Type: object
Period
Optional
public object Period { get; set; }
- Type: object
PricingCycle
Optional
public object PricingCycle { get; set; }
- Type: object
RouterType
Optional
public object RouterType { get; set; }
- Type: object
Spec
Optional
public object Spec { get; set; }
- Type: object