public class CreateFileSystemRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateFileSystemRequest.ChargeTypeEnum
Gets or Sets chargeType
|
static class |
CreateFileSystemRequest.FileSystemTypeEnum
Gets or Sets fileSystemType
|
static class |
CreateFileSystemRequest.ProtocolTypeEnum
Gets or Sets protocolType
|
| Constructor and Description |
|---|
CreateFileSystemRequest() |
public CreateFileSystemRequest capacity(Integer capacity)
public Integer getCapacity()
public void setCapacity(Integer capacity)
public CreateFileSystemRequest chargeType(CreateFileSystemRequest.ChargeTypeEnum chargeType)
@NotNull public @NotNull CreateFileSystemRequest.ChargeTypeEnum getChargeType()
public void setChargeType(CreateFileSystemRequest.ChargeTypeEnum chargeType)
public CreateFileSystemRequest description(String description)
public String getDescription()
public void setDescription(String description)
public CreateFileSystemRequest fileSystemName(String fileSystemName)
@NotNull public @NotNull String getFileSystemName()
public void setFileSystemName(String fileSystemName)
public CreateFileSystemRequest fileSystemType(CreateFileSystemRequest.FileSystemTypeEnum fileSystemType)
@NotNull public @NotNull CreateFileSystemRequest.FileSystemTypeEnum getFileSystemType()
public void setFileSystemType(CreateFileSystemRequest.FileSystemTypeEnum fileSystemType)
public CreateFileSystemRequest project(String project)
public String getProject()
public void setProject(String project)
public CreateFileSystemRequest protocolType(CreateFileSystemRequest.ProtocolTypeEnum protocolType)
@NotNull public @NotNull CreateFileSystemRequest.ProtocolTypeEnum getProtocolType()
public void setProtocolType(CreateFileSystemRequest.ProtocolTypeEnum protocolType)
public CreateFileSystemRequest storeType(String storeType)
@NotNull public @NotNull String getStoreType()
public void setStoreType(String storeType)
public CreateFileSystemRequest subnetId(String subnetId)
public String getSubnetId()
public void setSubnetId(String subnetId)
public CreateFileSystemRequest tags(List<TagForCreateFileSystemInput> tags)
public CreateFileSystemRequest addTagsItem(TagForCreateFileSystemInput tagsItem)
@Valid public @Valid List<TagForCreateFileSystemInput> getTags()
public void setTags(List<TagForCreateFileSystemInput> tags)
public CreateFileSystemRequest versionNumber(String versionNumber)
public String getVersionNumber()
public void setVersionNumber(String versionNumber)
public CreateFileSystemRequest vpcId(String vpcId)
public String getVpcId()
public void setVpcId(String vpcId)
public CreateFileSystemRequest zoneId(String zoneId)
@NotNull public @NotNull String getZoneId()
public void setZoneId(String zoneId)
Copyright © 2026. All rights reserved.