Class: UnsupportedGuest

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

Overview

urn:vim25UnsupportedGuest

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
property - SOAP::SOAPString
unsupportedGuestOS - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], property = nil, unsupportedGuestOS = nil) ⇒ UnsupportedGuest

Returns a new instance of UnsupportedGuest.



32618
32619
32620
32621
32622
32623
# File 'lib/vmware/soap/vim25.rb', line 32618

def initialize(dynamicType = nil, dynamicProperty = [], property = nil, unsupportedGuestOS = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @property = property
  @unsupportedGuestOS = unsupportedGuestOS
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32614
32615
32616
# File 'lib/vmware/soap/vim25.rb', line 32614

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32613
32614
32615
# File 'lib/vmware/soap/vim25.rb', line 32613

def dynamicType
  @dynamicType
end

#propertyObject

Returns the value of attribute property.



32615
32616
32617
# File 'lib/vmware/soap/vim25.rb', line 32615

def property
  @property
end

#unsupportedGuestOSObject

Returns the value of attribute unsupportedGuestOS.



32616
32617
32618
# File 'lib/vmware/soap/vim25.rb', line 32616

def unsupportedGuestOS
  @unsupportedGuestOS
end