class Rancher::DigitaloceanConfig

Included Modules

Defined in:

rancher/types/generated/digitalocean_config.cr

Constructors

Instance Method Summary

Instance methods inherited from class Rancher::Object

client : Client client, client=(client : Client) client=, client? : Client | Nil client?, id : String id, id=(id : String) id=, id? : String | Nil id?, with_client(client : Client) with_client

Constructor Detail

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

[View source]

Instance Method Detail

def access_token : String #

def access_token=(access_token : String) #

[View source]
def access_token? : String | Nil #

def backups : Bool #

def backups=(backups : Bool) #

[View source]
def backups? : Bool | Nil #

def image : String #

def image=(image : String) #

[View source]
def image? : String | Nil #

def ipv6 : Bool #

def ipv6=(ipv6 : Bool) #

[View source]
def ipv6? : Bool | Nil #

def monitoring : Bool #

def monitoring=(monitoring : Bool) #

[View source]
def monitoring? : Bool | Nil #

def private_networking : Bool #

def private_networking=(private_networking : Bool) #

[View source]
def private_networking? : Bool | Nil #

def region : String #

def region=(region : String) #

[View source]
def region? : String | Nil #

def size : String #

def size=(size : String) #

[View source]
def size? : String | Nil #

def ssh_key_fingerprint : String #

def ssh_key_fingerprint=(ssh_key_fingerprint : String) #

[View source]
def ssh_key_fingerprint? : String | Nil #

def ssh_key_path : String #

def ssh_key_path=(ssh_key_path : String) #

[View source]
def ssh_key_path? : String | Nil #

def ssh_port : String #

def ssh_port=(ssh_port : String) #

[View source]
def ssh_port? : String | Nil #

def ssh_user : String #

def ssh_user=(ssh_user : String) #

[View source]
def ssh_user? : String | Nil #

def tags : String #

def tags=(tags : String) #

[View source]
def tags? : String | Nil #

def userdata : String #

def userdata=(userdata : String) #

[View source]
def userdata? : String | Nil #