Show / Hide Table of Contents

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 Source

GuestAccelerators

Guest accelerator type and count. Structure is documented below.

Declaration
public readonly ImmutableArray<ReservationSpecificReservationInstancePropertiesGuestAccelerator> GuestAccelerators
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<ReservationSpecificReservationInstancePropertiesGuestAccelerator>
View Source

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

MachineType

The name of the machine type to reserve.

Declaration
public readonly string MachineType
Field Value
Type Description
System.String
View Source

MinCpuPlatform

The minimum CPU platform for the reservation. For example, &quot;Intel Skylake&quot;. 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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.