Class ReservationSubBlock
Represents a reservation subBlock resource.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ReservationSubBlock : IDirectResponseSchema
Properties
Count
[Output Only] The number of hosts that are allocated in this reservation subBlock.
Declaration
[JsonProperty("count")]
public virtual int? Count { get; set; }
Property Value
Type | Description |
---|---|
int? |
CreationTimestamp
[Output Only] Creation timestamp in RFC3339 text format.
Declaration
[JsonProperty("creationTimestamp")]
public virtual string CreationTimestamp { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
Declaration
[JsonProperty("id")]
public virtual ulong? Id { get; set; }
Property Value
Type | Description |
---|---|
ulong? |
InUseCount
[Output Only] The number of instances that are currently in use on this reservation subBlock.
Declaration
[JsonProperty("inUseCount")]
public virtual int? InUseCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
Kind
[Output Only] Type of the resource. Always compute#reservationSubBlock for reservation subBlocks.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
[Output Only] The name of this reservation subBlock generated by Google Compute Engine. The name must be 1-63 characters long, and comply with RFC1035 @pattern a-z?
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PhysicalTopology
[Output Only] The physical topology of the reservation subBlock.
Declaration
[JsonProperty("physicalTopology")]
public virtual ReservationSubBlockPhysicalTopology PhysicalTopology { get; set; }
Property Value
Type | Description |
---|---|
ReservationSubBlockPhysicalTopology |
SelfLink
[Output Only] Server-defined fully-qualified URL for this resource.
Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Type | Description |
---|---|
string |
SelfLinkWithId
[Output Only] Server-defined URL for this resource with the resource id.
Declaration
[JsonProperty("selfLinkWithId")]
public virtual string SelfLinkWithId { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
[Output Only] Status of the reservation subBlock.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type | Description |
---|---|
string |
Zone
[Output Only] Zone in which the reservation subBlock resides.
Declaration
[JsonProperty("zone")]
public virtual string Zone { get; set; }
Property Value
Type | Description |
---|---|
string |