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