Skip to content

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.

PaymentTypeRequired

PaymentType interface{}
  • Type: interface{}

SpecRequired

Spec interface{}
  • Type: interface{}

ZoneConfigRequired

ZoneConfig interface{}
  • Type: interface{}

GatewayNameOptional

GatewayName interface{}
  • Type: interface{}

LogConfigOptional

LogConfig interface{}
  • Type: interface{}

NetworkAccessConfigOptional

NetworkAccessConfig interface{}
  • Type: interface{}

VpcOptional

Vpc interface{}
  • Type: interface{}

VSwitchOptional

VSwitch interface{}
  • Type: interface{}