DomainExtensionProps
Properties for defining a DomainExtension
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-slb-domainextension
Initializer
using AlibabaCloud.SDK.ROS.CDK.Slb;
new DomainExtensionProps {
object Domain,
object ListenerPort,
object LoadBalancerId,
object ServerCertificateId
};
Properties
Name | Type | Description |
---|---|---|
Domain |
object |
Property domain: The domain name. |
ListenerPort |
object |
Property listenerPort: The front-end HTTPS listener port of the Server Load Balancer instance. |
LoadBalancerId |
object |
Property loadBalancerId: The ID of Server Load Balancer instance. |
ServerCertificateId |
object |
Property serverCertificateId: The ID of the certificate corresponding to the domain name. |
Domain
Required
public object Domain { get; set; }
- Type: object
Property domain: The domain name.
ListenerPort
Required
public object ListenerPort { get; set; }
- Type: object
Property listenerPort: The front-end HTTPS listener port of the Server Load Balancer instance.
Valid value: 1-65535
LoadBalancerId
Required
public object LoadBalancerId { get; set; }
- Type: object
Property loadBalancerId: The ID of Server Load Balancer instance.
ServerCertificateId
Required
public object ServerCertificateId { get; set; }
- Type: object
Property serverCertificateId: The ID of the certificate corresponding to the domain name.