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. |
PaymentType
Required
PaymentType interface{}
- Type: interface{}
Property paymentType: The payment type of the gateway.
Valid values:
- PayAsYouGo
- Subscription
Spec
Required
Spec interface{}
- Type: interface{}
Property spec: Gateway instance specifications.
ZoneConfig
Required
ZoneConfig interface{}
- Type: interface{}
Property zoneConfig: Availability Zone Configuration.
GatewayName
Optional
GatewayName interface{}
- Type: interface{}
Property gatewayName: The name of the Gateway.
LogConfig
Optional
LogConfig interface{}
- Type: interface{}
Property logConfig: Log Configuration.
NetworkAccessConfig
Optional
NetworkAccessConfig interface{}
- Type: interface{}
Property networkAccessConfig: Network Access Configuration.
Vpc
Optional
Vpc interface{}
- Type: interface{}
Property vpc: The VPC associated with the Gateway.
VSwitch
Optional
VSwitch interface{}
- Type: interface{}
Property vSwitch: The virtual switch associated with the Gateway.