struct CB::Model::Network

Included Modules

Defined in:

Constructors

Instance Method Summary

Constructor Detail

def self.new(cidr4 : String, id : String, name : String, provider_id : String, region_id : String, team_id : String) #

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

Instance Method Detail

def cidr4 : String #

def clone #

def copy_with(cidr4 _cidr4 = @cidr4, id _id = @id, name _name = @name, provider_id _provider_id = @provider_id, region_id _region_id = @region_id, team_id _team_id = @team_id) #

def id : String #

def name : String #

def provider_id : String #

def region_id : String #

def team_id : String #