Name
Type
Description
Vendor
System.String
VIB vendor or publisher.
Version
System.String
VIB version.
VersionObject
Software.Version
The
VersionObject
property is of
type
SoftwareVersion
. The
SoftwareVersion
class implements a
static
Compare
method to compare two
versions of strings. See
“SoftwareVersion Object Properties,”
on page 232
ImageProfileDiff Object Properties
When you run the
Compare-EsxImageProfile
cmdlet, you pass in two parameters, first the reference profile,
and then the comparison profile. The cmdlet returns an
ImageProfileDiff
object, which has the following
properties.
Name
Type
Description
CompAcceptanceLevel
System.String
Acceptance level for the second profile
that you passed to
Compare-
EsxImageProfile
.
DowngradeFromRef
System.String[]
List of VIBs in the second profile that
are downgrades from VIBs in the first
profile.
Equal
System.Boolean
True if the two image profiles have
identical packages and acceptance
levels.
OnlyInComp
System.String
List of VIBs found only in the second
profile that you passed to
Compare-
EsxImageProfile
.
OnlyInRef
System.String[]
List of VIBs found only in the first
profile that you passed to
Compare-
EsxImageProfile
.
PackagesEqual
System.Boolean
True if the image profiles have
identical sets of VIB packages.
RefAcceptanceLevel
System.String
Acceptance level for the first profile
that you passed to
Compare-
EsxImageProfile
.
UpgradeFromRef
System.String[]
List of VIBs in the second profile that
are upgrades from VIBs in the first
profile.
SoftwareVersion Object Properties
The
SoftwareVersion
object allows you to compare two version strings. The object includes a
Compare
static
methot that accepts two strings as input and returns 1 if the first version string is higher than the second
version string.
Compare
returns 0 if two versions strings are equal.
Compare
returns -1 if the second version
string is higher than the first string. The object has the following properties.
vSphere Installation and Setup
232
VMware, Inc.
Содержание VS4-ENT-PL-A - vSphere Enterprise Plus
Страница 6: ...vSphere Installation and Setup 6 VMware Inc ...
Страница 8: ...vSphere Installation and Setup 8 VMware Inc ...
Страница 10: ...vSphere Installation and Setup 10 VMware Inc ...
Страница 28: ...vSphere Installation and Setup 28 VMware Inc ...
Страница 70: ...vSphere Installation and Setup 70 VMware Inc ...
Страница 100: ...vSphere Installation and Setup 100 VMware Inc ...
Страница 122: ...vSphere Installation and Setup 122 VMware Inc ...
Страница 138: ...vSphere Installation and Setup 138 VMware Inc ...