public class FSAttribute extends AbstractModel
header, skipSign
Constructor and Description |
---|
FSAttribute() |
FSAttribute(FSAttribute 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 |
---|---|
ChargeAttribute |
getChargeAttribute()
Get 文件系统付费信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCreateTime()
Get 创建时间
|
String |
getDescription()
Get 文件系统备注描述
|
String |
getFileSystemId()
Get 文件系统ID
|
GooseFSxAttribute |
getGooseFSxAttribute()
Get GooseFSx文件系统属性
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getModifyTime()
Get 更新属性时间
|
String |
getName()
Get 文件系统名
|
String |
getStatus()
Get 文件系统状态 ACTIVE(运行中), CREATING(创建中), DESTROYING(销毁中), FAIL(创建失败),EXPANDING(扩容中),PROBING(容灾中)
|
String |
getSubnetId()
Get 子网ID
|
Tag[] |
getTag()
Get Tag数组
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getType()
Get 文件系统类型, 可填goosefs和goosefsx
|
String |
getVpcId()
Get vpc ID
|
String |
getZone()
Get 子网所在的可用区
|
void |
setChargeAttribute(ChargeAttribute ChargeAttribute)
Set 文件系统付费信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setDescription(String Description)
Set 文件系统备注描述
|
void |
setFileSystemId(String FileSystemId)
Set 文件系统ID
|
void |
setGooseFSxAttribute(GooseFSxAttribute GooseFSxAttribute)
Set GooseFSx文件系统属性
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setModifyTime(String ModifyTime)
Set 更新属性时间
|
void |
setName(String Name)
Set 文件系统名
|
void |
setStatus(String Status)
Set 文件系统状态 ACTIVE(运行中), CREATING(创建中), DESTROYING(销毁中), FAIL(创建失败),EXPANDING(扩容中),PROBING(容灾中)
|
void |
setSubnetId(String SubnetId)
Set 子网ID
|
void |
setTag(Tag[] Tag)
Set Tag数组
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public FSAttribute()
public FSAttribute(FSAttribute source)
public String getType()
public void setType(String Type)
Type
- 文件系统类型, 可填goosefs和goosefsxpublic String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId
- 文件系统IDpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间public GooseFSxAttribute getGooseFSxAttribute()
public void setGooseFSxAttribute(GooseFSxAttribute GooseFSxAttribute)
GooseFSxAttribute
- GooseFSx文件系统属性
注意:此字段可能返回 null,表示取不到有效值。public String getStatus()
public void setStatus(String Status)
Status
- 文件系统状态 ACTIVE(运行中), CREATING(创建中), DESTROYING(销毁中), FAIL(创建失败),EXPANDING(扩容中),PROBING(容灾中)public 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
- Tag数组
注意:此字段可能返回 null,表示取不到有效值。public String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime
- 更新属性时间public ChargeAttribute getChargeAttribute()
public void setChargeAttribute(ChargeAttribute ChargeAttribute)
ChargeAttribute
- 文件系统付费信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.