RosListenerProps
Properties for defining a RosListener
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ga-listener
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ga;
new RosListenerProps {
object AcceleratorId,
object PortRanges,
object Protocol,
object Certificates = null,
object ClientAffinity = null,
object Description = null,
object Name = null,
object ProxyProtocol = null,
object SecurityPolicyId = null,
object XForwardedForConfig = null
};
Properties
Name | Type | Description |
---|---|---|
AcceleratorId |
object |
No description. |
PortRanges |
object |
No description. |
Protocol |
object |
No description. |
Certificates |
object |
No description. |
ClientAffinity |
object |
No description. |
Description |
object |
No description. |
Name |
object |
No description. |
ProxyProtocol |
object |
No description. |
SecurityPolicyId |
object |
No description. |
XForwardedForConfig |
object |
No description. |
AcceleratorId
Required
public object AcceleratorId { get; set; }
- Type: object
PortRanges
Required
public object PortRanges { get; set; }
- Type: object
Protocol
Required
public object Protocol { get; set; }
- Type: object
Certificates
Optional
public object Certificates { get; set; }
- Type: object
ClientAffinity
Optional
public object ClientAffinity { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
Name
Optional
public object Name { get; set; }
- Type: object
ProxyProtocol
Optional
public object ProxyProtocol { get; set; }
- Type: object
SecurityPolicyId
Optional
public object SecurityPolicyId { get; set; }
- Type: object
XForwardedForConfig
Optional
public object XForwardedForConfig { get; set; }
- Type: object