class Rancher::NfsConfig

Included Modules

Defined in:

rancher/types/generated/nfs_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 mount_options : String #

def mount_options=(mount_options : String) #

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

def server : String #

def server=(server : String) #

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

def share : String #

def share=(share : String) #

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