Package | Description |
---|---|
com.oracle.bmc.networkloadbalancer.model |
Modifier and Type | Method and Description |
---|---|
static NetworkLoadBalancerHealthSummary.Status |
NetworkLoadBalancerHealthSummary.Status.create(String key) |
NetworkLoadBalancerHealthSummary.Status |
NetworkLoadBalancerHealthSummary.getStatus()
The overall health status of the network load balancer.
|
static NetworkLoadBalancerHealthSummary.Status |
NetworkLoadBalancerHealthSummary.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkLoadBalancerHealthSummary.Status[] |
NetworkLoadBalancerHealthSummary.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NetworkLoadBalancerHealthSummary.Builder |
NetworkLoadBalancerHealthSummary.Builder.status(NetworkLoadBalancerHealthSummary.Status status)
The overall health status of the network load balancer.
|
Constructor and Description |
---|
NetworkLoadBalancerHealthSummary(String networkLoadBalancerId,
NetworkLoadBalancerHealthSummary.Status status)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.