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