Ipv4GatewayProps
Properties for defining a Ipv4Gateway.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-ipv4gateway
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.Ipv4GatewayProps {
VpcId: interface{},
Ipv4GatewayDescription: interface{},
Ipv4GatewayName: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
VpcId |
interface{} |
Property vpcId: The ID of the VPC associated with the IPv4 Gateway. |
Ipv4GatewayDescription |
interface{} |
Property ipv4GatewayDescription: Description information. |
Ipv4GatewayName |
interface{} |
Property ipv4GatewayName: Resource name. |
VpcIdRequired
VpcId interface{}
- Type: interface{}
Property vpcId: The ID of the VPC associated with the IPv4 Gateway.
Ipv4GatewayDescriptionOptional
Ipv4GatewayDescription interface{}
- Type: interface{}
Property ipv4GatewayDescription: Description information.
Ipv4GatewayNameOptional
Ipv4GatewayName interface{}
- Type: interface{}
Property ipv4GatewayName: Resource name.