VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::deployment::RemotePscSpec::Builder Class Reference

Builder class for RemotePscSpec. More...

List of all members.

Public Member Functions

 Builder (string pscHostname, string ssoAdminPassword)
 Constructor with parameters for the required properties of RemotePscSpec.
Builder SetHttpsPort (long?httpsPort)
 The HTTPS port of the external PSC appliance.
Builder SetSslThumbprint (string sslThumbprint)
 SHA1 thumbprint of the server SSL certificate will be used for verification when ssl_verify field is set to true.
Builder SetSslVerify (bool?sslVerify)
 SSL verification should be enabled or disabled.
RemotePscSpec Build ()

Detailed Description


Constructor & Destructor Documentation

vmware::vcenter::deployment::RemotePscSpec::Builder::Builder ( string  pscHostname,
string  ssoAdminPassword 
) [inline]

Constructor with parameters for the required properties of RemotePscSpec.


Member Function Documentation

RemotePscSpec vmware::vcenter::deployment::RemotePscSpec::Builder::Build ( ) [inline]
Builder vmware::vcenter::deployment::RemotePscSpec::Builder::SetHttpsPort ( long?  httpsPort) [inline]

The HTTPS port of the external PSC appliance.

This attribute was added in vSphere API 6.7.

Builder vmware::vcenter::deployment::RemotePscSpec::Builder::SetSslThumbprint ( string  sslThumbprint) [inline]

SHA1 thumbprint of the server SSL certificate will be used for verification when ssl_verify field is set to true.

This attribute was added in vSphere API 6.7.

Builder vmware::vcenter::deployment::RemotePscSpec::Builder::SetSslVerify ( bool?  sslVerify) [inline]

SSL verification should be enabled or disabled.

If sslVerify is true and and sslThumbprint is null, the CA certificate will be used for verification. If sslVerify is true and sslThumbprint is set then the thumbprint will be used for verification. No verification will be performed if sslVerify value is set to false. This attribute was added in vSphere API 6.7.


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