ReservationSlot(mapping=None, *, ignore_unknown_fields=False, **kwargs)Represents a reservation slot resource.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
creation_timestamp |
str
Output only. [Output Only] The creation timestamp, formatted asRFC3339 text. This field is a member of oneof_ _creation_timestamp.
|
id |
int
Output only. [Output Only] The unique identifier for this resource. This identifier is defined by the server. This field is a member of oneof_ _id.
|
kind |
str
Output only. [Output Only] The type of resource. Alwayscompute#reservationSlot for reservation slots. This field is a member of oneof_ _kind.
|
name |
str
Output only. [Output Only] The name of the reservation slot. This field is a member of oneof_ _name.
|
physical_topology |
google.cloud.compute_v1beta.types.ReservationSlotPhysicalTopology
Output only. [Output Only] The physical topology of the reservation slot. This field is a member of oneof_ _physical_topology.
|
self_link |
str
Output only. [Output Only] A server-defined fully-qualified URL for this resource. This field is a member of oneof_ _self_link.
|
self_link_with_id |
str
Output only. [Output Only] A server-defined URL for this resource with the resource ID. This field is a member of oneof_ _self_link_with_id.
|
share_settings |
google.cloud.compute_v1beta.types.ShareSettings
Specify share settings to create a shared slot. Set to empty to inherit the share settings from a parent resource. This field is a member of oneof_ _share_settings.
|
state |
str
Output only. [Output Only] The state of the reservation slot. Check the State enum for the list of possible values. This field is a member of oneof_ _state.
|
status |
google.cloud.compute_v1beta.types.ReservationSlotStatus
Output only. [Output Only] The status of the reservation slot. This field is a member of oneof_ _status.
|
zone |
str
Output only. [Output Only] The zone in which the reservation slot resides. This field is a member of oneof_ _zone.
|
Classes
State
State(value)Output only. [Output Only] The state of the reservation slot.