struct Lightsail::InstancePortInfo

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

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

[View source]
def accessFrom : String | Nil #

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

[View source]
def accessType : String | Nil #

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

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

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

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

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

[View source]
def commonName : String | Nil #

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

[View source]
def fromPort : Int16 | Nil #

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

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

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

[View source]
def protocol : String | Nil #

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

[View source]
def toPort : Int16 | Nil #

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

[View source]