RosInstanceProps
Properties for defining a RosInstance.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dns-instance
Initializer
using AlibabaCloud.SDK.ROS.CDK.Dns;
new RosInstanceProps {
object DnsSecurity,
object DomainNumbers,
object Period,
object PeriodUnit,
object Version,
object Domain = null,
object InstanceType = null,
object RenewalStatus = null
};
Properties
| Name | Type | Description |
|---|---|---|
DnsSecurity |
object |
No description. |
DomainNumbers |
object |
No description. |
Period |
object |
No description. |
PeriodUnit |
object |
No description. |
Version |
object |
No description. |
Domain |
object |
No description. |
InstanceType |
object |
No description. |
RenewalStatus |
object |
No description. |
DnsSecurityRequired
public object DnsSecurity { get; set; }
- Type: object
DomainNumbersRequired
public object DomainNumbers { get; set; }
- Type: object
PeriodRequired
public object Period { get; set; }
- Type: object
PeriodUnitRequired
public object PeriodUnit { get; set; }
- Type: object
VersionRequired
public object Version { get; set; }
- Type: object
DomainOptional
public object Domain { get; set; }
- Type: object
InstanceTypeOptional
public object InstanceType { get; set; }
- Type: object
RenewalStatusOptional
public object RenewalStatus { get; set; }
- Type: object