struct Lightsail::ContainerService

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

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

[View source]
def createdAt : Time | Nil #

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

[View source]
def currentDeployment : ContainerServiceDeployment | Nil #

[View source]
def currentDeployment=(currentDeployment : ContainerServiceDeployment | Nil) #

[View source]
def isDisabled : Bool | Nil #

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

[View source]
def location : ResourceLocation | Nil #

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

[View source]
def nextDeployment : ContainerServiceDeployment | Nil #

[View source]
def nextDeployment=(nextDeployment : ContainerServiceDeployment | Nil) #

[View source]
def power : String | Nil #

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

[View source]
def powerId : String | Nil #

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

[View source]
def principalArn : String | Nil #

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

[View source]
def privateDomainName : String | Nil #

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

[View source]
def privateRegistryAccess : PrivateRegistryAccess | Nil #

[View source]
def privateRegistryAccess=(privateRegistryAccess : PrivateRegistryAccess | Nil) #

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

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

[View source]
def resourceType : String | Nil #

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

[View source]
def scale : Int16 | Nil #

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

[View source]
def state : String | Nil #

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

[View source]
def stateDetail : ContainerServiceStateDetail | Nil #

[View source]
def stateDetail=(stateDetail : ContainerServiceStateDetail | Nil) #

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

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

[View source]
def url : String | Nil #

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

[View source]