models.kubernetes_label_attribute module¶
-
class
models.kubernetes_label_attribute.
KubernetesLabelAttribute
(id=None, name=None, uuid=None)[source]¶ Bases:
object
Implementation of the ‘KubernetesLabelAttribute’ model.
Specifies a Kubernetes label.
- Attributes:
id (long|int): Specifies the Cohesity id of the K8s label. name (string): Specifies the appended key and value of the K8s label. uuid (string): Specifies Kubernetes Unique Identifier (UUID) of the
K8s label.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.