Class EdgeNodeInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.EdgeNodeInfo
-
public class EdgeNodeInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description EdgeNodeInfo()EdgeNodeInfo(EdgeNodeInfo 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 StringgetCpuArchitecture()Get CPU体系结构 注意:此字段可能返回 null,表示取不到有效值。StringgetCreateTime()Get 创建时间LonggetId()Get IECP边缘节点IDStringgetIp()Get IP地址 注意:此字段可能返回 null,表示取不到有效值。StringgetName()Get 节点名称KeyValueObjgetNodeUnits()Get 节点所属的NodeUnit key:NodeUnit模版ID,Value:NodeUnit模版名称 注意:此字段可能返回 null,表示取不到有效值。StringgetOperatingSystem()Get 操作系统 注意:此字段可能返回 null,表示取不到有效值。EdgeNodeResourceInfogetResource()Get 节点资源信息 注意:此字段可能返回 null,表示取不到有效值。LonggetStatus()Get 节点状态 (1健康|2异常|3离线|4未激活)voidsetCpuArchitecture(String CpuArchitecture)Set CPU体系结构 注意:此字段可能返回 null,表示取不到有效值。voidsetCreateTime(String CreateTime)Set 创建时间voidsetId(Long Id)Set IECP边缘节点IDvoidsetIp(String Ip)Set IP地址 注意:此字段可能返回 null,表示取不到有效值。voidsetName(String Name)Set 节点名称voidsetNodeUnits(KeyValueObj NodeUnits)Set 节点所属的NodeUnit key:NodeUnit模版ID,Value:NodeUnit模版名称 注意:此字段可能返回 null,表示取不到有效值。voidsetOperatingSystem(String OperatingSystem)Set 操作系统 注意:此字段可能返回 null,表示取不到有效值。voidsetResource(EdgeNodeResourceInfo Resource)Set 节点资源信息 注意:此字段可能返回 null,表示取不到有效值。voidsetStatus(Long Status)Set 节点状态 (1健康|2异常|3离线|4未激活)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
-
EdgeNodeInfo
public EdgeNodeInfo()
-
EdgeNodeInfo
public EdgeNodeInfo(EdgeNodeInfo 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
-
getId
public Long getId()
Get IECP边缘节点ID- Returns:
- Id IECP边缘节点ID
-
setId
public void setId(Long Id)
Set IECP边缘节点ID- Parameters:
Id- IECP边缘节点ID
-
getName
public String getName()
Get 节点名称- Returns:
- Name 节点名称
-
setName
public void setName(String Name)
Set 节点名称- Parameters:
Name- 节点名称
-
getStatus
public Long getStatus()
Get 节点状态 (1健康|2异常|3离线|4未激活)- Returns:
- Status 节点状态 (1健康|2异常|3离线|4未激活)
-
setStatus
public void setStatus(Long Status)
Set 节点状态 (1健康|2异常|3离线|4未激活)- Parameters:
Status- 节点状态 (1健康|2异常|3离线|4未激活)
-
getCreateTime
public String getCreateTime()
Get 创建时间- Returns:
- CreateTime 创建时间
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 创建时间- Parameters:
CreateTime- 创建时间
-
getResource
public EdgeNodeResourceInfo getResource()
Get 节点资源信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Resource 节点资源信息 注意:此字段可能返回 null,表示取不到有效值。
-
setResource
public void setResource(EdgeNodeResourceInfo Resource)
Set 节点资源信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Resource- 节点资源信息 注意:此字段可能返回 null,表示取不到有效值。
-
getCpuArchitecture
public String getCpuArchitecture()
Get CPU体系结构 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CpuArchitecture CPU体系结构 注意:此字段可能返回 null,表示取不到有效值。
-
setCpuArchitecture
public void setCpuArchitecture(String CpuArchitecture)
Set CPU体系结构 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CpuArchitecture- CPU体系结构 注意:此字段可能返回 null,表示取不到有效值。
-
getIp
public String getIp()
Get IP地址 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Ip IP地址 注意:此字段可能返回 null,表示取不到有效值。
-
setIp
public void setIp(String Ip)
Set IP地址 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Ip- IP地址 注意:此字段可能返回 null,表示取不到有效值。
-
getOperatingSystem
public String getOperatingSystem()
Get 操作系统 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- OperatingSystem 操作系统 注意:此字段可能返回 null,表示取不到有效值。
-
setOperatingSystem
public void setOperatingSystem(String OperatingSystem)
Set 操作系统 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
OperatingSystem- 操作系统 注意:此字段可能返回 null,表示取不到有效值。
-
getNodeUnits
public KeyValueObj getNodeUnits()
Get 节点所属的NodeUnit key:NodeUnit模版ID,Value:NodeUnit模版名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- NodeUnits 节点所属的NodeUnit key:NodeUnit模版ID,Value:NodeUnit模版名称 注意:此字段可能返回 null,表示取不到有效值。
-
setNodeUnits
public void setNodeUnits(KeyValueObj NodeUnits)
Set 节点所属的NodeUnit key:NodeUnit模版ID,Value:NodeUnit模版名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
NodeUnits- 节点所属的NodeUnit key:NodeUnit模版ID,Value:NodeUnit模版名称 注意:此字段可能返回 null,表示取不到有效值。
-
-