public class CreateFileSystemRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateFileSystemRequest() | 
| CreateFileSystemRequest(CreateFileSystemRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getClusterPort()Get 集群ssh通信端口,默认是22 | 
| String | getDescription()Get 文件系统备注描述 | 
| GooseFSxBuildElement | getGooseFSxBuildElements()Get GooseFSx构建时要传递的参数 | 
| String | getName()Get 文件系统名 | 
| String | getSecurityGroupId()Get 客户端集群所属的安全组 | 
| String | getSubnetId()Get 子网ID | 
| Tag[] | getTag()Get 文件系统关联的tag | 
| String | getType()Get 文件系统类型, 可填goosefs和goosefsx | 
| String | getVpcId()Get vpc网络ID | 
| String | getZone()Get 子网所在的可用区 | 
| void | setClusterPort(Long ClusterPort)Set 集群ssh通信端口,默认是22 | 
| void | setDescription(String Description)Set 文件系统备注描述 | 
| void | setGooseFSxBuildElements(GooseFSxBuildElement GooseFSxBuildElements)Set GooseFSx构建时要传递的参数 | 
| void | setName(String Name)Set 文件系统名 | 
| void | setSecurityGroupId(String SecurityGroupId)Set 客户端集群所属的安全组 | 
| void | setSubnetId(String SubnetId)Set 子网ID | 
| void | setTag(Tag[] Tag)Set 文件系统关联的tag | 
| void | setType(String Type)Set 文件系统类型, 可填goosefs和goosefsx | 
| void | setVpcId(String VpcId)Set vpc网络ID | 
| void | setZone(String Zone)Set 子网所在的可用区 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateFileSystemRequest()
public CreateFileSystemRequest(CreateFileSystemRequest source)
public String getType()
public void setType(String Type)
Type - 文件系统类型, 可填goosefs和goosefsxpublic String getName()
public void setName(String Name)
Name - 文件系统名public String getDescription()
public void setDescription(String Description)
Description - 文件系统备注描述public String getVpcId()
public void setVpcId(String VpcId)
VpcId - vpc网络IDpublic String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId - 子网IDpublic String getZone()
public void setZone(String Zone)
Zone - 子网所在的可用区public Tag[] getTag()
public void setTag(Tag[] Tag)
Tag - 文件系统关联的tagpublic GooseFSxBuildElement getGooseFSxBuildElements()
public void setGooseFSxBuildElements(GooseFSxBuildElement GooseFSxBuildElements)
GooseFSxBuildElements - GooseFSx构建时要传递的参数public String getSecurityGroupId()
public void setSecurityGroupId(String SecurityGroupId)
SecurityGroupId - 客户端集群所属的安全组public Long getClusterPort()
public void setClusterPort(Long ClusterPort)
ClusterPort - 集群ssh通信端口,默认是22Copyright © 2025. All rights reserved.