Class ReservationSpecificReservationArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ReservationSpecificReservationArgs : ResourceArgs
Constructors
View SourceReservationSpecificReservationArgs()
Declaration
public ReservationSpecificReservationArgs()
Properties
View SourceCount
The number of resources that are allocated.
Declaration
public Input<int> Count { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
InstanceProperties
The instance properties for the reservation. Structure is documented below.
Declaration
public Input<ReservationSpecificReservationInstancePropertiesArgs> InstanceProperties { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ReservationSpecificReservationInstancePropertiesArgs> |
InUseCount
How many instances are in use.
Declaration
public Input<int> InUseCount { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |