public static class CreateElasticityAssuranceRequest.CreateElasticityAssuranceRequestPrivatePoolOptions
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
matchCriteria
The type of the private pool with which you want to associate the elasticity assurance.
|
String |
name
The name of the elasticity assurance.
|
构造器和说明 |
---|
CreateElasticityAssuranceRequestPrivatePoolOptions() |
@NameInMap(value="MatchCriteria") public String matchCriteria
The type of the private pool with which you want to associate the elasticity assurance. Valid values:
Default value: Open.
example:Open
@NameInMap(value="Name") public String name
The name of the elasticity assurance. The name must be 2 to 128 characters in length. It must start with a letter and cannot start with http://
or https://
. It can contain letters, digits, colons (:), underscores (_), and hyphens (-).
eapTestName
public CreateElasticityAssuranceRequestPrivatePoolOptions()
public static CreateElasticityAssuranceRequest.CreateElasticityAssuranceRequestPrivatePoolOptions build(Map<String,?> map) throws Exception
Exception
public CreateElasticityAssuranceRequest.CreateElasticityAssuranceRequestPrivatePoolOptions setMatchCriteria(String matchCriteria)
public String getMatchCriteria()
public CreateElasticityAssuranceRequest.CreateElasticityAssuranceRequestPrivatePoolOptions setName(String name)
public String getName()
Copyright © 2024. All rights reserved.