struct Lightsail::InstancePortState

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

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

[View source]
def toPort : Int16 | Nil #

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

[View source]