Class: HostInternetScsiHbaIPProperties

Inherits:
DynamicData show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25HostInternetScsiHbaIPProperties

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
mac - SOAP::SOAPString
address - SOAP::SOAPString
dhcpConfigurationEnabled - SOAP::SOAPBoolean
subnetMask - SOAP::SOAPString
defaultGateway - SOAP::SOAPString
primaryDnsServerAddress - SOAP::SOAPString
alternateDnsServerAddress - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], mac = nil, address = nil, dhcpConfigurationEnabled = nil, subnetMask = nil, defaultGateway = nil, primaryDnsServerAddress = nil, alternateDnsServerAddress = nil) ⇒ HostInternetScsiHbaIPProperties

Returns a new instance of HostInternetScsiHbaIPProperties.



19774
19775
19776
19777
19778
19779
19780
19781
19782
19783
19784
# File 'lib/vmware/soap/vim25.rb', line 19774

def initialize(dynamicType = nil, dynamicProperty = [], mac = nil, address = nil, dhcpConfigurationEnabled = nil, subnetMask = nil, defaultGateway = nil, primaryDnsServerAddress = nil, alternateDnsServerAddress = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @mac = mac
  @address = address
  @dhcpConfigurationEnabled = dhcpConfigurationEnabled
  @subnetMask = subnetMask
  @defaultGateway = defaultGateway
  @primaryDnsServerAddress = primaryDnsServerAddress
  @alternateDnsServerAddress = alternateDnsServerAddress
end

Instance Attribute Details

#addressObject

Returns the value of attribute address.



19767
19768
19769
# File 'lib/vmware/soap/vim25.rb', line 19767

def address
  @address
end

#alternateDnsServerAddressObject

Returns the value of attribute alternateDnsServerAddress.



19772
19773
19774
# File 'lib/vmware/soap/vim25.rb', line 19772

def alternateDnsServerAddress
  @alternateDnsServerAddress
end

#defaultGatewayObject

Returns the value of attribute defaultGateway.



19770
19771
19772
# File 'lib/vmware/soap/vim25.rb', line 19770

def defaultGateway
  @defaultGateway
end

#dhcpConfigurationEnabledObject

Returns the value of attribute dhcpConfigurationEnabled.



19768
19769
19770
# File 'lib/vmware/soap/vim25.rb', line 19768

def dhcpConfigurationEnabled
  @dhcpConfigurationEnabled
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



19765
19766
19767
# File 'lib/vmware/soap/vim25.rb', line 19765

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



19764
19765
19766
# File 'lib/vmware/soap/vim25.rb', line 19764

def dynamicType
  @dynamicType
end

#macObject

Returns the value of attribute mac.



19766
19767
19768
# File 'lib/vmware/soap/vim25.rb', line 19766

def mac
  @mac
end

#primaryDnsServerAddressObject

Returns the value of attribute primaryDnsServerAddress.



19771
19772
19773
# File 'lib/vmware/soap/vim25.rb', line 19771

def primaryDnsServerAddress
  @primaryDnsServerAddress
end

#subnetMaskObject

Returns the value of attribute subnetMask.



19769
19770
19771
# File 'lib/vmware/soap/vim25.rb', line 19769

def subnetMask
  @subnetMask
end