Merging dev with master #7
@ -105,9 +105,9 @@ class VM_SCVMM:_Generic_VirtualMachine
|
||||
{
|
||||
return @{"PoweredOn"=$true;"PoweredOff"=$false}[$this.__VMObject.VirtualMachineState]
|
||||
}
|
||||
# __Load_Snapshots(){
|
||||
# Get-SCVMCheckpoint -VM $this.Get_Name() # -VMMServer $this.__ServerObject.url
|
||||
# }
|
||||
__Load_Snapshots(){
|
||||
Get-SCVMCheckpoint -VM $this.Get_Name() # -VMMServer $this.__ServerObject.url
|
||||
}
|
||||
|
||||
#Get-SCVMCheckpoint
|
||||
}
|
||||
@ -124,9 +124,9 @@ class VM_vSphere:_Generic_VirtualMachine
|
||||
{
|
||||
return @{ "PoweredOn" = $true; "PoweredOff" = $false }[$this.__VMObject.PowerState]
|
||||
}
|
||||
# __Load_Snapshots(){
|
||||
# Get-Snapshot -VM $this.Get_Name() # -VIServer $this.__ServerObject.url
|
||||
# }
|
||||
__Load_Snapshots(){
|
||||
Get-Snapshot -VM $this.Get_Name() # -VIServer $this.__ServerObject.url
|
||||
}
|
||||
}
|
||||
|
||||
class VirtualizationServer
|
||||
|
Loading…
x
Reference in New Issue
Block a user