Method: UnsupportedGuest#initialize

Defined in:
lib/vmware/soap/vim25.rb

#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