VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::vcha::CertificateInfo Class Reference

The CertificateInfo Class contains information about the SSL certificate for a management vCenter server. More...

List of all members.

Classes

class  Builder
 Builder class for CertificateInfo. More...

Public Member Functions

 CertificateInfo ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
string GetSslThumbprint ()
 The SHA-256 thumbprint of the SSL certificate for a management vCenter server.
void SetSslThumbprint (string sslThumbprint)
 The SHA-256 thumbprint of the SSL certificate for a management vCenter server.
vmware.vapi.bindings.type.StructType _GetType ()
vmware.vapi.data.StructValue _GetDataValue ()
void _Validate ()
bool _HasTypeNameOf< T > ()
_ConvertTo< T > ()
override bool Equals (object obj)
override int GetHashCode ()
override string ToString ()

Detailed Description

The CertificateInfo Class contains information about the SSL certificate for a management vCenter server.

This class was added in vSphere API 6.7.1.


Constructor & Destructor Documentation

vmware::vcenter::vcha::CertificateInfo::CertificateInfo ( ) [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::vcenter::vcha::CertificateInfo::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::vcenter::vcha::CertificateInfo::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::vcenter::vcha::CertificateInfo::_GetType ( ) [inline]
bool vmware::vcenter::vcha::CertificateInfo::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::vcenter::vcha::CertificateInfo::_Validate ( ) [inline]
override bool vmware::vcenter::vcha::CertificateInfo::Equals ( object  obj) [inline]
override int vmware::vcenter::vcha::CertificateInfo::GetHashCode ( ) [inline]
string vmware::vcenter::vcha::CertificateInfo::GetSslThumbprint ( ) [inline]

The SHA-256 thumbprint of the SSL certificate for a management vCenter server.

This attribute was added in vSphere API 6.7.1.

void vmware::vcenter::vcha::CertificateInfo::SetSslThumbprint ( string  sslThumbprint) [inline]

The SHA-256 thumbprint of the SSL certificate for a management vCenter server.

This attribute was added in vSphere API 6.7.1.

override string vmware::vcenter::vcha::CertificateInfo::ToString ( ) [inline]

The documentation for this class was generated from the following file: