Skip to content

RosDomainExtensionsProps

Properties for defining a RosDomainExtensions.

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

Initializer

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

Properties

Name Type Description
ListenerPort object No description.
LoadBalancerId object No description.
DomainExtensionId object No description.
RefreshOptions object No description.

ListenerPortRequired

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

LoadBalancerIdRequired

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

DomainExtensionIdOptional

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

RefreshOptionsOptional

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