jamf_pro_sdk.models.pro.computers.ComputerContentCaching

pydantic model ComputerContentCaching
field computerContentCachingInformationId: str | None = None
field parents: List[ComputerContentCachingParent] | None = None
field alerts: List[ComputerContentCachingAlert] | None = None
field activated: bool | None = None
field active: bool | None = None
field actualCacheBytesUsed: int | None = None
field cacheDetails: List[ComputerContentCachingCacheDetail] | None = None
field cacheBytesFree: int | None = None
field cacheBytesLimit: int | None = None
field cacheStatus: str | None = None
field cacheBytesUsed: int | None = None
field dataMigrationCompleted: bool | None = None
field dataMigrationProgressPercentage: int | None = None
field dataMigrationError: ComputerContentCachingDataMigrationError | None = None
field maxCachePressureLast1HourPercentage: int | None = None
field personalCacheBytesFree: int | None = None
field personalCacheBytesLimit: int | None = None
field personalCacheBytesUsed: int | None = None
field port: int | None = None
field publicAddress: str | None = None
field registrationError: str | None = None
field registrationResponseCode: int | None = None
field registrationStarted: datetime | None = None
field registrationStatus: ComputerContentCachingRegistrationStatus | None = None
field restrictedMedia: bool | None = None
field serverGuid: str | None = None
field startupStatus: str | None = None
field tetheratorStatus: ComputerContentCachingTetheratorStatus | None = None
field totalBytesAreSince: datetime | None = None
field totalBytesDropped: int | None = None
field totalBytesImported: int | None = None
field totalBytesReturnedToChildren: int | None = None
field totalBytesReturnedToClients: int | None = None
field totalBytesReturnedToPeers: int | None = None
field totalBytesStoredFromOrigin: int | None = None
field totalBytesStoredFromParents: int | None = None
field totalBytesStoredFromPeers: int | None = None