public class CreateLoadBalancingRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CreateLoadBalancingRequest()  | 
CreateLoadBalancingRequest(CreateLoadBalancingRequest 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 | 
getHost()
Get Subdomain name 
 | 
String[] | 
getOriginId()
Get ID of the origin group used 
 | 
Long | 
getTTL()
Get Indicates DNS TTL time when `Type=dns_only` 
 | 
String | 
getType()
Get Proxy mode. 
 | 
String | 
getZoneId()
Get Site ID 
 | 
void | 
setHost(String Host)
Set Subdomain name 
 | 
void | 
setOriginId(String[] OriginId)
Set ID of the origin group used 
 | 
void | 
setTTL(Long TTL)
Set Indicates DNS TTL time when `Type=dns_only` 
 | 
void | 
setType(String Type)
Set Proxy mode. 
 | 
void | 
setZoneId(String ZoneId)
Set Site ID 
 | 
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, toJsonStringpublic CreateLoadBalancingRequest()
public CreateLoadBalancingRequest(CreateLoadBalancingRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - Site IDpublic String getHost()
public void setHost(String Host)
Host - Subdomain namepublic String getType()
public void setType(String Type)
Type - Proxy mode. Valid values:
`dns_only`: Only DNS
`proxied`: Enable proxypublic String[] getOriginId()
public void setOriginId(String[] OriginId)
OriginId - ID of the origin group usedpublic Long getTTL()
public void setTTL(Long TTL)
TTL - Indicates DNS TTL time when `Type=dns_only`Copyright © 2025. All rights reserved.