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

The ReplicatedSpec class contains information used to check if the configuring vCenter Server can be replicated to the remote PSC. More...

List of all members.

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 > ()
_ConvertTo< T > ()
override bool Equals (object obj)
override int GetHashCode ()
override string ToString ()

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

T vmware::vcenter::deployment::ReplicatedSpec::_ConvertTo< T > ( ) [inline]
Type Constraints
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]
Type Constraints
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]

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