InstancesProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cms;
new InstancesProperty {
object Category,
object InstanceId,
object InstanceName,
object RegionId
};
Properties
Name | Type | Description |
---|---|---|
Category |
object |
No description. |
InstanceId |
object |
No description. |
InstanceName |
object |
No description. |
RegionId |
object |
No description. |
Category
Required
public object Category { get; set; }
- Type: object
InstanceId
Required
public object InstanceId { get; set; }
- Type: object
InstanceName
Required
public object InstanceName { get; set; }
- Type: object
RegionId
Required
public object RegionId { get; set; }
- Type: object