struct Lightsail::UpdateInstanceMetadataOptionsRequest

Included Modules

Defined in:

clients/lightsail.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(instanceName : String, httpTokens : String | Nil = nil, httpEndpoint : String | Nil = nil, httpPutResponseHopLimit : Int16 | Nil = nil, httpProtocolIpv6 : String | Nil = nil) #

[View source]

Instance Method Detail

def fill_in(request : HTTP::Request) : HTTP::Request #

[View source]
def httpEndpoint : String | Nil #

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

[View source]
def httpProtocolIpv6 : String | Nil #

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

[View source]
def httpPutResponseHopLimit : Int16 | Nil #

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

[View source]
def httpTokens : String | Nil #

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

[View source]
def instanceName : String #

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

[View source]