Struct aws_sdk_elasticbeanstalk::model::cpu_utilization::Builder
source ·
[−]#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CpuUtilization
Implementations
Percentage of time that the CPU has spent in the User
state over the last 10 seconds.
Percentage of time that the CPU has spent in the User
state over the last 10 seconds.
Available on Linux environments only.
Percentage of time that the CPU has spent in the Nice
state over the last 10 seconds.
Available on Linux environments only.
Percentage of time that the CPU has spent in the Nice
state over the last 10 seconds.
Available on Linux environments only.
Percentage of time that the CPU has spent in the System
state over the last 10 seconds.
Available on Linux environments only.
Percentage of time that the CPU has spent in the System
state over the last 10 seconds.
Percentage of time that the CPU has spent in the Idle
state over the last 10 seconds.
Percentage of time that the CPU has spent in the Idle
state over the last 10 seconds.
Available on Linux environments only.
Percentage of time that the CPU has spent in the I/O Wait
state over the last 10 seconds.
Available on Linux environments only.
Percentage of time that the CPU has spent in the I/O Wait
state over the last 10 seconds.
Available on Linux environments only.
Percentage of time that the CPU has spent in the IRQ
state over the last 10 seconds.
Available on Linux environments only.
Percentage of time that the CPU has spent in the IRQ
state over the last 10 seconds.
Available on Linux environments only.
Percentage of time that the CPU has spent in the SoftIRQ
state over the last 10 seconds.
Available on Linux environments only.
Percentage of time that the CPU has spent in the SoftIRQ
state over the last 10 seconds.
Available on Windows environments only.
Percentage of time that the CPU has spent in the Privileged
state over the last 10 seconds.
Available on Windows environments only.
Percentage of time that the CPU has spent in the Privileged
state over the last 10 seconds.
Consumes the builder and constructs a CpuUtilization
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more