Class Hardware (0.1.1)

Hardware(mapping=None, *, ignore_unknown_fields=False, **kwargs)

An instance of hardware installed at a site.

Attributes

Name Description
name str
Identifier. Name of this hardware. Format: projects/{project}/locations/{location}/hardware/{hardware}
display_name str
Optional. Display name for this hardware.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Time when this hardware was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Time when this hardware was last updated.
labels MutableMapping[str, str]
Optional. Labels associated with this hardware as key value pairs. For more information about labels, see `Create and manage labels
order str
Required. Name of the order that this hardware belongs to. Format: projects/{project}/locations/{location}/orders/{order}
hardware_group str
Output only. Name for the hardware group that this hardware belongs to. Format: projects/{project}/locations/{location}/orders/{order}/hardwareGroups/{hardware_group}
site str
Required. Name for the site that this hardware belongs to. Format: projects/{project}/locations/{location}/sites/{site}
state google.cloud.gdchardwaremanagement_v1alpha.types.Hardware.State
Output only. Current state for this hardware.
ciq_uri str
Output only. Link to the Customer Intake Questionnaire (CIQ) sheet for this Hardware.
config google.cloud.gdchardwaremanagement_v1alpha.types.HardwareConfig
Required. Configuration for this hardware.
estimated_installation_date google.type.date_pb2.Date
Output only. Estimated installation date for this hardware.
physical_info google.cloud.gdchardwaremanagement_v1alpha.types.HardwarePhysicalInfo
Optional. Physical properties of this hardware.
installation_info google.cloud.gdchardwaremanagement_v1alpha.types.HardwareInstallationInfo
Optional. Information for installation of this hardware.
zone str
Required. Name for the zone that this hardware belongs to. Format: projects/{project}/locations/{location}/zones/{zone}
requested_installation_date google.type.date_pb2.Date
Optional. Requested installation date for this hardware. This is auto-populated when the order is accepted, if the hardware's HardwareGroup specifies this. It can also be filled in by the customer.
actual_installation_date google.type.date_pb2.Date
Output only. Actual installation date for this hardware. Filled in by Google.

Classes

LabelsEntry

LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

State

State(value)

Valid states for hardware.