Class CloudCredentialVsphereCredentialConfig
Inheritance
System.Object
CloudCredentialVsphereCredentialConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Rancher2.Outputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class CloudCredentialVsphereCredentialConfig
Fields
View SourcePassword
vSphere password (string)
Declaration
public readonly string Password
Field Value
| Type | Description |
|---|---|
| System.String |
Username
vSphere username (string)
Declaration
public readonly string Username
Field Value
| Type | Description |
|---|---|
| System.String |
Vcenter
vSphere IP/hostname for vCenter (string)
Declaration
public readonly string Vcenter
Field Value
| Type | Description |
|---|---|
| System.String |
VcenterPort
vSphere Port for vCenter. Default 443 (string)
Declaration
public readonly string VcenterPort
Field Value
| Type | Description |
|---|---|
| System.String |