ContainerInfo Class
ContainerInfo.
- Inheritance
-
azure.mgmt.web._serialization.ModelContainerInfo
Constructor
ContainerInfo(*, current_time_stamp: datetime | None = None, previous_time_stamp: datetime | None = None, current_cpu_stats: _models.ContainerCpuStatistics | None = None, previous_cpu_stats: _models.ContainerCpuStatistics | None = None, memory_stats: _models.ContainerMemoryStatistics | None = None, name: str | None = None, id: str | None = None, eth0: _models.ContainerNetworkInterfaceStatistics | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
current_time_stamp
|
|
previous_time_stamp
|
|
current_cpu_stats
|
|
previous_cpu_stats
|
|
memory_stats
|
|
name
|
|
id
|
|
eth0
|
|
Variables
Name | Description |
---|---|
current_time_stamp
|
|
previous_time_stamp
|
|
current_cpu_stats
|
|
previous_cpu_stats
|
|
memory_stats
|
|
name
|
|
id
|
|
eth0
|
|
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python