Class ReservationSpecificReservationInstanceProperties
Inheritance
System.Object
ReservationSpecificReservationInstanceProperties
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.Gcp.Compute.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ReservationSpecificReservationInstanceProperties
Fields
View SourceGuestAccelerators
Guest accelerator type and count. Structure is documented below.
Declaration
public readonly ImmutableArray<ReservationSpecificReservationInstancePropertiesGuestAccelerator> GuestAccelerators
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<ReservationSpecificReservationInstancePropertiesGuestAccelerator> |
LocalSsds
The amount of local ssd to reserve with each instance. This
reserves disks of type local-ssd. Structure is documented below.
Declaration
public readonly ImmutableArray<ReservationSpecificReservationInstancePropertiesLocalSsd> LocalSsds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<ReservationSpecificReservationInstancePropertiesLocalSsd> |
MachineType
The name of the machine type to reserve.
Declaration
public readonly string MachineType
Field Value
| Type | Description |
|---|---|
| System.String |
MinCpuPlatform
The minimum CPU platform for the reservation. For example,
"Intel Skylake". See
the CPU platform availability reference](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform#availablezones)
for information on available CPU platforms.
Declaration
public readonly string MinCpuPlatform
Field Value
| Type | Description |
|---|---|
| System.String |