VMware vSphere Automation SDK for .NET 7.0.0.1
|
The BaseImageCompliance
class contains information that describe the compliance of ESX base image with respect to the base image present in the target software specification.
More...
Classes | |
class | Builder |
Builder class for BaseImageCompliance. More... | |
Public Member Functions | |
BaseImageCompliance () | |
Generate all-fields constructor only for errors and standard structures that have relevant fields. | |
vmware.esx.settings.ComplianceStatus | GetStatus () |
Compliance status of the base image. | |
void | SetStatus (vmware.esx.settings.ComplianceStatus status) |
Compliance status of the base image. | |
vmware.esx.settings.BaseImageInfo | GetCurrent () |
Current base image information on the host. | |
void | SetCurrent (vmware.esx.settings.BaseImageInfo current) |
Current base image information on the host. | |
vmware.esx.settings.BaseImageInfo | GetTarget () |
Target base image information present in the software specification. | |
void | SetTarget (vmware.esx.settings.BaseImageInfo target) |
Target base image information present in the software specification. | |
vmware.esx.settings.Notifications | GetNotifications () |
Notifications describing the compliance result. | |
void | SetNotifications (vmware.esx.settings.Notifications notifications) |
Notifications describing the compliance result. | |
vmware.vapi.bindings.type.StructType | _GetType () |
vmware.vapi.data.StructValue | _GetDataValue () |
void | _Validate () |
bool | _HasTypeNameOf< T > () |
T | _ConvertTo< T > () |
override bool | Equals (object obj) |
override int | GetHashCode () |
override string | ToString () |
The BaseImageCompliance
class contains information that describe the compliance of ESX base image with respect to the base image present in the target software specification.
vmware::esx::settings::BaseImageCompliance::BaseImageCompliance | ( | ) | [inline] |
Generate all-fields constructor only for errors and standard structures that have relevant fields.
Creates a default new instance.
T vmware::esx::settings::BaseImageCompliance::_ConvertTo< T > | ( | ) | [inline] |
T | : | vmware.vapi.bindings.IStructure |
vmware.vapi.data.StructValue vmware::esx::settings::BaseImageCompliance::_GetDataValue | ( | ) | [inline] |
vmware.vapi.bindings.type.StructType vmware::esx::settings::BaseImageCompliance::_GetType | ( | ) | [inline] |
bool vmware::esx::settings::BaseImageCompliance::_HasTypeNameOf< T > | ( | ) | [inline] |
T | : | vmware.vapi.bindings.IStructure |
void vmware::esx::settings::BaseImageCompliance::_Validate | ( | ) | [inline] |
override bool vmware::esx::settings::BaseImageCompliance::Equals | ( | object | obj | ) | [inline] |
vmware.esx.settings.BaseImageInfo vmware::esx::settings::BaseImageCompliance::GetCurrent | ( | ) | [inline] |
Current base image information on the host.
override int vmware::esx::settings::BaseImageCompliance::GetHashCode | ( | ) | [inline] |
vmware.esx.settings.Notifications vmware::esx::settings::BaseImageCompliance::GetNotifications | ( | ) | [inline] |
Notifications describing the compliance result.
vmware.esx.settings.ComplianceStatus vmware::esx::settings::BaseImageCompliance::GetStatus | ( | ) | [inline] |
Compliance status of the base image.
vmware.esx.settings.BaseImageInfo vmware::esx::settings::BaseImageCompliance::GetTarget | ( | ) | [inline] |
Target base image information present in the software specification.
void vmware::esx::settings::BaseImageCompliance::SetCurrent | ( | vmware.esx.settings.BaseImageInfo | current | ) | [inline] |
Current base image information on the host.
void vmware::esx::settings::BaseImageCompliance::SetNotifications | ( | vmware.esx.settings.Notifications | notifications | ) | [inline] |
Notifications describing the compliance result.
void vmware::esx::settings::BaseImageCompliance::SetStatus | ( | vmware.esx.settings.ComplianceStatus | status | ) | [inline] |
Compliance status of the base image.
void vmware::esx::settings::BaseImageCompliance::SetTarget | ( | vmware.esx.settings.BaseImageInfo | target | ) | [inline] |
Target base image information present in the software specification.
override string vmware::esx::settings::BaseImageCompliance::ToString | ( | ) | [inline] |