Module: ServerDetails
- Defined in:
- lib/chef/knife/oci_helper_show.rb
Overview
Methods to extend the instance model
Instance Attribute Summary collapse
-
#compartment_name ⇒ Object
Returns the value of attribute compartment_name.
-
#image_name ⇒ Object
Returns the value of attribute image_name.
-
#launchtime ⇒ Object
Returns the value of attribute launchtime.
-
#vcn_id ⇒ Object
Returns the value of attribute vcn_id.
-
#vcn_name ⇒ Object
Returns the value of attribute vcn_name.
Instance Attribute Details
#compartment_name ⇒ Object
Returns the value of attribute compartment_name.
8 9 10 |
# File 'lib/chef/knife/oci_helper_show.rb', line 8 def compartment_name @compartment_name end |
#image_name ⇒ Object
Returns the value of attribute image_name.
9 10 11 |
# File 'lib/chef/knife/oci_helper_show.rb', line 9 def image_name @image_name end |
#launchtime ⇒ Object
Returns the value of attribute launchtime.
10 11 12 |
# File 'lib/chef/knife/oci_helper_show.rb', line 10 def launchtime @launchtime end |
#vcn_id ⇒ Object
Returns the value of attribute vcn_id.
11 12 13 |
# File 'lib/chef/knife/oci_helper_show.rb', line 11 def vcn_id @vcn_id end |
#vcn_name ⇒ Object
Returns the value of attribute vcn_name.
12 13 14 |
# File 'lib/chef/knife/oci_helper_show.rb', line 12 def vcn_name @vcn_name end |