Show / Hide Table of Contents

Class ClusterRkeConfigCloudProviderVsphereCloudProviderWorkspaceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterRkeConfigCloudProviderVsphereCloudProviderWorkspaceArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterRkeConfigCloudProviderVsphereCloudProviderWorkspaceArgs : ResourceArgs

Constructors

View Source

ClusterRkeConfigCloudProviderVsphereCloudProviderWorkspaceArgs()

Declaration
public ClusterRkeConfigCloudProviderVsphereCloudProviderWorkspaceArgs()

Properties

View Source

Datacenter

(string)

Declaration
public Input<string> Datacenter { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DefaultDatastore

(string)

Declaration
public Input<string> DefaultDatastore { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Folder

Folder for S3 service. Available from Rancher v2.2.7 (string)

Declaration
public Input<string> Folder { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ResourcepoolPath

(string)

Declaration
public Input<string> ResourcepoolPath { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Server

(string)

Declaration
public Input<string> Server { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.