Show / Hide Table of Contents

Class GetVmfsDisksArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetVmfsDisksArgs
Inherited Members
InvokeArgs.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.VSphere
Assembly: Pulumi.VSphere.dll
Syntax
public sealed class GetVmfsDisksArgs : InvokeArgs

Constructors

View Source

GetVmfsDisksArgs()

Declaration
public GetVmfsDisksArgs()

Properties

View Source

Filter

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
View Source

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
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.