public class CreateFileSystemRequest
extends com.baidubce.common.BaseBceRequest
| Constructor and Description |
|---|
CreateFileSystemRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCapacityQuota() |
String |
getFsName() |
String |
getProtocol() |
List<Tag> |
getTags() |
String |
getType() |
String |
getZone() |
CreateFileSystemRequest |
setCapacityQuota(Long capacityQuota) |
CreateFileSystemRequest |
setFsName(String fsName) |
CreateFileSystemRequest |
setProtocol(String protocol) |
CreateFileSystemRequest |
setTags(List<Tag> tags) |
CreateFileSystemRequest |
setType(String type) |
CreateFileSystemRequest |
setZone(String zone) |
public String getFsName()
public CreateFileSystemRequest setFsName(String fsName)
public String getZone()
public CreateFileSystemRequest setZone(String zone)
public String getType()
public CreateFileSystemRequest setType(String type)
public String getProtocol()
public CreateFileSystemRequest setProtocol(String protocol)
public CreateFileSystemRequest setTags(List<Tag> tags)
public Long getCapacityQuota()
public CreateFileSystemRequest setCapacityQuota(Long capacityQuota)
Copyright © 2026. All rights reserved.