Class: WMI::CIM_RealizesDiskPartition

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

Overview

DiskPartitions は PhysicalMedia で直接認識できます。fdisk (DOS および Unix) または pdisk (Unix) コマンドを使用して、未処理の SCSI または IDE ドライブでのパーティションの作成を設計するために使用されます。PhysicalMedia の DiskPartition の StartingAddress も、この関係のプロパティとして指定されます。代替として、パーティションはハードウェア RAID キャビネットによって露出した VolumeSet または Volume のような BasedOn StorageVolumes になることができます。後者の関係は DiskPartitionBasedOnVolume 関連付けを使用して設計されています。

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_PhysicalMedia) Antecedent (readonly)

拡張が認識された物理メディアです。

Returns:

  • (ref:CIM_PhysicalMedia)

    Antecedent



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

def Antecedent
  @Antecedent
end

- (ref:CIM_DiskPartition) Dependent (readonly)

メディアにあるディスク パーティションです。

Returns:

  • (ref:CIM_DiskPartition)

    Dependent



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

def Dependent
  @Dependent
end

- (uint64) StartingAddress (readonly)

ディスク パーティションが始まる物理メディアの開始アドレスです。

 

Returns:

  • (uint64)

    StartingAddress



18
19
20
# File 'lib/CIM_RealizesDiskPartition.rb', line 18

def StartingAddress
  @StartingAddress
end