Class GetVmfsDisksResult
Inheritance
System.Object
GetVmfsDisksResult
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 GetVmfsDisksResult
Fields
View SourceDisks
A lexicographically sorted list of devices discovered by the
operation, matching the supplied filter, if provided.
Declaration
public readonly ImmutableArray<string> Disks
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Filter
Declaration
public readonly string Filter
Field Value
| Type | Description |
|---|---|
| System.String |
HostSystemId
Declaration
public readonly string HostSystemId
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Rescan
Declaration
public readonly bool? Rescan
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |