class Softlayer::Scale::Policy::Action
Constants
- SERVICE
Attributes
create_date[RW]
delete_flag[RW]
id[RW]
modify_date[RW]
scale_policy[RW]
scale_policy_id[RW]
type[RW]
type_id[RW]
Public Instance Methods
delete_object()
click to toggle source
# File lib/softlayer/scale/policy/action.rb, line 17 def delete_object request(:delete_object, Boolean) end
edit_object(message)
click to toggle source
template_object
# File lib/softlayer/scale/policy/action.rb, line 22 def edit_object(message) request(:edit_object, Boolean, message) end
get_object()
click to toggle source
# File lib/softlayer/scale/policy/action.rb, line 26 def get_object request(:get_object, Softlayer::Scale::Policy::Action) end
get_scale_policy()
click to toggle source
# File lib/softlayer/scale/policy/action.rb, line 30 def get_scale_policy request(:get_scale_policy, Softlayer::Scale::Policy) end
get_type()
click to toggle source
# File lib/softlayer/scale/policy/action.rb, line 34 def get_type request(:get_type, Softlayer::Scale::Policy::Action::Type) end