Class VirtualMachineCdromArgs
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.Inputs
Assembly: Pulumi.VSphere.dll
Syntax
public sealed class VirtualMachineCdromArgs : ResourceArgs
Constructors
View SourceVirtualMachineCdromArgs()
Declaration
public VirtualMachineCdromArgs()
Properties
View SourceClientDevice
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> |
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> |
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> |
Key
The ID of the device within the virtual machine.
Declaration
public Input<int> Key { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
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> |