Class: HostInternetScsiHbaIPCapabilities
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostInternetScsiHbaIPCapabilities
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostInternetScsiHbaIPCapabilities
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
addressSettable - SOAP::SOAPBoolean
ipConfigurationMethodSettable - SOAP::SOAPBoolean
subnetMaskSettable - SOAP::SOAPBoolean
defaultGatewaySettable - SOAP::SOAPBoolean
primaryDnsServerAddressSettable - SOAP::SOAPBoolean
alternateDnsServerAddressSettable - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#addressSettable ⇒ Object
Returns the value of attribute addressSettable.
-
#alternateDnsServerAddressSettable ⇒ Object
Returns the value of attribute alternateDnsServerAddressSettable.
-
#defaultGatewaySettable ⇒ Object
Returns the value of attribute defaultGatewaySettable.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#ipConfigurationMethodSettable ⇒ Object
Returns the value of attribute ipConfigurationMethodSettable.
-
#primaryDnsServerAddressSettable ⇒ Object
Returns the value of attribute primaryDnsServerAddressSettable.
-
#subnetMaskSettable ⇒ Object
Returns the value of attribute subnetMaskSettable.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], addressSettable = nil, ipConfigurationMethodSettable = nil, subnetMaskSettable = nil, defaultGatewaySettable = nil, primaryDnsServerAddressSettable = nil, alternateDnsServerAddressSettable = nil) ⇒ HostInternetScsiHbaIPCapabilities
constructor
A new instance of HostInternetScsiHbaIPCapabilities.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], addressSettable = nil, ipConfigurationMethodSettable = nil, subnetMaskSettable = nil, defaultGatewaySettable = nil, primaryDnsServerAddressSettable = nil, alternateDnsServerAddressSettable = nil) ⇒ HostInternetScsiHbaIPCapabilities
Returns a new instance of HostInternetScsiHbaIPCapabilities.
19741 19742 19743 19744 19745 19746 19747 19748 19749 19750 |
# File 'lib/vmware/soap/vim25.rb', line 19741 def initialize(dynamicType = nil, dynamicProperty = [], addressSettable = nil, ipConfigurationMethodSettable = nil, subnetMaskSettable = nil, defaultGatewaySettable = nil, primaryDnsServerAddressSettable = nil, alternateDnsServerAddressSettable = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @addressSettable = addressSettable @ipConfigurationMethodSettable = ipConfigurationMethodSettable @subnetMaskSettable = subnetMaskSettable @defaultGatewaySettable = defaultGatewaySettable @primaryDnsServerAddressSettable = primaryDnsServerAddressSettable @alternateDnsServerAddressSettable = alternateDnsServerAddressSettable end |
Instance Attribute Details
#addressSettable ⇒ Object
Returns the value of attribute addressSettable.
19734 19735 19736 |
# File 'lib/vmware/soap/vim25.rb', line 19734 def addressSettable @addressSettable end |
#alternateDnsServerAddressSettable ⇒ Object
Returns the value of attribute alternateDnsServerAddressSettable.
19739 19740 19741 |
# File 'lib/vmware/soap/vim25.rb', line 19739 def alternateDnsServerAddressSettable @alternateDnsServerAddressSettable end |
#defaultGatewaySettable ⇒ Object
Returns the value of attribute defaultGatewaySettable.
19737 19738 19739 |
# File 'lib/vmware/soap/vim25.rb', line 19737 def defaultGatewaySettable @defaultGatewaySettable end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
19733 19734 19735 |
# File 'lib/vmware/soap/vim25.rb', line 19733 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
19732 19733 19734 |
# File 'lib/vmware/soap/vim25.rb', line 19732 def dynamicType @dynamicType end |
#ipConfigurationMethodSettable ⇒ Object
Returns the value of attribute ipConfigurationMethodSettable.
19735 19736 19737 |
# File 'lib/vmware/soap/vim25.rb', line 19735 def ipConfigurationMethodSettable @ipConfigurationMethodSettable end |
#primaryDnsServerAddressSettable ⇒ Object
Returns the value of attribute primaryDnsServerAddressSettable.
19738 19739 19740 |
# File 'lib/vmware/soap/vim25.rb', line 19738 def primaryDnsServerAddressSettable @primaryDnsServerAddressSettable end |
#subnetMaskSettable ⇒ Object
Returns the value of attribute subnetMaskSettable.
19736 19737 19738 |
# File 'lib/vmware/soap/vim25.rb', line 19736 def subnetMaskSettable @subnetMaskSettable end |