class Rancher::DefaultNetwork

Included Modules

Defined in:

rancher/types/generated/default_network.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 created : Time #

def created=(created : Time) #

[View source]
def created? : Time | Nil #

def default_policy_action : String #

def default_policy_action=(default_policy_action : String) #

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

def description : String #

def description=(description : String) #

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

def dns : Array(String) #

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

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

def dns_search : Array(String) #

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

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

def host_ports : Bool #

def host_ports=(host_ports : Bool) #

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

def kind : String #

def kind=(kind : String) #

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

def name : String #

def name=(name : String) #

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

def policy : Array(NetworkPolicyRule) #

def policy=(policy : Array(NetworkPolicyRule)) #

[View source]
def policy? : Array(NetworkPolicyRule) | Nil #

def removed : Time #

def removed=(removed : Time) #

[View source]
def removed? : Time | Nil #

def state : String #

def state=(state : String) #

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

def subnets : Array(Subnet) #

def subnets=(subnets : Array(Subnet)) #

[View source]
def subnets? : Array(Subnet) | Nil #

def transitioning : String #

def transitioning=(transitioning : String) #

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

def transitioning_message : String #

def transitioning_message=(transitioning_message : String) #

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

def transitioning_progress : Int64 #

def transitioning_progress=(transitioning_progress : Int64) #

[View source]
def transitioning_progress? : Int64 | Nil #

def uuid : String #

def uuid=(uuid : String) #

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