class Stack::Network

Defined in:

stack/parse_network.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, real_name : String, is_external : Bool, driver : String = "overlay", attachable : Bool = false, ipam_driver : String = "default", sub_nets : Array(String) = [] of String, ip_ranges : Array(String) = [] of String) #

[View source]

Instance Method Detail

def attachable : Bool #

[View source]
def attachable=(attachable : Bool) #

[View source]
def create(stack_name : String) #

[View source]
def driver : String #

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

[View source]
def get_cmd(stack_name : String) : Array(String) #

[View source]
def ip_ranges : Array(String) #

[View source]
def ip_ranges=(ip_ranges : Array(String)) #

[View source]
def ipam_driver : String #

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

[View source]
def is_default : Bool #

[View source]
def is_default=(is_default : Bool) #

[View source]
def is_external : Bool #

[View source]
def is_external=(is_external : Bool) #

[View source]
def name : String #

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

[View source]
def pre_check(stack_name : String) : Bool #

[View source]
def real_name : String #

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

[View source]
def sub_nets : Array(String) #

[View source]
def sub_nets=(sub_nets : Array(String)) #

[View source]