struct Lightsail::ContainerServiceDeployment

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 containers : Hash(String, Container) | Nil #

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

[View source]
def createdAt : Time | Nil #

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

[View source]
def publicEndpoint : ContainerServiceEndpoint | Nil #

[View source]
def publicEndpoint=(publicEndpoint : ContainerServiceEndpoint | Nil) #

[View source]
def state : String | Nil #

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

[View source]
def version : Int16 | Nil #

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

[View source]