LicenseKeyAssignSpec#
- class LicenseKeyAssignSpec(cluster_ext_id=None, license_key_mappings=None, *args, **kwargs)#
Bases:
object
Model for capturing license key cluster mapping.
- Parameters:
cluster_ext_id – (
cluster_ext_id
) Attribute for capturing the cluster external identifier.license_key_mappings – (
license_key_mappings
) Attribute for capturing array of license key mappings.
- property cluster_ext_id#
Attribute for capturing the cluster external identifier.
- Type:
str
- property license_key_mappings#
Attribute for capturing array of license key mappings.
- Type:
list[
LicenseKeyMapping
]
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model