Class: WMI::CIM_Mount

Inherits:
Base
  • Object
show all
Defined in:
lib/CIM_Mount.rb

Overview

ディレクトリの FileSystem への接続を示す FileSystem とディレクトリの間の関連付けです。この関係の語義はマウントされたディレクトリが、Dependent として参照されている FileSystem とは異なる FileSystem によって (FileStorage 関連付け経由で) 含まれることを要求します。FileSystem を含んでいるディレクトリはローカルまたはリモートのいずれかです。たとえば、Solaris ComputerSystem の LocalFileSystem はディレクトリを コンピュータの CDROM ドライブ、つまり、別の LocalFileSystem経由でアクセスした FileSystem からマウントできます。一方で、リモートの場合、ディレクトリは (たとえば) ファイル サーバーとして動作している別の ComputerSystem でホストされている FileSystem によってまずエクスポートされます。これらのマウントの 2 つの種類を区別するために、CIM_Export 関連付けがリモートでアクセス/マウントされたディレクトリに対して常に定義されることが推奨されます。

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from Base

#AddRef, #AssociatorsAsync_, #Associators_, #Clone_, #CompareTo_, #DeleteAsync_, #Delete_, #Derivation_, #ExecMethodAsync_, #ExecMethod_, #GetIDsOfNames, #GetObjectText_, #GetText_, #GetTypeInfo, #GetTypeInfoCount, #InstancesAsync_, #Instances_, #Invoke, #Methods_, #Path_, #Properties_, #PutAsync_, #Put_, #Qualifiers_, #QueryInterface, #ReferencesAsync_, #References_, #Refresh_, #Release, #Security_, #SetFromText_, #SpawnDerivedClass_, #SpawnInstance_, #SubclassesAsync_, #Subclasses_, #SystemProperties_

Instance Attribute Details

- (ref:CIM_Directory) Antecedent (readonly)

マウントされたディレクトリです。

Returns:

  • (ref:CIM_Directory)

    Antecedent



7
8
9
# File 'lib/CIM_Mount.rb', line 7

def Antecedent
  @Antecedent
end

- (ref:CIM_NFS) Dependent (readonly)

ディレクトリがマウントしている FileSystem です。

Returns:

  • (ref:CIM_NFS)

    Dependent



12
13
14
# File 'lib/CIM_Mount.rb', line 12

def Dependent
  @Dependent
end