Module: VnicDetails
- Defined in:
- lib/chef/knife/oci_helper_show.rb
Overview
Methods to extend the vnic model
Instance Attribute Summary collapse
-
#fqdn ⇒ Object
Returns the value of attribute fqdn.
-
#subnet_name ⇒ Object
Returns the value of attribute subnet_name.
-
#vcn_id ⇒ Object
Returns the value of attribute vcn_id.
Instance Attribute Details
#fqdn ⇒ Object
Returns the value of attribute fqdn.
17 18 19 |
# File 'lib/chef/knife/oci_helper_show.rb', line 17 def fqdn @fqdn end |
#subnet_name ⇒ Object
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_id ⇒ Object
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 |