Host(mapping=None, *, ignore_unknown_fields=False, **kwargs)Represents a host resource.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
alias_links |
MutableSequence[str]
Output only. All aliases for this resource. e.g. projects/123/zones/us-centra1-a/reservation/r1/reservationBlock/b1/hosts/h1 |
creation_timestamp |
str
Output only. The creation timestamp, formatted asRFC3339 text. This field is a member of oneof_ _creation_timestamp.
|
description |
str
An optional description of this resource. This field is a member of oneof_ _description.
|
id |
int
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. The type of resource. Alwayscompute#host for hosts. This field is a member of oneof_ _kind.
|
name |
str
Output only. The name of the host. This field is a member of oneof_ _name.
|
self_link |
str
Output only. The self link of the host. This field is a member of oneof_ _self_link.
|
self_link_with_id |
str
Output only. The self link with id of the host. This field is a member of oneof_ _self_link_with_id.
|
state |
str
Output only. The state of the host. Check the State enum for the list of possible values. This field is a member of oneof_ _state.
|
status |
google.cloud.compute_v1beta.types.HostStatus
Output only. The status of the host This field is a member of oneof_ _status.
|
zone |
str
Output only. The zone in which the host resides. This field is a member of oneof_ _zone.
|
Classes
State
State(value)Output only. The state of the host.