Class: InaccessibleDatastore
- Inherits:
-
InvalidDatastore
- Object
- MethodFault
- VimFault
- InvalidDatastore
- InaccessibleDatastore
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25InaccessibleDatastore
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
datastore - ManagedObjectReference
name - SOAP::SOAPString
Instance Attribute Summary collapse
-
#datastore ⇒ Object
Returns the value of attribute datastore.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], datastore = nil, name = nil) ⇒ InaccessibleDatastore
constructor
A new instance of InaccessibleDatastore.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], datastore = nil, name = nil) ⇒ InaccessibleDatastore
Returns a new instance of InaccessibleDatastore.
30730 30731 30732 30733 30734 30735 |
# File 'lib/vmware/soap/vim25.rb', line 30730 def initialize(dynamicType = nil, dynamicProperty = [], datastore = nil, name = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @datastore = datastore @name = name end |
Instance Attribute Details
#datastore ⇒ Object
Returns the value of attribute datastore.
30727 30728 30729 |
# File 'lib/vmware/soap/vim25.rb', line 30727 def datastore @datastore end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30726 30727 30728 |
# File 'lib/vmware/soap/vim25.rb', line 30726 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30725 30726 30727 |
# File 'lib/vmware/soap/vim25.rb', line 30725 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
30728 30729 30730 |
# File 'lib/vmware/soap/vim25.rb', line 30728 def name @name end |