Module: VnicDetails

Defined in:
lib/chef/knife/oci_helper_show.rb

Overview

Methods to extend the vnic model

Instance Attribute Summary collapse

Instance Attribute Details

#fqdnObject

Returns the value of attribute fqdn.



17
18
19
# File 'lib/chef/knife/oci_helper_show.rb', line 17

def fqdn
  @fqdn
end

#subnet_nameObject

Returns the value of attribute subnet_name.



18
19
20
# File 'lib/chef/knife/oci_helper_show.rb', line 18

def subnet_name
  @subnet_name
end

#vcn_idObject

Returns the value of attribute vcn_id.



19
20
21
# File 'lib/chef/knife/oci_helper_show.rb', line 19

def vcn_id
  @vcn_id
end