Class: RuleViolation
- Inherits:
-
VmConfigFault
- Object
- MethodFault
- VimFault
- VmConfigFault
- RuleViolation
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RuleViolation
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
host - ManagedObjectReference
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#host ⇒ Object
Returns the value of attribute host.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], host = nil) ⇒ RuleViolation
constructor
A new instance of RuleViolation.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
32682 32683 32684 |
# File 'lib/vmware/soap/vim25.rb', line 32682 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
32681 32682 32683 |
# File 'lib/vmware/soap/vim25.rb', line 32681 def dynamicType @dynamicType end |
#host ⇒ Object
Returns the value of attribute host.
32683 32684 32685 |
# File 'lib/vmware/soap/vim25.rb', line 32683 def host @host end |