DnsConfigOptionsProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ess;
new DnsConfigOptionsProperty {
object Name,
object Value
};
Properties
| Name | Type | Description |
|---|---|---|
Name |
object |
No description. |
Value |
object |
No description. |
NameRequired
public object Name { get; set; }
- Type: object
ValueRequired
public object Value { get; set; }
- Type: object