public class CertIdRelatedWithLoadBalancers extends AbstractModel
Constructor and Description |
---|
CertIdRelatedWithLoadBalancers() |
CertIdRelatedWithLoadBalancers(CertIdRelatedWithLoadBalancers 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 |
getCertId()
Get Certificate ID
|
LoadBalancer[] |
getLoadBalancers()
Get List of CLB instances associated with certificate
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setCertId(String CertId)
Set Certificate ID
|
void |
setLoadBalancers(LoadBalancer[] LoadBalancers)
Set List of CLB instances associated with certificate
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CertIdRelatedWithLoadBalancers()
public CertIdRelatedWithLoadBalancers(CertIdRelatedWithLoadBalancers source)
public String getCertId()
public void setCertId(String CertId)
CertId
- Certificate IDpublic LoadBalancer[] getLoadBalancers()
public void setLoadBalancers(LoadBalancer[] LoadBalancers)
LoadBalancers
- List of CLB instances associated with certificate
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.