Skip to content

ListenProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkwaf3"
&alicloudroscdkwaf3.ListenProperty {
    Port: interface{},
    Protocol: interface{},
    ResourceInstanceId: interface{},
    ResourceProduct: interface{},
    Certificates: interface{},
    CipherSuite: interface{},
    CustomCiphers: interface{},
    EnableTlSv3: interface{},
    Http2Enabled: interface{},
    TlsVersion: interface{},
}

Properties

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

PortRequired

Port interface{}
  • Type: interface{}

ProtocolRequired

Protocol interface{}
  • Type: interface{}

ResourceInstanceIdRequired

ResourceInstanceId interface{}
  • Type: interface{}

ResourceProductRequired

ResourceProduct interface{}
  • Type: interface{}

CertificatesOptional

Certificates interface{}
  • Type: interface{}

CipherSuiteOptional

CipherSuite interface{}
  • Type: interface{}

CustomCiphersOptional

CustomCiphers interface{}
  • Type: interface{}

EnableTlSv3Optional

EnableTlSv3 interface{}
  • Type: interface{}

Http2EnabledOptional

Http2Enabled interface{}
  • Type: interface{}

TlsVersionOptional

TlsVersion interface{}
  • Type: interface{}