RosVirtualBorderRouterProps
Properties for defining a RosVirtualBorderRouter.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-virtualborderrouter
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosVirtualBorderRouterProps {
object LocalGatewayIp,
object PeerGatewayIp,
object PeeringSubnetMask,
object PhysicalConnectionId,
object VlanId,
object CircuitCode = null,
object Description = null,
object Name = null
};
Properties
| Name | Type | Description |
|---|---|---|
LocalGatewayIp |
object |
No description. |
PeerGatewayIp |
object |
No description. |
PeeringSubnetMask |
object |
No description. |
PhysicalConnectionId |
object |
No description. |
VlanId |
object |
No description. |
CircuitCode |
object |
No description. |
Description |
object |
No description. |
Name |
object |
No description. |
LocalGatewayIpRequired
public object LocalGatewayIp { get; set; }
- Type: object
PeerGatewayIpRequired
public object PeerGatewayIp { get; set; }
- Type: object
PeeringSubnetMaskRequired
public object PeeringSubnetMask { get; set; }
- Type: object
PhysicalConnectionIdRequired
public object PhysicalConnectionId { get; set; }
- Type: object
VlanIdRequired
public object VlanId { get; set; }
- Type: object
CircuitCodeOptional
public object CircuitCode { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object
NameOptional
public object Name { get; set; }
- Type: object