Class: RuleViolation

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

Overview

urn:vim25RuleViolation

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
host - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], host = nil) ⇒ RuleViolation

Returns a new instance of RuleViolation.



32685
32686
32687
32688
32689
# File 'lib/vmware/soap/vim25.rb', line 32685

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32682
32683
32684
# File 'lib/vmware/soap/vim25.rb', line 32682

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32681
32682
32683
# File 'lib/vmware/soap/vim25.rb', line 32681

def dynamicType
  @dynamicType
end

#hostObject

Returns the value of attribute host.



32683
32684
32685
# File 'lib/vmware/soap/vim25.rb', line 32683

def host
  @host
end