Skip to content

GatewayProps

Properties for defining a Gateway.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Apig;
new GatewayProps {
    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 Property paymentType: The payment type of the gateway.
Spec object Property spec: Gateway instance specifications.
ZoneConfig object Property zoneConfig: Availability Zone Configuration.
GatewayName object Property gatewayName: The name of the Gateway.
LogConfig object Property logConfig: Log Configuration.
NetworkAccessConfig object Property networkAccessConfig: Network Access Configuration.
Vpc object Property vpc: The VPC associated with the Gateway.
VSwitch object Property vSwitch: The virtual switch associated with the Gateway.

PaymentTypeRequired

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

Property paymentType: The payment type of the gateway.

Valid values:

  • PayAsYouGo
  • Subscription

SpecRequired

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

Property spec: Gateway instance specifications.


ZoneConfigRequired

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

Property zoneConfig: Availability Zone Configuration.


GatewayNameOptional

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

Property gatewayName: The name of the Gateway.


LogConfigOptional

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

Property logConfig: Log Configuration.


NetworkAccessConfigOptional

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

Property networkAccessConfig: Network Access Configuration.


VpcOptional

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

Property vpc: The VPC associated with the Gateway.


VSwitchOptional

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

Property vSwitch: The virtual switch associated with the Gateway.