public class ModifyInstanceEndpointRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyInstanceEndpointRequest() |
ModifyInstanceEndpointRequest(ModifyInstanceEndpointRequest 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 |
---|---|
Long |
getBandwidth()
Get 公网带宽,Mbps为单位
|
Boolean |
getBillingFlow()
Get 公网是否按流量计费
|
String |
getInstanceId()
Get 集群ID
|
IpRule[] |
getIpRules()
Get 公网安全组信息
|
String |
getType()
Get 接入点类型,
PUBLIC 公网
|
void |
setBandwidth(Long Bandwidth)
Set 公网带宽,Mbps为单位
|
void |
setBillingFlow(Boolean BillingFlow)
Set 公网是否按流量计费
|
void |
setInstanceId(String InstanceId)
Set 集群ID
|
void |
setIpRules(IpRule[] IpRules)
Set 公网安全组信息
|
void |
setType(String Type)
Set 接入点类型,
PUBLIC 公网
|
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 ModifyInstanceEndpointRequest()
public ModifyInstanceEndpointRequest(ModifyInstanceEndpointRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 集群IDpublic String getType()
public void setType(String Type)
Type
- 接入点类型,
PUBLIC 公网public Long getBandwidth()
public void setBandwidth(Long Bandwidth)
Bandwidth
- 公网带宽,Mbps为单位public IpRule[] getIpRules()
public void setIpRules(IpRule[] IpRules)
IpRules
- 公网安全组信息public Boolean getBillingFlow()
public void setBillingFlow(Boolean BillingFlow)
BillingFlow
- 公网是否按流量计费Copyright © 2025. All rights reserved.