public class SetDomainRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
bindStageName
The network type of the domain name to be bound.
|
String |
customDomainType
Specifies whether this binding relationship takes precedence over the binding relationships between the domain name and other API groups.
|
String |
domainName
The environment which you can access by using the domain name.
|
String |
groupId
The custom domain name.
|
Boolean |
isForce
Specifies whether to redirect HTTP requests to HTTPS requests.
|
Boolean |
isHttpRedirectToHttps
The ID of the request.
|
| 构造器和说明 |
|---|
SetDomainRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SetDomainRequest |
build(Map<String,?> map) |
String |
getBindStageName() |
String |
getCustomDomainType() |
String |
getDomainName() |
String |
getGroupId() |
Boolean |
getIsForce() |
Boolean |
getIsHttpRedirectToHttps() |
SetDomainRequest |
setBindStageName(String bindStageName) |
SetDomainRequest |
setCustomDomainType(String customDomainType) |
SetDomainRequest |
setDomainName(String domainName) |
SetDomainRequest |
setGroupId(String groupId) |
SetDomainRequest |
setIsForce(Boolean isForce) |
SetDomainRequest |
setIsHttpRedirectToHttps(Boolean isHttpRedirectToHttps) |
@NameInMap(value="BindStageName") public String bindStageName
The network type of the domain name to be bound. Default value: INTERNET. Valid values:
* INTERNET
* INTRANET. If you set this parameter to this value, the domain name cannot be used on the Internet.
@NameInMap(value="CustomDomainType") public String customDomainType
Specifies whether this binding relationship takes precedence over the binding relationships between the domain name and other API groups. If you set this parameter to true, this binding relationship takes precedence, and the domain name is automatically unbound from other API groups. This operation brings risks. Proceed with caution.
@NameInMap(value="DomainName") public String domainName
The environment which you can access by using the domain name. If you do not specify this parameter, the domain name can be used to access all environments.
If you specify an environment, the domain name can be used to access only the specified environment. Valid values:
* TEST
* PRE
* RELEASE
If you want to use the domain name to access all environments, set this parameter to an empty string ("").
@NameInMap(value="GroupId") public String groupId
The custom domain name.
@NameInMap(value="IsForce") public Boolean isForce
Specifies whether to redirect HTTP requests to HTTPS requests.
@NameInMap(value="IsHttpRedirectToHttps") public Boolean isHttpRedirectToHttps
The ID of the request.
public static SetDomainRequest build(Map<String,?> map) throws Exception
Exceptionpublic SetDomainRequest setBindStageName(String bindStageName)
public String getBindStageName()
public SetDomainRequest setCustomDomainType(String customDomainType)
public String getCustomDomainType()
public SetDomainRequest setDomainName(String domainName)
public String getDomainName()
public SetDomainRequest setGroupId(String groupId)
public String getGroupId()
public SetDomainRequest setIsForce(Boolean isForce)
public Boolean getIsForce()
public SetDomainRequest setIsHttpRedirectToHttps(Boolean isHttpRedirectToHttps)
public Boolean getIsHttpRedirectToHttps()
Copyright © 2023. All rights reserved.