Skip to content

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.

LocalGatewayIpRequired

LocalGatewayIp interface{}
  • Type: interface{}

PeerGatewayIpRequired

PeerGatewayIp interface{}
  • Type: interface{}

PeeringSubnetMaskRequired

PeeringSubnetMask interface{}
  • Type: interface{}

PhysicalConnectionIdRequired

PhysicalConnectionId interface{}
  • Type: interface{}

VlanIdRequired

VlanId interface{}
  • Type: interface{}

CircuitCodeOptional

CircuitCode interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

NameOptional

Name interface{}
  • Type: interface{}