Class: HostConfigFault
- Inherits:
-
VimFault
- Object
- MethodFault
- VimFault
- HostConfigFault
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostConfigFault
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Direct Known Subclasses
AdminDisabled, AdminNotDisabled, DisableAdminNotSupported, NoGateway, NoVirtualNic, PlatformConfigFault
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ HostConfigFault
constructor
A new instance of HostConfigFault.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ HostConfigFault
Returns a new instance of HostConfigFault.
30206 30207 30208 30209 |
# File 'lib/vmware/soap/vim25.rb', line 30206 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30204 30205 30206 |
# File 'lib/vmware/soap/vim25.rb', line 30204 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30203 30204 30205 |
# File 'lib/vmware/soap/vim25.rb', line 30203 def dynamicType @dynamicType end |