Pool(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Pool resource defines the configuration of Live Stream pools for a specific location. Currently we support only one pool resource per project per location. After the creation of the first input, a default pool is created automatically at "projects/{project}/locations/{location}/pools/default".
Attributes |
|
---|---|
Name | Description |
name |
str
The resource name of the pool, in the form of: projects/{project}/locations/{location}/pools/{poolId} .
|
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The creation time. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The update time. |
labels |
MutableMapping[str, str]
User-defined key/value metadata. |
network_config |
google.cloud.video.live_stream_v1.types.Pool.NetworkConfig
Network configuration for the pool. |
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,
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 |
NetworkConfig
NetworkConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Defines the network configuration for the pool.