Class FSAttribute
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.goosefs.v20220519.models.FSAttribute
-
public class FSAttribute extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreateTime()Get 创建时间StringgetDescription()Get 文件系统备注描述StringgetFileSystemId()Get 文件系统IDGooseFSxAttributegetGooseFSxAttribute()Get GooseFSx文件系统属性 注意:此字段可能返回 null,表示取不到有效值。StringgetModifyTime()Get 更新属性时间StringgetName()Get 文件系统名StringgetStatus()Get 文件系统状态 ACTIVE(运行中), CREATING(创建中), DESTROYING(销毁中), FAIL(创建失败),EXPANDING(扩容中),PROBING(容灾中)StringgetSubnetId()Get 子网IDTag[]getTag()Get Tag数组 注意:此字段可能返回 null,表示取不到有效值。StringgetType()Get 文件系统类型, 可填goosefs和goosefsxStringgetVpcId()Get vpc IDStringgetZone()Get 子网所在的可用区voidsetCreateTime(String CreateTime)Set 创建时间voidsetDescription(String Description)Set 文件系统备注描述voidsetFileSystemId(String FileSystemId)Set 文件系统IDvoidsetGooseFSxAttribute(GooseFSxAttribute GooseFSxAttribute)Set GooseFSx文件系统属性 注意:此字段可能返回 null,表示取不到有效值。voidsetModifyTime(String ModifyTime)Set 更新属性时间voidsetName(String Name)Set 文件系统名voidsetStatus(String Status)Set 文件系统状态 ACTIVE(运行中), CREATING(创建中), DESTROYING(销毁中), FAIL(创建失败),EXPANDING(扩容中),PROBING(容灾中)voidsetSubnetId(String SubnetId)Set 子网IDvoidsetTag(Tag[] Tag)Set Tag数组 注意:此字段可能返回 null,表示取不到有效值。voidsetType(String Type)Set 文件系统类型, 可填goosefs和goosefsxvoidsetVpcId(String VpcId)Set vpc IDvoidsetZone(String Zone)Set 子网所在的可用区voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
FSAttribute
public FSAttribute()
-
FSAttribute
public 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.
-
-
Method Detail
-
getType
public String getType()
Get 文件系统类型, 可填goosefs和goosefsx- Returns:
- Type 文件系统类型, 可填goosefs和goosefsx
-
setType
public void setType(String Type)
Set 文件系统类型, 可填goosefs和goosefsx- Parameters:
Type- 文件系统类型, 可填goosefs和goosefsx
-
getFileSystemId
public String getFileSystemId()
Get 文件系统ID- Returns:
- FileSystemId 文件系统ID
-
setFileSystemId
public void setFileSystemId(String FileSystemId)
Set 文件系统ID- Parameters:
FileSystemId- 文件系统ID
-
getCreateTime
public String getCreateTime()
Get 创建时间- Returns:
- CreateTime 创建时间
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 创建时间- Parameters:
CreateTime- 创建时间
-
getGooseFSxAttribute
public GooseFSxAttribute getGooseFSxAttribute()
Get GooseFSx文件系统属性 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- GooseFSxAttribute GooseFSx文件系统属性 注意:此字段可能返回 null,表示取不到有效值。
-
setGooseFSxAttribute
public void setGooseFSxAttribute(GooseFSxAttribute GooseFSxAttribute)
Set GooseFSx文件系统属性 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
GooseFSxAttribute- GooseFSx文件系统属性 注意:此字段可能返回 null,表示取不到有效值。
-
getStatus
public String getStatus()
Get 文件系统状态 ACTIVE(运行中), CREATING(创建中), DESTROYING(销毁中), FAIL(创建失败),EXPANDING(扩容中),PROBING(容灾中)- Returns:
- Status 文件系统状态 ACTIVE(运行中), CREATING(创建中), DESTROYING(销毁中), FAIL(创建失败),EXPANDING(扩容中),PROBING(容灾中)
-
setStatus
public void setStatus(String Status)
Set 文件系统状态 ACTIVE(运行中), CREATING(创建中), DESTROYING(销毁中), FAIL(创建失败),EXPANDING(扩容中),PROBING(容灾中)- Parameters:
Status- 文件系统状态 ACTIVE(运行中), CREATING(创建中), DESTROYING(销毁中), FAIL(创建失败),EXPANDING(扩容中),PROBING(容灾中)
-
getName
public String getName()
Get 文件系统名- Returns:
- Name 文件系统名
-
setName
public void setName(String Name)
Set 文件系统名- Parameters:
Name- 文件系统名
-
getDescription
public String getDescription()
Get 文件系统备注描述- Returns:
- Description 文件系统备注描述
-
setDescription
public void setDescription(String Description)
Set 文件系统备注描述- Parameters:
Description- 文件系统备注描述
-
getVpcId
public String getVpcId()
Get vpc ID- Returns:
- VpcId vpc ID
-
setVpcId
public void setVpcId(String VpcId)
Set vpc ID- Parameters:
VpcId- vpc ID
-
getSubnetId
public String getSubnetId()
Get 子网ID- Returns:
- SubnetId 子网ID
-
setSubnetId
public void setSubnetId(String SubnetId)
Set 子网ID- Parameters:
SubnetId- 子网ID
-
getZone
public String getZone()
Get 子网所在的可用区- Returns:
- Zone 子网所在的可用区
-
setZone
public void setZone(String Zone)
Set 子网所在的可用区- Parameters:
Zone- 子网所在的可用区
-
getTag
public Tag[] getTag()
Get Tag数组 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Tag Tag数组 注意:此字段可能返回 null,表示取不到有效值。
-
setTag
public void setTag(Tag[] Tag)
Set Tag数组 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Tag- Tag数组 注意:此字段可能返回 null,表示取不到有效值。
-
getModifyTime
public String getModifyTime()
Get 更新属性时间- Returns:
- ModifyTime 更新属性时间
-
setModifyTime
public void setModifyTime(String ModifyTime)
Set 更新属性时间- Parameters:
ModifyTime- 更新属性时间
-
-