class Softlayer::Network::Subnet::Swip::Transaction
Constants
- SERVICE
Attributes
account[RW]
id[RW]
status_name[RW]
subnet[RW]
subnet_id[RW]
Public Class Methods
find_my_transactions()
click to toggle source
# File lib/softlayer/network/subnet/swip/transaction.rb, line 13 def self.find_my_transactions request(:find_my_transactions, Array[Softlayer::Network::Subnet::Swip::Transaction]) end
remove_all_subnet_swips()
click to toggle source
# File lib/softlayer/network/subnet/swip/transaction.rb, line 29 def self.remove_all_subnet_swips request(:remove_all_subnet_swips, Integer) end
swip_all_subnets()
click to toggle source
# File lib/softlayer/network/subnet/swip/transaction.rb, line 41 def self.swip_all_subnets request(:swip_all_subnets, Integer) end
update_all_subnet_swips()
click to toggle source
# File lib/softlayer/network/subnet/swip/transaction.rb, line 45 def self.update_all_subnet_swips request(:update_all_subnet_swips, Integer) end
Public Instance Methods
get_account()
click to toggle source
# File lib/softlayer/network/subnet/swip/transaction.rb, line 17 def get_account request(:get_account, Softlayer::Account) end
get_object()
click to toggle source
# File lib/softlayer/network/subnet/swip/transaction.rb, line 21 def get_object request(:get_object, Softlayer::Network::Subnet::Swip::Transaction) end
get_subnet()
click to toggle source
# File lib/softlayer/network/subnet/swip/transaction.rb, line 25 def get_subnet request(:get_subnet, Softlayer::Network::Subnet) end
remove_swip_data()
click to toggle source
# File lib/softlayer/network/subnet/swip/transaction.rb, line 33 def remove_swip_data request(:remove_swip_data, Boolean) end
resend_swip_data()
click to toggle source
# File lib/softlayer/network/subnet/swip/transaction.rb, line 37 def resend_swip_data request(:resend_swip_data, Boolean) end