ReplicaContainer Class
Container object under Container App Revision Replica.
Constructor
ReplicaContainer(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
name
|
The Name of the Container. |
|
container_id
|
The Id of the Container. |
|
ready
|
The container ready status. |
|
started
|
The container start status. |
|
restart_count
|
The container restart count. |
|
running_state
|
Current running state of the container. Known values are: "Running", "Terminated", and "Waiting". |
|
running_state_details
|
The details of container current running state. |
|
log_stream_endpoint
|
Log Stream endpoint. |
|
exec_endpoint
|
Container exec endpoint. |
Attributes
container_id
The Id of the Container.
container_id: str | None
exec_endpoint
Container exec endpoint.
exec_endpoint: str | None
log_stream_endpoint
Log Stream endpoint.
log_stream_endpoint: str | None
name
The Name of the Container.
name: str | None
ready
The container ready status.
ready: bool | None
restart_count
The container restart count.
restart_count: int | None
running_state
"Running", "Terminated", and "Waiting".
running_state: str | _models.ContainerAppContainerRunningState | None
running_state_details
The details of container current running state.
running_state_details: str | None
started
The container start status.
started: bool | None