DomainExtensionProps
Properties for defining a DomainExtension.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-slb-domainextension
Initializer
import com.aliyun.ros.cdk.slb.DomainExtensionProps;
DomainExtensionProps.builder()
.domain(java.lang.String)
.domain(IResolvable)
.listenerPort(java.lang.Number)
.listenerPort(IResolvable)
.loadBalancerId(java.lang.String)
.loadBalancerId(IResolvable)
.serverCertificateId(java.lang.String)
.serverCertificateId(IResolvable)
.build();
Properties
| Name | Type | Description |
|---|---|---|
domain |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property domain: The domain name. |
listenerPort |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
Property listenerPort: The front-end HTTPS listener port of the Server Load Balancer instance. |
loadBalancerId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property loadBalancerId: The ID of Server Load Balancer instance. |
serverCertificateId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property serverCertificateId: The ID of the certificate corresponding to the domain name. |
domainRequired
public java.lang.Object getDomain();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property domain: The domain name.
listenerPortRequired
public java.lang.Object getListenerPort();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
Property listenerPort: The front-end HTTPS listener port of the Server Load Balancer instance.
Valid value: 1-65535
loadBalancerIdRequired
public java.lang.Object getLoadBalancerId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property loadBalancerId: The ID of Server Load Balancer instance.
serverCertificateIdRequired
public java.lang.Object getServerCertificateId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property serverCertificateId: The ID of the certificate corresponding to the domain name.