Skip to content

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.

DomainRequired

public object Domain { get; set; }
  • Type: object

Property domain: The domain name.


ListenerPortRequired

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


LoadBalancerIdRequired

public object LoadBalancerId { get; set; }
  • Type: object

Property loadBalancerId: The ID of Server Load Balancer instance.


ServerCertificateIdRequired

public object ServerCertificateId { get; set; }
  • Type: object

Property serverCertificateId: The ID of the certificate corresponding to the domain name.