PrivatePoolOptionsProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new PrivatePoolOptionsProperty {
object Identity = null,
object MatchCriteria = null
};
Properties
Name | Type | Description |
---|---|---|
Identity |
object |
No description. |
MatchCriteria |
object |
No description. |
Identity
Optional
public object Identity { get; set; }
- Type: object
MatchCriteria
Optional
public object MatchCriteria { get; set; }
- Type: object