RosCustomerGatewayProps
Properties for defining a RosCustomerGateway
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-customergateway
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.RosCustomerGatewayProps {
IpAddress: interface{},
Asn: interface{},
Description: interface{},
Name: interface{},
}
Properties
Name | Type | Description |
---|---|---|
IpAddress |
interface{} |
No description. |
Asn |
interface{} |
No description. |
Description |
interface{} |
No description. |
Name |
interface{} |
No description. |
IpAddress
Required
IpAddress interface{}
- Type: interface{}
Asn
Optional
Asn interface{}
- Type: interface{}
Description
Optional
Description interface{}
- Type: interface{}
Name
Optional
Name interface{}
- Type: interface{}