VMware vSphere Automation SDK for .NET 7.0.0.1
|
Builder class for ReplicatedSpec. More...
Public Member Functions | |
Builder (string partnerHostname, string ssoAdminPassword) | |
Constructor with parameters for the required properties of ReplicatedSpec. | |
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. | |
Builder | SetSslVerify (bool?sslVerify) |
SSL verification should be enabled or disabled. | |
ReplicatedSpec | Build () |
Builder class for ReplicatedSpec.
vmware::vcenter::deployment::ReplicatedSpec::Builder::Builder | ( | string | partnerHostname, |
string | ssoAdminPassword | ||
) | [inline] |
Constructor with parameters for the required properties of ReplicatedSpec.
ReplicatedSpec vmware::vcenter::deployment::ReplicatedSpec::Builder::Build | ( | ) | [inline] |
Builder vmware::vcenter::deployment::ReplicatedSpec::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::ReplicatedSpec::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::ReplicatedSpec::Builder::SetSslVerify | ( | bool? | sslVerify | ) | [inline] |
SSL verification should be enabled or disabled.
This attribute was added in vSphere API 6.7.