Class ClusterMetadata (0.5.8)

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

Information about the GKE cluster from which this Backup was created.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
cluster str
Output only. The source cluster from which this Backup was created. Valid formats: - projects/*/locations/*/clusters/* - projects/*/zones/*/clusters/* This is inherited from the parent BackupPlan's cluster field.
k8s_version str
Output only. The Kubernetes server version of the source cluster.
backup_crd_versions MutableMapping[str, str]
Output only. A list of the Backup for GKE CRD versions found in the cluster.
gke_version str
Output only. GKE version This field is a member of oneof_ platform_version.
anthos_version str
Output only. Anthos version This field is a member of oneof_ platform_version.

Classes

BackupCrdVersionsEntry

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

The abstract base class for a message.

Parameters
NameDescription
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.