CustomerGatewayProps
Properties for defining a CustomerGateway
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-customergateway
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.CustomerGatewayProps {
IpAddress: interface{},
Asn: interface{},
Description: interface{},
Name: interface{},
}
Properties
Name | Type | Description |
---|---|---|
IpAddress |
interface{} |
Property ipAddress: The IP address of the user gateway. |
Asn |
interface{} |
Property asn: The autonomous system number of the local data center gateway device. |
Description |
interface{} |
Property description: Description of the user gateway. |
Name |
interface{} |
Property name: The name of the user gateway. |
IpAddress
Required
IpAddress interface{}
- Type: interface{}
Property ipAddress: The IP address of the user gateway.
Asn
Optional
Asn interface{}
- Type: interface{}
Property asn: The autonomous system number of the local data center gateway device.
Description
Optional
Description interface{}
- Type: interface{}
Property description: Description of the user gateway.
The length is 2-256 characters and must start with a letter or Chinese, but cannot start with http:// or https://.
Name
Optional
Name interface{}
- Type: interface{}
Property name: The name of the user gateway.
The length is 2-128 characters and must start with a letter or Chinese. It can contain numbers, periods (.), underscores (_), and dashes (-). But it can't start with http:// or https://.