Show / Hide Table of Contents

Class VirtualMachineCdrom

Inheritance
System.Object
VirtualMachineCdrom
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.Outputs
Assembly: Pulumi.VSphere.dll
Syntax
public sealed class VirtualMachineCdrom

Fields

View Source

ClientDevice

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

Declaration
public readonly bool? ClientDevice
Field Value
Type Description
System.Nullable<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 readonly string DatastoreId
Field Value
Type Description
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 readonly string DeviceAddress
Field Value
Type Description
System.String
View Source

Key

The ID of the device within the virtual machine.

Declaration
public readonly int? Key
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Path

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

Declaration
public readonly string Path
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.