Class: XClarityClient::RemoteFileServer
- Inherits:
-
Endpoints::XclarityEndpoint
- Object
- Endpoints::XclarityEndpoint
- XClarityClient::RemoteFileServer
- Defined in:
- lib/xclarity_client/endpoints/remotefileserver.rb
Constant Summary collapse
- BASE_URI =
'/osImages/remoteFileServers'.freeze
- LIST_NAME =
'serverList'.freeze
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#displayName ⇒ Object
Returns the value of attribute displayName.
-
#keyType ⇒ Object
Returns the value of attribute keyType.
-
#port ⇒ Object
Returns the value of attribute port.
-
#protocol ⇒ Object
Returns the value of attribute protocol.
-
#serverId ⇒ Object
Returns the value of attribute serverId.
-
#serverPublicKey ⇒ Object
Returns the value of attribute serverPublicKey.
-
#username ⇒ Object
Returns the value of attribute username.
Method Summary
Methods inherited from Endpoints::XclarityEndpoint
Methods included from Endpoints::BuildableResourceMixin
Constructor Details
This class inherits a constructor from XClarityClient::Endpoints::XclarityEndpoint
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
6 7 8 |
# File 'lib/xclarity_client/endpoints/remotefileserver.rb', line 6 def address @address end |
#displayName ⇒ Object
Returns the value of attribute displayName.
6 7 8 |
# File 'lib/xclarity_client/endpoints/remotefileserver.rb', line 6 def displayName @displayName end |
#keyType ⇒ Object
Returns the value of attribute keyType.
6 7 8 |
# File 'lib/xclarity_client/endpoints/remotefileserver.rb', line 6 def keyType @keyType end |
#port ⇒ Object
Returns the value of attribute port.
6 7 8 |
# File 'lib/xclarity_client/endpoints/remotefileserver.rb', line 6 def port @port end |
#protocol ⇒ Object
Returns the value of attribute protocol.
6 7 8 |
# File 'lib/xclarity_client/endpoints/remotefileserver.rb', line 6 def protocol @protocol end |
#serverId ⇒ Object
Returns the value of attribute serverId.
6 7 8 |
# File 'lib/xclarity_client/endpoints/remotefileserver.rb', line 6 def serverId @serverId end |
#serverPublicKey ⇒ Object
Returns the value of attribute serverPublicKey.
6 7 8 |
# File 'lib/xclarity_client/endpoints/remotefileserver.rb', line 6 def serverPublicKey @serverPublicKey end |
#username ⇒ Object
Returns the value of attribute username.
6 7 8 |
# File 'lib/xclarity_client/endpoints/remotefileserver.rb', line 6 def username @username end |