VMware vSphere Automation SDK for .NET 7.0.0.1
|
The ReplicatedPscSpec
class contains information used to check if the configuring PSC can be replicated to the remote PSC.
More...
Classes | |
class | Builder |
Builder class for ReplicatedPscSpec. More... | |
Public Member Functions | |
ReplicatedPscSpec () | |
Generate all-fields constructor only for errors and standard structures that have relevant fields. | |
string | GetSsoSiteName () |
The SSO sitename that will be used in PSC replication. | |
void | SetSsoSiteName (string ssoSiteName) |
The SSO sitename that will be used in PSC replication. | |
string | GetPartnerHostname () |
The IP address or DNS resolvable name of the partner PSC appliance. | |
void | SetPartnerHostname (string partnerHostname) |
The IP address or DNS resolvable name of the partner PSC appliance. | |
long | GetHttpsPort () |
The HTTPS port of the external PSC appliance. | |
void | SetHttpsPort (long?httpsPort) |
The HTTPS port of the external PSC appliance. | |
string | GetSsoAdminPassword () |
The SSO administrator account password. | |
void | SetSsoAdminPassword (string ssoAdminPassword) |
The SSO administrator account password. | |
string | GetSslThumbprint () |
SHA1 thumbprint of the server SSL certificate will be used for verification. | |
void | SetSslThumbprint (string sslThumbprint) |
SHA1 thumbprint of the server SSL certificate will be used for verification. | |
bool | GetSslVerify () |
SSL verification should be enabled or disabled. | |
void | SetSslVerify (bool?sslVerify) |
SSL verification should be enabled or disabled. | |
vmware.vapi.bindings.type.StructType | _GetType () |
vmware.vapi.data.StructValue | _GetDataValue () |
void | _Validate () |
bool | _HasTypeNameOf< T > () |
T | _ConvertTo< T > () |
override bool | Equals (object obj) |
override int | GetHashCode () |
override string | ToString () |
The ReplicatedPscSpec
class contains information used to check if the configuring PSC can be replicated to the remote PSC.
This class was added in vSphere API 6.7.
vmware::vcenter::deployment::ReplicatedPscSpec::ReplicatedPscSpec | ( | ) | [inline] |
Generate all-fields constructor only for errors and standard structures that have relevant fields.
Creates a default new instance.
T vmware::vcenter::deployment::ReplicatedPscSpec::_ConvertTo< T > | ( | ) | [inline] |
T | : | vmware.vapi.bindings.IStructure |
vmware.vapi.data.StructValue vmware::vcenter::deployment::ReplicatedPscSpec::_GetDataValue | ( | ) | [inline] |
vmware.vapi.bindings.type.StructType vmware::vcenter::deployment::ReplicatedPscSpec::_GetType | ( | ) | [inline] |
bool vmware::vcenter::deployment::ReplicatedPscSpec::_HasTypeNameOf< T > | ( | ) | [inline] |
T | : | vmware.vapi.bindings.IStructure |
void vmware::vcenter::deployment::ReplicatedPscSpec::_Validate | ( | ) | [inline] |
override bool vmware::vcenter::deployment::ReplicatedPscSpec::Equals | ( | object | obj | ) | [inline] |
override int vmware::vcenter::deployment::ReplicatedPscSpec::GetHashCode | ( | ) | [inline] |
long vmware::vcenter::deployment::ReplicatedPscSpec::GetHttpsPort | ( | ) | [inline] |
The HTTPS port of the external PSC appliance.
This attribute was added in vSphere API 6.7.
string vmware::vcenter::deployment::ReplicatedPscSpec::GetPartnerHostname | ( | ) | [inline] |
The IP address or DNS resolvable name of the partner PSC appliance.
This attribute was added in vSphere API 6.7.
string vmware::vcenter::deployment::ReplicatedPscSpec::GetSslThumbprint | ( | ) | [inline] |
SHA1 thumbprint of the server SSL certificate will be used for verification.
This attribute was added in vSphere API 6.7.
bool vmware::vcenter::deployment::ReplicatedPscSpec::GetSslVerify | ( | ) | [inline] |
SSL verification should be enabled or disabled.
This attribute was added in vSphere API 6.7.
string vmware::vcenter::deployment::ReplicatedPscSpec::GetSsoAdminPassword | ( | ) | [inline] |
The SSO administrator account password.
This attribute was added in vSphere API 6.7.
string vmware::vcenter::deployment::ReplicatedPscSpec::GetSsoSiteName | ( | ) | [inline] |
The SSO sitename that will be used in PSC replication.
This attribute was added in vSphere API 6.7.
void vmware::vcenter::deployment::ReplicatedPscSpec::SetHttpsPort | ( | long? | httpsPort | ) | [inline] |
The HTTPS port of the external PSC appliance.
This attribute was added in vSphere API 6.7.
void vmware::vcenter::deployment::ReplicatedPscSpec::SetPartnerHostname | ( | string | partnerHostname | ) | [inline] |
The IP address or DNS resolvable name of the partner PSC appliance.
This attribute was added in vSphere API 6.7.
void vmware::vcenter::deployment::ReplicatedPscSpec::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.
void vmware::vcenter::deployment::ReplicatedPscSpec::SetSslVerify | ( | bool? | sslVerify | ) | [inline] |
SSL verification should be enabled or disabled.
This attribute was added in vSphere API 6.7.
void vmware::vcenter::deployment::ReplicatedPscSpec::SetSsoAdminPassword | ( | string | ssoAdminPassword | ) | [inline] |
The SSO administrator account password.
This attribute was added in vSphere API 6.7.
void vmware::vcenter::deployment::ReplicatedPscSpec::SetSsoSiteName | ( | string | ssoSiteName | ) | [inline] |
The SSO sitename that will be used in PSC replication.
This attribute was added in vSphere API 6.7.
override string vmware::vcenter::deployment::ReplicatedPscSpec::ToString | ( | ) | [inline] |