class Softlayer::Software::VirtualLicense

Constants

SERVICE

Attributes

account[RW]
account_id[RW]
billing_item[RW]
host_hardware[RW]
host_hardware_id[RW]
id[RW]
ip_address[RW]
ip_address_record[RW]
key[RW]
notes[RW]
software_description[RW]
software_description_id[RW]
subnet[RW]
subnet_id[RW]

Public Instance Methods

get_account() click to toggle source
# File lib/softlayer/software/virtual_license.rb, line 20
def get_account
  request(:get_account, Softlayer::Account)
end
get_billing_item() click to toggle source
# File lib/softlayer/software/virtual_license.rb, line 24
def get_billing_item
  request(:get_billing_item, Softlayer::Billing::Item)
end
get_host_hardware() click to toggle source
# File lib/softlayer/software/virtual_license.rb, line 28
def get_host_hardware
  request(:get_host_hardware, Softlayer::Hardware::Server)
end
get_ip_address_record() click to toggle source
# File lib/softlayer/software/virtual_license.rb, line 32
def get_ip_address_record
  request(:get_ip_address_record, Softlayer::Network::Subnet::IpAddress)
end
get_license_file() click to toggle source
# File lib/softlayer/software/virtual_license.rb, line 36
def get_license_file
  request(:get_license_file, Softlayer::Base64Binary)
end
get_object() click to toggle source
# File lib/softlayer/software/virtual_license.rb, line 40
def get_object
  request(:get_object, Softlayer::Software::VirtualLicense)
end
get_software_description() click to toggle source
# File lib/softlayer/software/virtual_license.rb, line 44
def get_software_description
  request(:get_software_description, Softlayer::Software::Description)
end
get_subnet() click to toggle source
# File lib/softlayer/software/virtual_license.rb, line 48
def get_subnet
  request(:get_subnet, Softlayer::Network::Subnet)
end