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. |
domain
Required
public java.lang.Object getDomain();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property domain: The domain name.
listenerPort
Required
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
loadBalancerId
Required
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.
serverCertificateId
Required
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.