Module: ServerDetails

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

Overview

Methods to extend the instance model

Instance Attribute Summary collapse

Instance Attribute Details

#compartment_nameObject

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_nameObject

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

#launchtimeObject

Returns the value of attribute launchtime.



10
11
12
# File 'lib/chef/knife/oci_helper_show.rb', line 10

def launchtime
  @launchtime
end

#vcn_idObject

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_nameObject

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