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. |
HttpsPolicy
Required
public object HttpsPolicy { get; set; }
- Type: object
InstanceName
Required
public object InstanceName { get; set; }
- Type: object
InstanceSpec
Required
public object InstanceSpec { get; set; }
- Type: object
ZoneId
Required
public object ZoneId { get; set; }
- Type: object
AutoPay
Optional
public object AutoPay { get; set; }
- Type: object
ChargeType
Optional
public object ChargeType { get; set; }
- Type: object
DeletionForce
Optional
public object DeletionForce { get; set; }
- Type: object
Duration
Optional
public object Duration { get; set; }
- Type: object
PricingCycle
Optional
public object PricingCycle { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]