public class RegisterAdminNodeRequest extends cn.com.antcloud.api.product.AntCloudProdRequest<RegisterAdminNodeResponse>
| 构造器和说明 |
|---|
RegisterAdminNodeRequest() |
RegisterAdminNodeRequest(String productInstanceId) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCluster() |
String |
getDatacenter() |
String |
getDeployunit() |
String |
getEndpointAddress() |
String |
getHostname()
podname/hostname
|
Long |
getNodeId() |
Long |
getNodeType() |
String |
getNodeVersion() |
void |
setCluster(String cluster) |
void |
setDatacenter(String datacenter) |
void |
setDeployunit(String deployunit) |
void |
setEndpointAddress(String endpointAddress) |
void |
setHostname(String hostname)
podname/hostname
|
void |
setNodeId(Long nodeId) |
void |
setNodeType(Long nodeType) |
void |
setNodeVersion(String nodeVersion) |
getProductInstanceId, getRegionName, setProductInstanceId, setRegionNamepublic RegisterAdminNodeRequest(String productInstanceId)
public RegisterAdminNodeRequest()
public String getCluster()
public void setCluster(String cluster)
public String getDatacenter()
public void setDatacenter(String datacenter)
public String getDeployunit()
public void setDeployunit(String deployunit)
public String getHostname()
public void setHostname(String hostname)
public Long getNodeType()
public void setNodeType(Long nodeType)
public Long getNodeId()
public void setNodeId(Long nodeId)
public String getNodeVersion()
public void setNodeVersion(String nodeVersion)
public String getEndpointAddress()
public void setEndpointAddress(String endpointAddress)
Copyright © 2025. All Rights Reserved.