|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
Builder class for ConnectionSpec. More...
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 () |
Builder class for ConnectionSpec.
| vmware::vcenter::vcha::ConnectionSpec::Builder::Builder | ( | string | hostname | ) | [inline] |
Constructor with parameters for the required properties of ConnectionSpec.
| 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.