struct Lightsail::EndpointRequest

Included Modules

Defined in:

clients/lightsail.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(containerName : String, containerPort : Int16, healthCheck : ContainerServiceHealthCheckConfig | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def containerName : String #

[View source]
def containerName=(containerName : String) #

[View source]
def containerPort : Int16 #

[View source]
def containerPort=(containerPort : Int16) #

[View source]
def fill_in(request : HTTP::Request) : HTTP::Request #

[View source]
def healthCheck : ContainerServiceHealthCheckConfig | Nil #

[View source]
def healthCheck=(healthCheck : ContainerServiceHealthCheckConfig | Nil) #

[View source]