Class: Softlayer::Network::Storage::Credential

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/network/storage/credential.rb,
lib/softlayer/network/storage/credential/type.rb

Defined Under Namespace

Classes: Representer, Type

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer

Methods included from Model::Operations

extended, #filter, included, #limit, #mask, #request_headers

Instance Attribute Details

#accountObject

Returns the value of attribute account.



14
15
16
# File 'lib/softlayer/network/storage/credential.rb', line 14

def 
  @account
end

#account_idObject

Returns the value of attribute account_id.



6
7
8
# File 'lib/softlayer/network/storage/credential.rb', line 6

def 
  @account_id
end

#create_dateObject

Returns the value of attribute create_date.



7
8
9
# File 'lib/softlayer/network/storage/credential.rb', line 7

def create_date
  @create_date
end

#idObject

Returns the value of attribute id.



8
9
10
# File 'lib/softlayer/network/storage/credential.rb', line 8

def id
  @id
end

#modify_dateObject

Returns the value of attribute modify_date.



9
10
11
# File 'lib/softlayer/network/storage/credential.rb', line 9

def modify_date
  @modify_date
end

#nas_credential_type_idObject

Returns the value of attribute nas_credential_type_id.



10
11
12
# File 'lib/softlayer/network/storage/credential.rb', line 10

def nas_credential_type_id
  @nas_credential_type_id
end

#network_storage_allowed_hostsObject

Returns the value of attribute network_storage_allowed_hosts.



15
16
17
# File 'lib/softlayer/network/storage/credential.rb', line 15

def network_storage_allowed_hosts
  @network_storage_allowed_hosts
end

#passwordObject

Returns the value of attribute password.



11
12
13
# File 'lib/softlayer/network/storage/credential.rb', line 11

def password
  @password
end

#typeObject

Returns the value of attribute type.



16
17
18
# File 'lib/softlayer/network/storage/credential.rb', line 16

def type
  @type
end

#usernameObject

Returns the value of attribute username.



12
13
14
# File 'lib/softlayer/network/storage/credential.rb', line 12

def username
  @username
end

#volume_countObject

Returns the value of attribute volume_count.



13
14
15
# File 'lib/softlayer/network/storage/credential.rb', line 13

def volume_count
  @volume_count
end

#volumesObject

Returns the value of attribute volumes.



17
18
19
# File 'lib/softlayer/network/storage/credential.rb', line 17

def volumes
  @volumes
end