class Rancher::AzureConfig

Included Modules

Defined in:

rancher/types/generated/azure_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 availability_set : String #

def availability_set=(availability_set : String) #

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

def client_id : String #

def client_id=(client_id : String) #

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

def client_secret : String #

def client_secret=(client_secret : String) #

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

def custom_data : String #

def custom_data=(custom_data : String) #

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

def dns : String #

def dns=(dns : String) #

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

def docker_port : String #

def docker_port=(docker_port : String) #

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

def environment : String #

def environment=(environment : String) #

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

def image : String #

def image=(image : String) #

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

def location : String #

def location=(location : String) #

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

def no_public_ip : Bool #

def no_public_ip=(no_public_ip : Bool) #

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

def open_port : Array(String) #

def open_port=(open_port : Array(String)) #

[View source]
def open_port? : Array(String) | Nil #

def private_ip_address : String #

def private_ip_address=(private_ip_address : String) #

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

def resource_group : String #

def resource_group=(resource_group : String) #

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

def size : String #

def size=(size : String) #

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

def ssh_user : String #

def ssh_user=(ssh_user : String) #

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

def static_public_ip : Bool #

def static_public_ip=(static_public_ip : Bool) #

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

def storage_type : String #

def storage_type=(storage_type : String) #

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

def subnet : String #

def subnet=(subnet : String) #

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

def subnet_prefix : String #

def subnet_prefix=(subnet_prefix : String) #

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

def subscription_id : String #

def subscription_id=(subscription_id : String) #

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

def use_private_ip : Bool #

def use_private_ip=(use_private_ip : Bool) #

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

def vnet : String #

def vnet=(vnet : String) #

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