Class GetFolderArgs
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.VSphere
Assembly: Pulumi.VSphere.dll
Syntax
public sealed class GetFolderArgs : InvokeArgs
Constructors
View SourceGetFolderArgs()
Declaration
public GetFolderArgs()
Properties
View SourcePath
The absolute path of the folder. For example, given a
default datacenter of default-dc, a folder of type vm, and a folder name
of test-folder, the resulting path would be
/default-dc/vm/test-folder. The valid folder types to be used in
the path are: vm, host, datacenter, datastore, or network.
Declaration
public string Path { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |