Class: HostPatchManagerIntegrityStatus

Inherits:
String
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25HostPatchManagerIntegrityStatus

Constant Summary collapse

DigestMismatch =
HostPatchManagerIntegrityStatus.new("digestMismatch")
KeyExpired =
HostPatchManagerIntegrityStatus.new("keyExpired")
KeyNotFound =
HostPatchManagerIntegrityStatus.new("keyNotFound")
KeyRevoked =
HostPatchManagerIntegrityStatus.new("keyRevoked")
NotEnoughSignatures =
HostPatchManagerIntegrityStatus.new("notEnoughSignatures")
Validated =
HostPatchManagerIntegrityStatus.new("validated")
ValidationError =
HostPatchManagerIntegrityStatus.new("validationError")