Class: HostDatastoreSystemCapabilities

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



18023
18024
18025
# File 'lib/vmware/soap/vim25.rb', line 18023

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



18022
18023
18024
# File 'lib/vmware/soap/vim25.rb', line 18022

def dynamicType
  @dynamicType
end

#localDatastoreSupportedObject

Returns the value of attribute localDatastoreSupported.



18026
18027
18028
# File 'lib/vmware/soap/vim25.rb', line 18026

def localDatastoreSupported
  @localDatastoreSupported
end

#nfsMountCreationRequiredObject

Returns the value of attribute nfsMountCreationRequired.



18024
18025
18026
# File 'lib/vmware/soap/vim25.rb', line 18024

def nfsMountCreationRequired
  @nfsMountCreationRequired
end

#nfsMountCreationSupportedObject

Returns the value of attribute nfsMountCreationSupported.



18025
18026
18027
# File 'lib/vmware/soap/vim25.rb', line 18025

def nfsMountCreationSupported
  @nfsMountCreationSupported
end