Skip to content

RosGatewayProps

Properties for defining a RosGateway.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-gateway

Initializer

using AlibabaCloud.SDK.ROS.CDK.Apig;
new RosGatewayProps {
    object PaymentType,
    object Spec,
    object ZoneConfig,
    object GatewayName = null,
    object LogConfig = null,
    object NetworkAccessConfig = null,
    object Vpc = null,
    object VSwitch = null
};

Properties

Name Type Description
PaymentType object No description.
Spec object No description.
ZoneConfig object No description.
GatewayName object No description.
LogConfig object No description.
NetworkAccessConfig object No description.
Vpc object No description.
VSwitch object No description.

PaymentTypeRequired

public object PaymentType { get; set; }
  • Type: object

SpecRequired

public object Spec { get; set; }
  • Type: object

ZoneConfigRequired

public object ZoneConfig { get; set; }
  • Type: object

GatewayNameOptional

public object GatewayName { get; set; }
  • Type: object

LogConfigOptional

public object LogConfig { get; set; }
  • Type: object

NetworkAccessConfigOptional

public object NetworkAccessConfig { get; set; }
  • Type: object

VpcOptional

public object Vpc { get; set; }
  • Type: object

VSwitchOptional

public object VSwitch { get; set; }
  • Type: object