Skip to content

PrivatePoolOptionsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ess;
new PrivatePoolOptionsProperty {
    object Identity = null,
    object MatchCriteria = null
};

Properties

Name Type Description
Identity object No description.
MatchCriteria object No description.

IdentityOptional

public object Identity { get; set; }
  • Type: object

MatchCriteriaOptional

public object MatchCriteria { get; set; }
  • Type: object