Skip to content

RosInstanceProps

Properties for defining a RosInstance.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new RosInstanceProps {
    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 No description.
InstanceName object No description.
InstanceSpec object No description.
ZoneId object No description.
AutoPay object No description.
ChargeType object No description.
DeletionForce object No description.
Duration object No description.
PricingCycle object No description.
Tags TagsProperty[] No description.

HttpsPolicyRequired

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

InstanceNameRequired

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

InstanceSpecRequired

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

ZoneIdRequired

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

AutoPayOptional

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

ChargeTypeOptional

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

DeletionForceOptional

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

DurationOptional

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

PricingCycleOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }