Class: HostInternetScsiHbaIPProperties
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostInternetScsiHbaIPProperties
- 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
-
#address ⇒ Object
Returns the value of attribute address.
-
#alternateDnsServerAddress ⇒ Object
Returns the value of attribute alternateDnsServerAddress.
-
#defaultGateway ⇒ Object
Returns the value of attribute defaultGateway.
-
#dhcpConfigurationEnabled ⇒ Object
Returns the value of attribute dhcpConfigurationEnabled.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#mac ⇒ Object
Returns the value of attribute mac.
-
#primaryDnsServerAddress ⇒ Object
Returns the value of attribute primaryDnsServerAddress.
-
#subnetMask ⇒ Object
Returns the value of attribute subnetMask.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], mac = nil, address = nil, dhcpConfigurationEnabled = nil, subnetMask = nil, defaultGateway = nil, primaryDnsServerAddress = nil, alternateDnsServerAddress = nil) ⇒ HostInternetScsiHbaIPProperties
constructor
A new instance of HostInternetScsiHbaIPProperties.
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
#address ⇒ Object
Returns the value of attribute address.
19767 19768 19769 |
# File 'lib/vmware/soap/vim25.rb', line 19767 def address @address end |
#alternateDnsServerAddress ⇒ Object
Returns the value of attribute alternateDnsServerAddress.
19772 19773 19774 |
# File 'lib/vmware/soap/vim25.rb', line 19772 def alternateDnsServerAddress @alternateDnsServerAddress end |
#defaultGateway ⇒ Object
Returns the value of attribute defaultGateway.
19770 19771 19772 |
# File 'lib/vmware/soap/vim25.rb', line 19770 def defaultGateway @defaultGateway end |
#dhcpConfigurationEnabled ⇒ Object
Returns the value of attribute dhcpConfigurationEnabled.
19768 19769 19770 |
# File 'lib/vmware/soap/vim25.rb', line 19768 def dhcpConfigurationEnabled @dhcpConfigurationEnabled end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
19765 19766 19767 |
# File 'lib/vmware/soap/vim25.rb', line 19765 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
19764 19765 19766 |
# File 'lib/vmware/soap/vim25.rb', line 19764 def dynamicType @dynamicType end |
#mac ⇒ Object
Returns the value of attribute mac.
19766 19767 19768 |
# File 'lib/vmware/soap/vim25.rb', line 19766 def mac @mac end |
#primaryDnsServerAddress ⇒ Object
Returns the value of attribute primaryDnsServerAddress.
19771 19772 19773 |
# File 'lib/vmware/soap/vim25.rb', line 19771 def primaryDnsServerAddress @primaryDnsServerAddress end |
#subnetMask ⇒ Object
Returns the value of attribute subnetMask.
19769 19770 19771 |
# File 'lib/vmware/soap/vim25.rb', line 19769 def subnetMask @subnetMask end |