class Docr::Endpoints::Networks

Defined in:

endpoints/networks.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(client : Docr::Client) #

[View source]

Instance Method Detail

def client : Docr::Client #

[View source]
def connect #

[View source]
def create(config : Docr::Types::NetworkConfig) #

[View source]
def delete(id : String) #

[View source]
def disconnect #

[View source]
def inspect(id : String, verbose : Bool = false, scope : String = "local") : Docr::Types::Network #

[View source]
def list : Array(Docr::Types::Network) #

[View source]