Plan¶
-
class
tekdrive.models.
Plan
(tekdrive: TekDrive, _data: Optional[Dict[str, Any]] = None)¶ Represents a TekDrive plan.
-
id
¶ Unique ID of the plan.
- Type
str
-
name
¶ Plan name.
- Type
str
-
limits
¶ Raw limits for the plan such as storage limit, access key limit, and sharing type.
- Type
dict
-
property
access_key_limit
¶ The number of access keys allowed by the plan.
-
property
sharing_type
¶ The plan sharing type.
-
property
storage_limit
¶ The plan storage limit in bytes.
-