Class: Softlayer::Resource::Group::Member

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/resource/group/member.rb,
lib/softlayer/resource/group/member/role.rb,
lib/softlayer/resource/group/member/type.rb,
lib/softlayer/resource/group/member/network.rb,
lib/softlayer/resource/group/member/virtual.rb,
lib/softlayer/resource/group/member/hardware.rb,
lib/softlayer/resource/group/member/resource.rb,
lib/softlayer/resource/group/member/software.rb,
lib/softlayer/resource/group/member/attribute.rb,
lib/softlayer/resource/group/member/role/link.rb,
lib/softlayer/resource/group/member/cloud_stack.rb,
lib/softlayer/resource/group/member/network/vlan.rb,
lib/softlayer/resource/group/member/virtual/host.rb,
lib/softlayer/resource/group/member/attribute/type.rb,
lib/softlayer/resource/group/member/network/subnet.rb,
lib/softlayer/resource/group/member/resource/group.rb,
lib/softlayer/resource/group/member/network/storage.rb,
lib/softlayer/resource/group/member/virtual/host/pool.rb,
lib/softlayer/resource/group/member/software/component.rb,
lib/softlayer/resource/group/member/cloud_stack/version3.rb,
lib/softlayer/resource/group/member/cloud_stack/version3/pod.rb,
lib/softlayer/resource/group/member/cloud_stack/version3/zone.rb,
lib/softlayer/resource/group/member/software/component/password.rb,
lib/softlayer/resource/group/member/cloud_stack/version3/cluster.rb

Defined Under Namespace

Modules: CloudStack, Network, Resource, Role, Software, Virtual Classes: Attribute, Hardware, 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

#attribute_countObject

Returns the value of attribute attribute_count.



17
18
19
# File 'lib/softlayer/resource/group/member.rb', line 17

def attribute_count
  @attribute_count
end

#attributesObject

Returns the value of attribute attributes.



20
21
22
# File 'lib/softlayer/resource/group/member.rb', line 20

def attributes
  @attributes
end

#create_dateObject

Returns the value of attribute create_date.



14
15
16
# File 'lib/softlayer/resource/group/member.rb', line 14

def create_date
  @create_date
end

#descendant_member_countObject

Returns the value of attribute descendant_member_count.



18
19
20
# File 'lib/softlayer/resource/group/member.rb', line 18

def descendant_member_count
  @descendant_member_count
end

#descendant_membersObject

Returns the value of attribute descendant_members.



21
22
23
# File 'lib/softlayer/resource/group/member.rb', line 21

def descendant_members
  @descendant_members
end

#groupObject

Returns the value of attribute group.



22
23
24
# File 'lib/softlayer/resource/group/member.rb', line 22

def group
  @group
end

#idObject

Returns the value of attribute id.



15
16
17
# File 'lib/softlayer/resource/group/member.rb', line 15

def id
  @id
end

#role_countObject

Returns the value of attribute role_count.



19
20
21
# File 'lib/softlayer/resource/group/member.rb', line 19

def role_count
  @role_count
end

#rolesObject

Returns the value of attribute roles.



23
24
25
# File 'lib/softlayer/resource/group/member.rb', line 23

def roles
  @roles
end

#statusObject

Returns the value of attribute status.



16
17
18
# File 'lib/softlayer/resource/group/member.rb', line 16

def status
  @status
end

#typeObject

Returns the value of attribute type.



24
25
26
# File 'lib/softlayer/resource/group/member.rb', line 24

def type
  @type
end