struct Lightsail::LoadBalancerTlsPolicy

Included Modules

Defined in:

clients/lightsail.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ciphers : Array(String) | Nil #

[View source]
def ciphers=(ciphers : Array(String) | Nil) #

[View source]
def description : String | Nil #

[View source]
def description=(description : String | Nil) #

[View source]
def isDefault : Bool | Nil #

[View source]
def isDefault=(isDefault : Bool | Nil) #

[View source]
def name : String | Nil #

[View source]
def name=(name : String | Nil) #

[View source]
def protocols : Array(String) | Nil #

[View source]
def protocols=(protocols : Array(String) | Nil) #

[View source]