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: Indicates whether automatic payment is enabled.
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: Prepaid time period.
PricingCycle object Property pricingCycle: Unit of the payment cycle.
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: Indicates whether automatic payment is enabled.

Valid values: false: Automatic payment is disabled. You need to go to Orders to make the payment once an order is generated. true: Automatic payment is enabled. The payment is automatically made. Default true.


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: Prepaid time period.

It could be from 1 to 9 when PricingCycle is Month, or 1 to 3 when PricingCycle is Year. Default value is 3.


PricingCycleOptional

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

Property pricingCycle: Unit of the payment cycle.

It could be Month (default) or Year.


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.