GatewayProps
Properties for defining a Gateway.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-gateway
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapig"
&alicloudroscdkapig.GatewayProps {
PaymentType: interface{},
Spec: interface{},
ZoneConfig: interface{},
GatewayName: interface{},
LogConfig: interface{},
NetworkAccessConfig: interface{},
Vpc: interface{},
VSwitch: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
PaymentType |
interface{} |
Property paymentType: The payment type of the gateway. |
Spec |
interface{} |
Property spec: Gateway instance specifications. |
ZoneConfig |
interface{} |
Property zoneConfig: Availability Zone Configuration. |
GatewayName |
interface{} |
Property gatewayName: The name of the Gateway. |
LogConfig |
interface{} |
Property logConfig: Log Configuration. |
NetworkAccessConfig |
interface{} |
Property networkAccessConfig: Network Access Configuration. |
Vpc |
interface{} |
Property vpc: The VPC associated with the Gateway. |
VSwitch |
interface{} |
Property vSwitch: The virtual switch associated with the Gateway. |
PaymentTypeRequired
PaymentType interface{}
- Type: interface{}
Property paymentType: The payment type of the gateway.
Valid values:
- PayAsYouGo
- Subscription
SpecRequired
Spec interface{}
- Type: interface{}
Property spec: Gateway instance specifications.
ZoneConfigRequired
ZoneConfig interface{}
- Type: interface{}
Property zoneConfig: Availability Zone Configuration.
GatewayNameOptional
GatewayName interface{}
- Type: interface{}
Property gatewayName: The name of the Gateway.
LogConfigOptional
LogConfig interface{}
- Type: interface{}
Property logConfig: Log Configuration.
NetworkAccessConfigOptional
NetworkAccessConfig interface{}
- Type: interface{}
Property networkAccessConfig: Network Access Configuration.
VpcOptional
Vpc interface{}
- Type: interface{}
Property vpc: The VPC associated with the Gateway.
VSwitchOptional
VSwitch interface{}
- Type: interface{}
Property vSwitch: The virtual switch associated with the Gateway.