Skip to content

DomainExtensionsProps

Properties for defining a DomainExtensions.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-slb-domainextensions

Initializer

using AlibabaCloud.SDK.ROS.CDK.Slb;
new DomainExtensionsProps {
    object ListenerPort,
    object LoadBalancerId,
    object DomainExtensionId = null,
    object RefreshOptions = null
};

Properties

Name Type Description
ListenerPort object Property listenerPort: The frontend port of the HTTPS listener that is configured for the Classic Load Balancer (CLB) instance.
LoadBalancerId object Property loadBalancerId: The ID of the CLB instance.
DomainExtensionId object Property domainExtensionId: The ID of the additional certificate.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

ListenerPortRequired

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

Property listenerPort: The frontend port of the HTTPS listener that is configured for the Classic Load Balancer (CLB) instance.

Valid values: 1 to 65535.


LoadBalancerIdRequired

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

Property loadBalancerId: The ID of the CLB instance.


DomainExtensionIdOptional

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

Property domainExtensionId: The ID of the additional certificate.


RefreshOptionsOptional

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

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.