Class: DedicatedIpLoadBalancingServerStruct

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

Overview

http://soapi.ovh.com/managerdedicatedIpLoadBalancingServerStruct

Constant Summary collapse

@@schema_type =
"dedicatedIpLoadBalancingServerStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["hostname", ["SOAP::SOAPString", XSD::QName.new(nil, "hostname")]], ["ip", ["SOAP::SOAPString", XSD::QName.new(nil, "ip")]], ["status", ["SOAP::SOAPString", XSD::QName.new(nil, "status")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(hostname = nil, ip = nil, status = nil) ⇒ DedicatedIpLoadBalancingServerStruct

Returns a new instance of DedicatedIpLoadBalancingServerStruct.



2646
2647
2648
2649
2650
# File 'lib/ovhrb/manager/manager.rb', line 2646

def initialize(hostname = nil, ip = nil, status = nil)
  @hostname = hostname
  @ip = ip
  @status = status
end

Instance Attribute Details

#hostnameObject

Returns the value of attribute hostname.



2642
2643
2644
# File 'lib/ovhrb/manager/manager.rb', line 2642

def hostname
  @hostname
end

#ipObject

Returns the value of attribute ip.



2643
2644
2645
# File 'lib/ovhrb/manager/manager.rb', line 2643

def ip
  @ip
end

#statusObject

Returns the value of attribute status.



2644
2645
2646
# File 'lib/ovhrb/manager/manager.rb', line 2644

def status
  @status
end