Class: HostFlagInfo

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

Overview

urn:vim25HostFlagInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
backgroundSnapshotsEnabled - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], backgroundSnapshotsEnabled = nil) ⇒ HostFlagInfo

Returns a new instance of HostFlagInfo.



19097
19098
19099
19100
19101
# File 'lib/vmware/soap/vim25.rb', line 19097

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

Instance Attribute Details

#backgroundSnapshotsEnabledObject

Returns the value of attribute backgroundSnapshotsEnabled.



19095
19096
19097
# File 'lib/vmware/soap/vim25.rb', line 19095

def backgroundSnapshotsEnabled
  @backgroundSnapshotsEnabled
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



19094
19095
19096
# File 'lib/vmware/soap/vim25.rb', line 19094

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



19093
19094
19095
# File 'lib/vmware/soap/vim25.rb', line 19093

def dynamicType
  @dynamicType
end