Class GetVmfsDisksArgs
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 GetVmfsDisksArgs : InvokeArgs
Constructors
View SourceGetVmfsDisksArgs()
Declaration
public GetVmfsDisksArgs()
Properties
View SourceFilter
A regular expression to filter the disks against. Only disks with canonical names that match will be included.
Declaration
public string Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
HostSystemId
The managed object ID of the host to look for disks on.
Declaration
public string HostSystemId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Rescan
Whether or not to rescan storage adapters before
searching for disks. This may lengthen the time it takes to perform the
search. Default: false.
Declaration
public bool? Rescan { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |