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