public class LinuxNodeAttribute extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getInstanceId()
Get cvmId
|
String |
getLinuxClientNodeIp()
Get linux客户端节点地址
|
String |
getMountPoint()
Get 自定义挂载点
|
String |
getSubnetId()
Get 节点所属子网id
|
String |
getVpcId()
Get 节点所属vpcid
|
void |
setInstanceId(String InstanceId)
Set cvmId
|
void |
setLinuxClientNodeIp(String LinuxClientNodeIp)
Set linux客户端节点地址
|
void |
setMountPoint(String MountPoint)
Set 自定义挂载点
|
void |
setSubnetId(String SubnetId)
Set 节点所属子网id
|
void |
setVpcId(String VpcId)
Set 节点所属vpcid
|
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 LinuxNodeAttribute()
public LinuxNodeAttribute(LinuxNodeAttribute source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- cvmIdpublic String getVpcId()
public void setVpcId(String VpcId)
VpcId
- 节点所属vpcidpublic String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- 节点所属子网idpublic String getLinuxClientNodeIp()
public void setLinuxClientNodeIp(String LinuxClientNodeIp)
LinuxClientNodeIp
- linux客户端节点地址public String getMountPoint()
public void setMountPoint(String MountPoint)
MountPoint
- 自定义挂载点Copyright © 2024. All rights reserved.