Class LinuxNodeAttribute
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.goosefs.v20220519.models.LinuxNodeAttribute
-
public class LinuxNodeAttribute extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description LinuxNodeAttribute()
LinuxNodeAttribute(LinuxNodeAttribute 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 String
getInstanceId()
Get cvmIdString
getLinuxClientNodeIp()
Get linux客户端节点地址String
getSubnetId()
Get 节点所属子网idString
getVpcId()
Get 节点所属vpcidvoid
setInstanceId(String InstanceId)
Set cvmIdvoid
setLinuxClientNodeIp(String LinuxClientNodeIp)
Set linux客户端节点地址void
setSubnetId(String SubnetId)
Set 节点所属子网idvoid
setVpcId(String VpcId)
Set 节点所属vpcidvoid
toMap(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
-
LinuxNodeAttribute
public LinuxNodeAttribute()
-
LinuxNodeAttribute
public LinuxNodeAttribute(LinuxNodeAttribute 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
-
getInstanceId
public String getInstanceId()
Get cvmId- Returns:
- InstanceId cvmId
-
setInstanceId
public void setInstanceId(String InstanceId)
Set cvmId- Parameters:
InstanceId
- cvmId
-
getVpcId
public String getVpcId()
Get 节点所属vpcid- Returns:
- VpcId 节点所属vpcid
-
setVpcId
public void setVpcId(String VpcId)
Set 节点所属vpcid- Parameters:
VpcId
- 节点所属vpcid
-
getSubnetId
public String getSubnetId()
Get 节点所属子网id- Returns:
- SubnetId 节点所属子网id
-
setSubnetId
public void setSubnetId(String SubnetId)
Set 节点所属子网id- Parameters:
SubnetId
- 节点所属子网id
-
getLinuxClientNodeIp
public String getLinuxClientNodeIp()
Get linux客户端节点地址- Returns:
- LinuxClientNodeIp linux客户端节点地址
-
setLinuxClientNodeIp
public void setLinuxClientNodeIp(String LinuxClientNodeIp)
Set linux客户端节点地址- Parameters:
LinuxClientNodeIp
- linux客户端节点地址
-
-