VMware vSphere Automation SDK for .NET 7.0.0.1
|
The Status
class describes the current status of a compute policy in VMware Cloud on AWS.
More...
Classes | |
class | Builder |
Builder class for Status. More... | |
Public Member Functions | |
Status () | |
Generate all-fields constructor only for errors and standard structures that have relevant fields. | |
vmware.vcenter.compute.policies.ObjectCompliance | GetStatus () |
The compliance status of the policy on a specified object. | |
void | SetStatus (vmware.vcenter.compute.policies.ObjectCompliance status) |
The compliance status of the policy on a specified object. | |
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 Status
class describes the current status of a compute policy in VMware Cloud on AWS.
Usage beyond VMware Cloud on AWS is not supported. Warning: This class is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
vmware::vcenter::compute::policies::Status::Status | ( | ) | [inline] |
Generate all-fields constructor only for errors and standard structures that have relevant fields.
Creates a default new instance.
T vmware::vcenter::compute::policies::Status::_ConvertTo< T > | ( | ) | [inline] |
T | : | vmware.vapi.bindings.IStructure |
vmware.vapi.data.StructValue vmware::vcenter::compute::policies::Status::_GetDataValue | ( | ) | [inline] |
vmware.vapi.bindings.type.StructType vmware::vcenter::compute::policies::Status::_GetType | ( | ) | [inline] |
bool vmware::vcenter::compute::policies::Status::_HasTypeNameOf< T > | ( | ) | [inline] |
T | : | vmware.vapi.bindings.IStructure |
void vmware::vcenter::compute::policies::Status::_Validate | ( | ) | [inline] |
override bool vmware::vcenter::compute::policies::Status::Equals | ( | object | obj | ) | [inline] |
override int vmware::vcenter::compute::policies::Status::GetHashCode | ( | ) | [inline] |
vmware.vcenter.compute.policies.ObjectCompliance vmware::vcenter::compute::policies::Status::GetStatus | ( | ) | [inline] |
The compliance status of the policy on a specified object.
Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
void vmware::vcenter::compute::policies::Status::SetStatus | ( | vmware.vcenter.compute.policies.ObjectCompliance | status | ) | [inline] |
The compliance status of the policy on a specified object.
Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
override string vmware::vcenter::compute::policies::Status::ToString | ( | ) | [inline] |