Show / Hide Table of Contents

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 Source

Password

vSphere password (string)

Declaration
public readonly string Password
Field Value
Type Description
System.String
View Source

Username

vSphere username (string)

Declaration
public readonly string Username
Field Value
Type Description
System.String
View Source

Vcenter

vSphere IP/hostname for vCenter (string)

Declaration
public readonly string Vcenter
Field Value
Type Description
System.String
View Source

VcenterPort

vSphere Port for vCenter. Default 443 (string)

Declaration
public readonly string VcenterPort
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.