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

Builder class for LocationSpec. More...

List of all members.

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 ()

Detailed Description

Builder class for LocationSpec.


Constructor & Destructor Documentation

vmware::vcenter::deployment::LocationSpec::Builder::Builder ( string  hostname,
string  username,
char[]  password 
) [inline]

Constructor with parameters for the required properties of LocationSpec.


Member Function Documentation

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.


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