DomainExtensionProps
Properties for defining a DomainExtension
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-slb-domainextension
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkslb"
&alicloudroscdkslb.DomainExtensionProps {
Domain: interface{},
ListenerPort: interface{},
LoadBalancerId: interface{},
ServerCertificateId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
Domain |
interface{} |
Property domain: The domain name. |
ListenerPort |
interface{} |
Property listenerPort: The front-end HTTPS listener port of the Server Load Balancer instance. |
LoadBalancerId |
interface{} |
Property loadBalancerId: The ID of Server Load Balancer instance. |
ServerCertificateId |
interface{} |
Property serverCertificateId: The ID of the certificate corresponding to the domain name. |
Domain
Required
Domain interface{}
- Type: interface{}
Property domain: The domain name.
ListenerPort
Required
ListenerPort interface{}
- Type: interface{}
Property listenerPort: The front-end HTTPS listener port of the Server Load Balancer instance.
Valid value: 1-65535
LoadBalancerId
Required
LoadBalancerId interface{}
- Type: interface{}
Property loadBalancerId: The ID of Server Load Balancer instance.
ServerCertificateId
Required
ServerCertificateId interface{}
- Type: interface{}
Property serverCertificateId: The ID of the certificate corresponding to the domain name.