public sealed class AllocationResourceStatusSpecificSKUAllocation : IMessage<AllocationResourceStatusSpecificSKUAllocation>, IEquatable<AllocationResourceStatusSpecificSKUAllocation>, IDeepCloneable<AllocationResourceStatusSpecificSKUAllocation>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class AllocationResourceStatusSpecificSKUAllocation.
Contains Properties set for the reservation.
Implements
IMessageAllocationResourceStatusSpecificSKUAllocation, IEquatableAllocationResourceStatusSpecificSKUAllocation, IDeepCloneableAllocationResourceStatusSpecificSKUAllocation, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
AllocationResourceStatusSpecificSKUAllocation()
public AllocationResourceStatusSpecificSKUAllocation()AllocationResourceStatusSpecificSKUAllocation(AllocationResourceStatusSpecificSKUAllocation)
public AllocationResourceStatusSpecificSKUAllocation(AllocationResourceStatusSpecificSKUAllocation other)| Parameter | |
|---|---|
| Name | Description |
other |
AllocationResourceStatusSpecificSKUAllocation |
Properties
HasSourceInstanceTemplateId
public bool HasSourceInstanceTemplateId { get; }Gets whether the "source_instance_template_id" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
SourceInstanceTemplateId
public string SourceInstanceTemplateId { get; set; }ID of the instance template used to populate reservation properties.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Utilizations
public MapField<string, long> Utilizations { get; }Per service utilization breakdown. The Key is the Google Cloud managed service name.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringlong |
|