RootCertificateAddSpec#
- class RootCertificateAddSpec(root_certificate=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)#
Bases:
ExternalizableAbstractModel
Payload for the add root certificate endpoint. It contains the root certificate of the remote cluster.
- Parameters:
root_certificate (required min=1 chars, max=10240 chars) – (
root_certificate
) The root certificate of the cluster.
- property root_certificate#
The root certificate of the cluster.
- Type:
str
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model