Class: Chef::Knife::UcsServiceProfileCreate

Inherits:
Chef::Knife
  • Object
show all
Includes:
UCSBase
Defined in:
lib/chef/knife/ucs_serviceprofile_create.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from UCSBase

#connection, #destroyer, included, #inventory, #locate_config_value, #manager, #msg_pair, #provisioner

Instance Attribute Details

#initial_sleep_delayObject

Returns the value of attribute initial_sleep_delay.



37
38
39
# File 'lib/chef/knife/ucs_serviceprofile_create.rb', line 37

def initial_sleep_delay
  @initial_sleep_delay
end

Instance Method Details

#runObject



47
48
49
50
51
52
# File 'lib/chef/knife/ucs_serviceprofile_create.rb', line 47

def run
  $stdout.sync = true

  #TBD
  
end