struct Lightsail::LoadBalancer

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 arn : String | Nil #

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

[View source]
def configurationOptions : Hash(String, String) | Nil #

[View source]
def configurationOptions=(configurationOptions : Hash(String, String) | Nil) #

[View source]
def createdAt : Time | Nil #

[View source]
def createdAt=(createdAt : Time | Nil) #

[View source]
def dnsName : String | Nil #

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

[View source]
def healthCheckPath : String | Nil #

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

[View source]
def httpsRedirectionEnabled : Bool | Nil #

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

[View source]
def instanceHealthSummary : Array(InstanceHealthSummary) | Nil #

[View source]
def instanceHealthSummary=(instanceHealthSummary : Array(InstanceHealthSummary) | Nil) #

[View source]
def instancePort : Int16 | Nil #

[View source]
def instancePort=(instancePort : Int16 | Nil) #

[View source]
def ipAddressType : String | Nil #

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

[View source]
def location : ResourceLocation | Nil #

[View source]
def location=(location : ResourceLocation | Nil) #

[View source]
def name : String | Nil #

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

[View source]
def protocol : String | Nil #

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

[View source]
def publicPorts : Array(Int16) | Nil #

[View source]
def publicPorts=(publicPorts : Array(Int16) | Nil) #

[View source]
def resourceType : String | Nil #

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

[View source]
def state : String | Nil #

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

[View source]
def supportCode : String | Nil #

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

[View source]
def tags : Array(Tag) | Nil #

[View source]
def tags=(tags : Array(Tag) | Nil) #

[View source]
def tlsCertificateSummaries : Array(LoadBalancerTlsCertificateSummary) | Nil #

[View source]
def tlsCertificateSummaries=(tlsCertificateSummaries : Array(LoadBalancerTlsCertificateSummary) | Nil) #

[View source]
def tlsPolicyName : String | Nil #

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

[View source]