PeeringRouterInterfaceBindingProps
Properties for defining a PeeringRouterInterfaceBinding
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-peeringrouterinterfacebinding
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.PeeringRouterInterfaceBindingProps {
OppositeInterfaceId: interface{},
RouterInterfaceId: interface{},
OppositeInterfaceOwnerId: interface{},
OppositeRouterId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
OppositeInterfaceId |
interface{} |
Property oppositeInterfaceId: The connection peer RouterInterface ID. |
RouterInterfaceId |
interface{} |
Property routerInterfaceId: The RouterInterface is set the parameters of the connection peer RouterInterface. |
OppositeInterfaceOwnerId |
interface{} |
Property oppositeInterfaceOwnerId: Owner account ID of the connection peer RouterInterface. |
OppositeRouterId |
interface{} |
Property oppositeRouterId: Router ID of the connection peer RouterInterface. |
OppositeInterfaceId
Required
OppositeInterfaceId interface{}
- Type: interface{}
Property oppositeInterfaceId: The connection peer RouterInterface ID.
RouterInterfaceId
Required
RouterInterfaceId interface{}
- Type: interface{}
Property routerInterfaceId: The RouterInterface is set the parameters of the connection peer RouterInterface.
OppositeInterfaceOwnerId
Optional
OppositeInterfaceOwnerId interface{}
- Type: interface{}
Property oppositeInterfaceOwnerId: Owner account ID of the connection peer RouterInterface.
OppositeRouterId
Optional
OppositeRouterId interface{}
- Type: interface{}
Property oppositeRouterId: Router ID of the connection peer RouterInterface.