Class: DedicatedServerPartioningDetailStruct

Inherits:
Object
  • Object
show all
Defined in:
lib/ovhrb/manager/manager.rb

Overview

http://soapi.ovh.com/managerdedicatedServerPartioningDetailStruct

Constant Summary collapse

@@schema_type =
"dedicatedServerPartioningDetailStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["partSize", ["SOAP::SOAPString", XSD::QName.new(nil, "partSize")]], ["id", ["SOAP::SOAPInt", XSD::QName.new(nil, "id")]], ["raidType", ["SOAP::SOAPInt", XSD::QName.new(nil, "raidType")]], ["mountPoint", ["SOAP::SOAPString", XSD::QName.new(nil, "mountPoint")]], ["partType", ["SOAP::SOAPString", XSD::QName.new(nil, "partType")]], ["fileSystem", ["SOAP::SOAPString", XSD::QName.new(nil, "fileSystem")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(partSize = nil, id = nil, raidType = nil, mountPoint = nil, partType = nil, fileSystem = nil) ⇒ DedicatedServerPartioningDetailStruct

Returns a new instance of DedicatedServerPartioningDetailStruct.



3203
3204
3205
3206
3207
3208
3209
3210
# File 'lib/ovhrb/manager/manager.rb', line 3203

def initialize(partSize = nil, id = nil, raidType = nil, mountPoint = nil, partType = nil, fileSystem = nil)
  @partSize = partSize
  @id = id
  @raidType = raidType
  @mountPoint = mountPoint
  @partType = partType
  @fileSystem = fileSystem
end

Instance Attribute Details

#fileSystemObject

Returns the value of attribute fileSystem.



3201
3202
3203
# File 'lib/ovhrb/manager/manager.rb', line 3201

def fileSystem
  @fileSystem
end

#idObject

Returns the value of attribute id.



3197
3198
3199
# File 'lib/ovhrb/manager/manager.rb', line 3197

def id
  @id
end

#mountPointObject

Returns the value of attribute mountPoint.



3199
3200
3201
# File 'lib/ovhrb/manager/manager.rb', line 3199

def mountPoint
  @mountPoint
end

#partSizeObject

Returns the value of attribute partSize.



3196
3197
3198
# File 'lib/ovhrb/manager/manager.rb', line 3196

def partSize
  @partSize
end

#partTypeObject

Returns the value of attribute partType.



3200
3201
3202
# File 'lib/ovhrb/manager/manager.rb', line 3200

def partType
  @partType
end

#raidTypeObject

Returns the value of attribute raidType.



3198
3199
3200
# File 'lib/ovhrb/manager/manager.rb', line 3198

def raidType
  @raidType
end