Show / Hide Table of Contents

Class ReservationSlot

Represents a reservation slot resource.

Inheritance
object
ReservationSlot
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ReservationSlot : IDirectResponseSchema

Properties

CreationTimestamp

Output only. [Output Only] The creation timestamp, formatted asRFC3339 text.

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. [Output Only] The unique identifier for this resource. This identifier is defined by the server.

Declaration
[JsonProperty("id")]
public virtual ulong? Id { get; set; }
Property Value
Type Description
ulong?

Kind

Output only. [Output Only] The type of resource. Alwayscompute#reservationSlot for reservation slots.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

Name

Output only. [Output Only] The name of the reservation slot.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

PhysicalTopology

Output only. [Output Only] The physical topology of the reservation slot.

Declaration
[JsonProperty("physicalTopology")]
public virtual ReservationSlotPhysicalTopology PhysicalTopology { get; set; }
Property Value
Type Description
ReservationSlotPhysicalTopology

SelfLink

Output only. [Output Only] A 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. [Output Only] A server-defined URL for this resource with the resource ID.

Declaration
[JsonProperty("selfLinkWithId")]
public virtual string SelfLinkWithId { get; set; }
Property Value
Type Description
string

ShareSettings

Specify share settings to create a shared slot. Set to empty to inherit the share settings from a parent resource.

Declaration
[JsonProperty("shareSettings")]
public virtual ShareSettings ShareSettings { get; set; }
Property Value
Type Description
ShareSettings

State

Output only. [Output Only] The state of the reservation slot.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

Status

Output only. [Output Only] The status of the reservation slot.

Declaration
[JsonProperty("status")]
public virtual ReservationSlotStatus Status { get; set; }
Property Value
Type Description
ReservationSlotStatus

Zone

Output only. [Output Only] The zone in which the reservation slot resides.

Declaration
[JsonProperty("zone")]
public virtual string Zone { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX