VMware vSphere Automation SDK for .NET 7.0.0.1
|
Builder class for LocationSpec. More...
Public Member Functions | |
Builder (string hostname, string username, char[] password) | |
Constructor with parameters for the required properties of LocationSpec. | |
Builder | SetHttpsPort (long?httpsPort) |
The HTTPS port of the container. | |
Builder | SetSslThumbprint (string sslThumbprint) |
SHA1 thumbprint of the server SSL certificate will be used for verification. | |
Builder | SetSslVerify (bool?sslVerify) |
SSL verification should be enabled or disabled. | |
LocationSpec | Build () |
Builder class for LocationSpec.
vmware::vcenter::deployment::LocationSpec::Builder::Builder | ( | string | hostname, |
string | username, | ||
char[] | password | ||
) | [inline] |
Constructor with parameters for the required properties of LocationSpec.
LocationSpec vmware::vcenter::deployment::LocationSpec::Builder::Build | ( | ) | [inline] |
Builder vmware::vcenter::deployment::LocationSpec::Builder::SetHttpsPort | ( | long? | httpsPort | ) | [inline] |
The HTTPS port of the container.
This attribute was added in vSphere API 6.7.
Builder vmware::vcenter::deployment::LocationSpec::Builder::SetSslThumbprint | ( | string | sslThumbprint | ) | [inline] |
SHA1 thumbprint of the server SSL certificate will be used for verification.
This attribute was added in vSphere API 6.7.
Builder vmware::vcenter::deployment::LocationSpec::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.