Skip to content

InstanceProps

Properties for defining a Instance.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-instance

Initializer

using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new InstanceProps {
    object HttpsPolicy,
    object InstanceName,
    object InstanceSpec,
    object ZoneId,
    object AutoPay = null,
    object ChargeType = null,
    object DeletionForce = null,
    object Duration = null,
    object PricingCycle = null,
    TagsProperty[] Tags = null
};

Properties

Name Type Description
HttpsPolicy object Property httpsPolicy: HTTPS security policy.
InstanceName object Property instanceName: Instance name.
InstanceSpec object Property instanceSpec: Instance specification.
ZoneId object Property zoneId: Zone to which the instance belongs.
AutoPay object Property autoPay: Specifies whether to enable auto-payment for renewals.
ChargeType object Property chargeType: The billing method of the router interface.
DeletionForce object Property deletionForce: Whether force delete the instance even if its status is START_FAILED.
Duration object Property duration: The subscription duration of the instance.
PricingCycle object Property pricingCycle: The billing cycle of the subscription instance.
Tags TagsProperty[] Property tags: Tags to attach to instance.

HttpsPolicyRequired

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

Property httpsPolicy: HTTPS security policy.

Valid values: HTTPS2_TLS1_0, HTTPS2_TLS1_2, HTTPS1_1_TLS1_0


InstanceNameRequired

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

Property instanceName: Instance name.


InstanceSpecRequired

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

Property instanceSpec: Instance specification.

For example: api.s1.small


ZoneIdRequired

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

Property zoneId: Zone to which the instance belongs.

For example: cn-beijing-MAZ2(f,g). Pleas call DescribeZones to get supported zone list.


AutoPayOptional

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

Property autoPay: Specifies whether to enable auto-payment for renewals.

Valid values:

  • True: Auto-payment is enabled. Make sure that your account has a sufficient balance.
  • False: Manual payment is required. To pay for an order, log on to the console. In the upper-right corner, choose Billing > User Center. On the Order Management page, find the order and complete the payment. Default value: False.

ChargeTypeOptional

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

Property chargeType: The billing method of the router interface.

Valid values: PrePaid (Subscription), PostPaid (default, Pay-As-You-Go). Default value: PostPaid.


DeletionForceOptional

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

Property deletionForce: Whether force delete the instance even if its status is START_FAILED.

Default value is false.


DurationOptional

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

Property duration: The subscription duration of the instance.

Valid values:

  • If PricingCycle is set to Month, the valid values are 1 to 9.
  • If PricingCycle is set to Year, the valid values are 1 to 3.

This parameter is required and takes effect only if you set ChargeType to PrePaid.


PricingCycleOptional

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

Property pricingCycle: The billing cycle of the subscription instance.

Valid values:

  • year
  • month

This parameter is required if you set ChargeType to PrePaid.


TagsOptional

public TagsProperty[] Tags { get; set; }

Property tags: Tags to attach to instance.

Max support 20 tags to add during create instance. Each tag with two properties Key and Value, and Key is required.