Class: HostDatastoreSystemCapabilities
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostDatastoreSystemCapabilities
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostDatastoreSystemCapabilities
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
nfsMountCreationRequired - SOAP::SOAPBoolean
nfsMountCreationSupported - SOAP::SOAPBoolean
localDatastoreSupported - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#localDatastoreSupported ⇒ Object
Returns the value of attribute localDatastoreSupported.
-
#nfsMountCreationRequired ⇒ Object
Returns the value of attribute nfsMountCreationRequired.
-
#nfsMountCreationSupported ⇒ Object
Returns the value of attribute nfsMountCreationSupported.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], nfsMountCreationRequired = nil, nfsMountCreationSupported = nil, localDatastoreSupported = nil) ⇒ HostDatastoreSystemCapabilities
constructor
A new instance of HostDatastoreSystemCapabilities.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], nfsMountCreationRequired = nil, nfsMountCreationSupported = nil, localDatastoreSupported = nil) ⇒ HostDatastoreSystemCapabilities
Returns a new instance of HostDatastoreSystemCapabilities.
18028 18029 18030 18031 18032 18033 18034 |
# File 'lib/vmware/soap/vim25.rb', line 18028 def initialize(dynamicType = nil, dynamicProperty = [], nfsMountCreationRequired = nil, nfsMountCreationSupported = nil, localDatastoreSupported = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @nfsMountCreationRequired = nfsMountCreationRequired @nfsMountCreationSupported = nfsMountCreationSupported @localDatastoreSupported = localDatastoreSupported end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
18023 18024 18025 |
# File 'lib/vmware/soap/vim25.rb', line 18023 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
18022 18023 18024 |
# File 'lib/vmware/soap/vim25.rb', line 18022 def dynamicType @dynamicType end |
#localDatastoreSupported ⇒ Object
Returns the value of attribute localDatastoreSupported.
18026 18027 18028 |
# File 'lib/vmware/soap/vim25.rb', line 18026 def localDatastoreSupported @localDatastoreSupported end |
#nfsMountCreationRequired ⇒ Object
Returns the value of attribute nfsMountCreationRequired.
18024 18025 18026 |
# File 'lib/vmware/soap/vim25.rb', line 18024 def nfsMountCreationRequired @nfsMountCreationRequired end |
#nfsMountCreationSupported ⇒ Object
Returns the value of attribute nfsMountCreationSupported.
18025 18026 18027 |
# File 'lib/vmware/soap/vim25.rb', line 18025 def nfsMountCreationSupported @nfsMountCreationSupported end |