Show / Hide Table of Contents

Class VirtualMachineCdromArgs

Inheritance
System.Object
InputArgs
ResourceArgs
VirtualMachineCdromArgs
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.VSphere.Inputs
Assembly: Pulumi.VSphere.dll
Syntax
public sealed class VirtualMachineCdromArgs : ResourceArgs

Constructors

View Source

VirtualMachineCdromArgs()

Declaration
public VirtualMachineCdromArgs()

Properties

View Source

ClientDevice

Indicates whether the device should be backed by remote client device. Conflicts with datastore_id and path.

Declaration
public Input<bool> ClientDevice { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

DatastoreId

The datastore ID that the ISO is located in. Requried for using a datastore ISO. Conflicts with client_device.

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

DeviceAddress

An address internal to this provider that helps locate the device when key is unavailable. This follows a convention of CONTROLLER_TYPE:BUS_NUMBER:UNIT_NUMBER. Example: scsi:0:1 means device unit 1 on SCSI bus 0.

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

Key

The ID of the device within the virtual machine.

Declaration
public Input<int> Key { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Path

The path to the ISO file. Required for using a datastore ISO. Conflicts with client_device.

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