Class: DedicatedFailoverRipeStruct

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

Overview

http://soapi.ovh.com/managerdedicatedFailoverRipeStruct

Constant Summary collapse

@@schema_type =
"dedicatedFailoverRipeStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["country", ["SOAP::SOAPString", XSD::QName.new(nil, "country")]], ["netname", ["SOAP::SOAPString", XSD::QName.new(nil, "netname")]], ["routedTo", ["SOAP::SOAPString", XSD::QName.new(nil, "routedTo")]], ["routingStatus", ["SOAP::SOAPString", XSD::QName.new(nil, "routingStatus")]], ["status", ["SOAP::SOAPString", XSD::QName.new(nil, "status")]], ["addressesNumber", ["SOAP::SOAPInt", XSD::QName.new(nil, "addressesNumber")]], ["networkIp", ["SOAP::SOAPString", XSD::QName.new(nil, "networkIp")]], ["isExclude", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "isExclude")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(country = nil, netname = nil, routedTo = nil, routingStatus = nil, status = nil, addressesNumber = nil, networkIp = nil, isExclude = nil) ⇒ DedicatedFailoverRipeStruct

Returns a new instance of DedicatedFailoverRipeStruct.



2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
# File 'lib/ovhrb/manager/manager.rb', line 2397

def initialize(country = nil, netname = nil, routedTo = nil, routingStatus = nil, status = nil, addressesNumber = nil, networkIp = nil, isExclude = nil)
  @country = country
  @netname = netname
  @routedTo = routedTo
  @routingStatus = routingStatus
  @status = status
  @addressesNumber = addressesNumber
  @networkIp = networkIp
  @isExclude = isExclude
end

Instance Attribute Details

#addressesNumberObject

Returns the value of attribute addressesNumber.



2393
2394
2395
# File 'lib/ovhrb/manager/manager.rb', line 2393

def addressesNumber
  @addressesNumber
end

#countryObject

Returns the value of attribute country.



2388
2389
2390
# File 'lib/ovhrb/manager/manager.rb', line 2388

def country
  @country
end

#isExcludeObject

Returns the value of attribute isExclude.



2395
2396
2397
# File 'lib/ovhrb/manager/manager.rb', line 2395

def isExclude
  @isExclude
end

#netnameObject

Returns the value of attribute netname.



2389
2390
2391
# File 'lib/ovhrb/manager/manager.rb', line 2389

def netname
  @netname
end

#networkIpObject

Returns the value of attribute networkIp.



2394
2395
2396
# File 'lib/ovhrb/manager/manager.rb', line 2394

def networkIp
  @networkIp
end

#routedToObject

Returns the value of attribute routedTo.



2390
2391
2392
# File 'lib/ovhrb/manager/manager.rb', line 2390

def routedTo
  @routedTo
end

#routingStatusObject

Returns the value of attribute routingStatus.



2391
2392
2393
# File 'lib/ovhrb/manager/manager.rb', line 2391

def routingStatus
  @routingStatus
end

#statusObject

Returns the value of attribute status.



2392
2393
2394
# File 'lib/ovhrb/manager/manager.rb', line 2392

def status
  @status
end