RosGatewayProps
Properties for defining a RosGateway
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-gateway
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapig"
&alicloudroscdkapig.RosGatewayProps {
PaymentType: interface{},
Spec: interface{},
ZoneConfig: interface{},
GatewayName: interface{},
LogConfig: interface{},
NetworkAccessConfig: interface{},
Vpc: interface{},
VSwitch: interface{},
}
Properties
Name | Type | Description |
---|---|---|
PaymentType |
interface{} |
No description. |
Spec |
interface{} |
No description. |
ZoneConfig |
interface{} |
No description. |
GatewayName |
interface{} |
No description. |
LogConfig |
interface{} |
No description. |
NetworkAccessConfig |
interface{} |
No description. |
Vpc |
interface{} |
No description. |
VSwitch |
interface{} |
No description. |
PaymentType
Required
PaymentType interface{}
- Type: interface{}
Spec
Required
Spec interface{}
- Type: interface{}
ZoneConfig
Required
ZoneConfig interface{}
- Type: interface{}
GatewayName
Optional
GatewayName interface{}
- Type: interface{}
LogConfig
Optional
LogConfig interface{}
- Type: interface{}
NetworkAccessConfig
Optional
NetworkAccessConfig interface{}
- Type: interface{}
Vpc
Optional
Vpc interface{}
- Type: interface{}
VSwitch
Optional
VSwitch interface{}
- Type: interface{}