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. |
ListenerPort
Required
public object ListenerPort { get; set; }
- Type: object
LoadBalancerId
Required
public object LoadBalancerId { get; set; }
- Type: object
DomainExtensionId
Optional
public object DomainExtensionId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object