Skip to content

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 HttpVersion = null,
    object IdleTimeout = null,
    object Name = null,
    object ProxyProtocol = null,
    object RequestTimeout = null,
    object SecurityPolicyId = null,
    object Type = 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.
HttpVersion object No description.
IdleTimeout object No description.
Name object No description.
ProxyProtocol object No description.
RequestTimeout object No description.
SecurityPolicyId object No description.
Type object No description.
XForwardedForConfig object No description.

AcceleratorIdRequired

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

PortRangesRequired

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

ProtocolRequired

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

CertificatesOptional

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

ClientAffinityOptional

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

DescriptionOptional

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

HttpVersionOptional

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

IdleTimeoutOptional

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

NameOptional

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

ProxyProtocolOptional

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

RequestTimeoutOptional

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

SecurityPolicyIdOptional

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

TypeOptional

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

XForwardedForConfigOptional

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