Class: Softlayer::Container::Network::Service::Resource::ObjectStorage::ConnectionInformation

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/container/network/service/resource/object_storage/connection_information.rb

Defined Under Namespace

Classes: Representer

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

#datacenterObject

Returns the value of attribute datacenter.



8
9
10
# File 'lib/softlayer/container/network/service/resource/object_storage/connection_information.rb', line 8

def datacenter
  @datacenter
end

#datacenter_short_nameObject

Returns the value of attribute datacenter_short_name.



9
10
11
# File 'lib/softlayer/container/network/service/resource/object_storage/connection_information.rb', line 9

def datacenter_short_name
  @datacenter_short_name
end

#private_endpointObject

Returns the value of attribute private_endpoint.



10
11
12
# File 'lib/softlayer/container/network/service/resource/object_storage/connection_information.rb', line 10

def private_endpoint
  @private_endpoint
end

#public_endpointObject

Returns the value of attribute public_endpoint.



11
12
13
# File 'lib/softlayer/container/network/service/resource/object_storage/connection_information.rb', line 11

def public_endpoint
  @public_endpoint
end