public class CreatePfsRequest
extends com.baidubce.common.BaseBceRequest
| Constructor and Description |
|---|
CreatePfsRequest() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCapacity() |
String |
getDescription() |
String |
getInstanceType() |
String |
getName() |
String |
getSubnetId() |
List<Tag> |
getTags() |
CreatePfsRequest |
setCapacity(Integer capacity) |
CreatePfsRequest |
setDescription(String description) |
CreatePfsRequest |
setInstanceType(String instanceType) |
CreatePfsRequest |
setName(String name) |
CreatePfsRequest |
setSubnetId(String subnetId) |
CreatePfsRequest |
setTags(List<Tag> tags) |
public String getName()
public CreatePfsRequest setName(String name)
public String getInstanceType()
public CreatePfsRequest setInstanceType(String instanceType)
public Integer getCapacity()
public CreatePfsRequest setCapacity(Integer capacity)
public String getSubnetId()
public CreatePfsRequest setSubnetId(String subnetId)
public String getDescription()
public CreatePfsRequest setDescription(String description)
public CreatePfsRequest setTags(List<Tag> tags)
Copyright © 2026. All rights reserved.