public sealed class AllocationAggregateReservationReservedResourceInfoAccelerator : IMessage<AllocationAggregateReservationReservedResourceInfoAccelerator>, IEquatable<AllocationAggregateReservationReservedResourceInfoAccelerator>, IDeepCloneable<AllocationAggregateReservationReservedResourceInfoAccelerator>, IBufferMessage, IMessage
Implements
IMessageAllocationAggregateReservationReservedResourceInfoAccelerator, IEquatableAllocationAggregateReservationReservedResourceInfoAccelerator, IDeepCloneableAllocationAggregateReservationReservedResourceInfoAccelerator, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
AllocationAggregateReservationReservedResourceInfoAccelerator()
public AllocationAggregateReservationReservedResourceInfoAccelerator()
AllocationAggregateReservationReservedResourceInfoAccelerator(AllocationAggregateReservationReservedResourceInfoAccelerator)
public AllocationAggregateReservationReservedResourceInfoAccelerator(AllocationAggregateReservationReservedResourceInfoAccelerator other)
Parameter | |
---|---|
Name | Description |
other |
AllocationAggregateReservationReservedResourceInfoAccelerator |
Properties
AcceleratorCount
public int AcceleratorCount { get; set; }
Number of accelerators of specified type.
Property Value | |
---|---|
Type | Description |
int |
AcceleratorType
public string AcceleratorType { get; set; }
Full or partial URL to accelerator type. e.g. "projects/{PROJECT}/zones/{ZONE}/acceleratorTypes/ct4l"
Property Value | |
---|---|
Type | Description |
string |
HasAcceleratorCount
public bool HasAcceleratorCount { get; }
Gets whether the "accelerator_count" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasAcceleratorType
public bool HasAcceleratorType { get; }
Gets whether the "accelerator_type" field is set
Property Value | |
---|---|
Type | Description |
bool |