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

Builder class for ConnectionSpec. More...

List of all members.

Public Member Functions

 Builder (string hostname)
 Constructor with parameters for the required properties of ConnectionSpec.
Builder SetPort (long?port)
 Port number.
Builder SetSslThumbprint (string sslThumbprint)
 SHA1 hash of the server SSL certificate.
Builder SetUsername (string username)
 Username to access the server.
Builder SetPassword (char[] password)
 Password for the specified user.
ConnectionSpec Build ()

Detailed Description


Constructor & Destructor Documentation

vmware::vcenter::vcha::ConnectionSpec::Builder::Builder ( string  hostname) [inline]

Constructor with parameters for the required properties of ConnectionSpec.


Member Function Documentation

ConnectionSpec vmware::vcenter::vcha::ConnectionSpec::Builder::Build ( ) [inline]
Builder vmware::vcenter::vcha::ConnectionSpec::Builder::SetPassword ( char[]  password) [inline]

Password for the specified user.

This attribute was added in vSphere API 6.7.1.

Builder vmware::vcenter::vcha::ConnectionSpec::Builder::SetPort ( long?  port) [inline]

Port number.

This attribute was added in vSphere API 6.7.1.

Builder vmware::vcenter::vcha::ConnectionSpec::Builder::SetSslThumbprint ( string  sslThumbprint) [inline]

SHA1 hash of the server SSL certificate.

This attribute was added in vSphere API 6.7.1.

Builder vmware::vcenter::vcha::ConnectionSpec::Builder::SetUsername ( string  username) [inline]

Username to access the server.

This attribute was added in vSphere API 6.7.1.


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