The BaseImageInfo
class contains fields that describe a specific ESX base-image.
More...
List of all members.
Detailed Description
The BaseImageInfo
class contains fields that describe a specific ESX base-image.
Constructor & Destructor Documentation
vmware::esx::hosts::BaseImageInfo::BaseImageInfo |
( |
| ) |
[inline] |
Generate all-fields constructor only for errors and standard structures that have relevant fields.
Creates a default new instance.
Member Function Documentation
T vmware::esx::hosts::BaseImageInfo::_ConvertTo< T > |
( |
| ) |
[inline] |
- Type Constraints
-
T | : | vmware.vapi.bindings.IStructure | |
vmware.vapi.data.StructValue vmware::esx::hosts::BaseImageInfo::_GetDataValue |
( |
| ) |
[inline] |
vmware.vapi.bindings.type.StructType vmware::esx::hosts::BaseImageInfo::_GetType |
( |
| ) |
[inline] |
bool vmware::esx::hosts::BaseImageInfo::_HasTypeNameOf< T > |
( |
| ) |
[inline] |
- Type Constraints
-
T | : | vmware.vapi.bindings.IStructure | |
void vmware::esx::hosts::BaseImageInfo::_Validate |
( |
| ) |
[inline] |
override bool vmware::esx::hosts::BaseImageInfo::Equals |
( |
object |
obj | ) |
[inline] |
string vmware::esx::hosts::BaseImageInfo::GetDisplayName |
( |
| ) |
[inline] |
Display name of the base-image.
string vmware::esx::hosts::BaseImageInfo::GetDisplayVersion |
( |
| ) |
[inline] |
Human readable version of the base-image.
override int vmware::esx::hosts::BaseImageInfo::GetHashCode |
( |
| ) |
[inline] |
global::System.DateTimeOffset vmware::esx::hosts::BaseImageInfo::GetReleaseDate |
( |
| ) |
[inline] |
Release date of the base-image.
string vmware::esx::hosts::BaseImageInfo::GetVersion |
( |
| ) |
[inline] |
Version of the base-image.
When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: com.vmware.esx.hosts.base_image
. When methods return a value of this class as a result, the field will be an identifier for the resource type: com.vmware.esx.hosts.base_image
.
void vmware::esx::hosts::BaseImageInfo::SetDisplayName |
( |
string |
displayName | ) |
[inline] |
Display name of the base-image.
void vmware::esx::hosts::BaseImageInfo::SetDisplayVersion |
( |
string |
displayVersion | ) |
[inline] |
Human readable version of the base-image.
void vmware::esx::hosts::BaseImageInfo::SetReleaseDate |
( |
global::System.DateTimeOffset |
releaseDate | ) |
[inline] |
Release date of the base-image.
void vmware::esx::hosts::BaseImageInfo::SetVersion |
( |
string |
version | ) |
[inline] |
Version of the base-image.
When clients pass a value of this class as a parameter, the field must be an identifier for the resource type: com.vmware.esx.hosts.base_image
. When methods return a value of this class as a result, the field will be an identifier for the resource type: com.vmware.esx.hosts.base_image
.
override string vmware::esx::hosts::BaseImageInfo::ToString |
( |
| ) |
[inline] |
The documentation for this class was generated from the following file: