Skip to content

ListenProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Waf3;
new ListenProperty {
    object Port,
    object Protocol,
    object ResourceInstanceId,
    object ResourceProduct,
    object Certificates = null,
    object CipherSuite = null,
    object CustomCiphers = null,
    object EnableTlSv3 = null,
    object Http2Enabled = null,
    object TlsVersion = null
};

Properties

Name Type Description
Port object No description.
Protocol object No description.
ResourceInstanceId object No description.
ResourceProduct object No description.
Certificates object No description.
CipherSuite object No description.
CustomCiphers object No description.
EnableTlSv3 object No description.
Http2Enabled object No description.
TlsVersion object No description.

PortRequired

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

ProtocolRequired

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

ResourceInstanceIdRequired

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

ResourceProductRequired

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

CertificatesOptional

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

CipherSuiteOptional

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

CustomCiphersOptional

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

EnableTlSv3Optional

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

Http2EnabledOptional

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

TlsVersionOptional

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