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 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.

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

NameOptional

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

ProxyProtocolOptional

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

SecurityPolicyIdOptional

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

XForwardedForConfigOptional

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