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 name of the capacity reservation.
|
构造器和说明 |
---|
CreateCapacityReservationRequestPrivatePoolOptions() |
@NameInMap(value="MatchCriteria") public String matchCriteria
The type of the private pool to generate after the capacity reservation takes effect. Valid values:
* Open: open private pool.
* Target: targeted private pool.
Default value: Open.
@NameInMap(value="Name") public String name
The name of the capacity reservation. The description must be 2 to 128 characters in length. It must start with a letter but cannot start with `http://` or `https://`. It can contain letters, digits, colons (:), underscores (\_), and hyphens (-).
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 © 2023. All rights reserved.