RosVirtualBorderRouterProps
Properties for defining a RosVirtualBorderRouter
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-virtualborderrouter
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.RosVirtualBorderRouterProps {
LocalGatewayIp: interface{},
PeerGatewayIp: interface{},
PeeringSubnetMask: interface{},
PhysicalConnectionId: interface{},
VlanId: interface{},
CircuitCode: interface{},
Description: interface{},
Name: interface{},
}
Properties
Name | Type | Description |
---|---|---|
LocalGatewayIp |
interface{} |
No description. |
PeerGatewayIp |
interface{} |
No description. |
PeeringSubnetMask |
interface{} |
No description. |
PhysicalConnectionId |
interface{} |
No description. |
VlanId |
interface{} |
No description. |
CircuitCode |
interface{} |
No description. |
Description |
interface{} |
No description. |
Name |
interface{} |
No description. |
LocalGatewayIp
Required
LocalGatewayIp interface{}
- Type: interface{}
PeerGatewayIp
Required
PeerGatewayIp interface{}
- Type: interface{}
PeeringSubnetMask
Required
PeeringSubnetMask interface{}
- Type: interface{}
PhysicalConnectionId
Required
PhysicalConnectionId interface{}
- Type: interface{}
VlanId
Required
VlanId interface{}
- Type: interface{}
CircuitCode
Optional
CircuitCode interface{}
- Type: interface{}
Description
Optional
Description interface{}
- Type: interface{}
Name
Optional
Name interface{}
- Type: interface{}