public static final class DescribeDNSSLBSubDomainsResponseBody.SlbSubDomain.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeDNSSLBSubDomainsResponseBody.SlbSubDomain |
build() |
DescribeDNSSLBSubDomainsResponseBody.SlbSubDomain.Builder |
lineAlgorithms(DescribeDNSSLBSubDomainsResponseBody.LineAlgorithms lineAlgorithms)
The lines for which weighted round-robin is enabled.
|
DescribeDNSSLBSubDomainsResponseBody.SlbSubDomain.Builder |
open(Boolean open)
Indicates whether weighted round-robin is enabled for the subdomain.
|
DescribeDNSSLBSubDomainsResponseBody.SlbSubDomain.Builder |
recordCount(Long recordCount)
The number of DNS records added for the subdomain.
|
DescribeDNSSLBSubDomainsResponseBody.SlbSubDomain.Builder |
subDomain(String subDomain)
The name of the subdomain.
|
DescribeDNSSLBSubDomainsResponseBody.SlbSubDomain.Builder |
type(String type)
The type of the Domain Name System (DNS) record that supports weighted round-robin.
|
public DescribeDNSSLBSubDomainsResponseBody.SlbSubDomain.Builder lineAlgorithms(DescribeDNSSLBSubDomainsResponseBody.LineAlgorithms lineAlgorithms)
The lines for which weighted round-robin is enabled.
public DescribeDNSSLBSubDomainsResponseBody.SlbSubDomain.Builder open(Boolean open)
Indicates whether weighted round-robin is enabled for the subdomain.
example:true
public DescribeDNSSLBSubDomainsResponseBody.SlbSubDomain.Builder recordCount(Long recordCount)
The number of DNS records added for the subdomain.
example:3
public DescribeDNSSLBSubDomainsResponseBody.SlbSubDomain.Builder subDomain(String subDomain)
The name of the subdomain.
example:public DescribeDNSSLBSubDomainsResponseBody.SlbSubDomain.Builder type(String type)
The type of the Domain Name System (DNS) record that supports weighted round-robin. Valid values: A, AAAA, and CNAME.
example:A
public DescribeDNSSLBSubDomainsResponseBody.SlbSubDomain build()
Copyright © 2026. All rights reserved.