oci.NetworkLoadBalancer.getBackendSetHealth
Explore with Pulumi AI
Using getBackendSetHealth
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getBackendSetHealth(args: GetBackendSetHealthArgs, opts?: InvokeOptions): Promise<GetBackendSetHealthResult>
function getBackendSetHealthOutput(args: GetBackendSetHealthOutputArgs, opts?: InvokeOptions): Output<GetBackendSetHealthResult>
def get_backend_set_health(backend_set_name: Optional[str] = None,
network_load_balancer_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBackendSetHealthResult
def get_backend_set_health_output(backend_set_name: Optional[pulumi.Input[str]] = None,
network_load_balancer_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBackendSetHealthResult]
func GetBackendSetHealth(ctx *Context, args *GetBackendSetHealthArgs, opts ...InvokeOption) (*GetBackendSetHealthResult, error)
func GetBackendSetHealthOutput(ctx *Context, args *GetBackendSetHealthOutputArgs, opts ...InvokeOption) GetBackendSetHealthResultOutput
> Note: This function is named GetBackendSetHealth
in the Go SDK.
public static class GetBackendSetHealth
{
public static Task<GetBackendSetHealthResult> InvokeAsync(GetBackendSetHealthArgs args, InvokeOptions? opts = null)
public static Output<GetBackendSetHealthResult> Invoke(GetBackendSetHealthInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetBackendSetHealthResult> getBackendSetHealth(GetBackendSetHealthArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:NetworkLoadBalancer/getBackendSetHealth:getBackendSetHealth
arguments:
# arguments dictionary
The following arguments are supported:
- Backend
Set stringName - Network
Load stringBalancer Id
- Backend
Set stringName - Network
Load stringBalancer Id
- backend
Set StringName - network
Load StringBalancer Id
- backend
Set stringName - network
Load stringBalancer Id
- backend
Set StringName - network
Load StringBalancer Id
getBackendSetHealth Result
The following output properties are available:
- Backend
Set stringName - Critical
State List<string>Backend Names - Id string
The provider-assigned unique ID for this managed resource.
- Network
Load stringBalancer Id - Status string
- Total
Backend intCount - Unknown
State List<string>Backend Names - Warning
State List<string>Backend Names
- Backend
Set stringName - Critical
State []stringBackend Names - Id string
The provider-assigned unique ID for this managed resource.
- Network
Load stringBalancer Id - Status string
- Total
Backend intCount - Unknown
State []stringBackend Names - Warning
State []stringBackend Names
- backend
Set StringName - critical
State List<String>Backend Names - id String
The provider-assigned unique ID for this managed resource.
- network
Load StringBalancer Id - status String
- total
Backend IntegerCount - unknown
State List<String>Backend Names - warning
State List<String>Backend Names
- backend
Set stringName - critical
State string[]Backend Names - id string
The provider-assigned unique ID for this managed resource.
- network
Load stringBalancer Id - status string
- total
Backend numberCount - unknown
State string[]Backend Names - warning
State string[]Backend Names
- backend_
set_ strname - critical_
state_ Sequence[str]backend_ names - id str
The provider-assigned unique ID for this managed resource.
- network_
load_ strbalancer_ id - status str
- total_
backend_ intcount - unknown_
state_ Sequence[str]backend_ names - warning_
state_ Sequence[str]backend_ names
- backend
Set StringName - critical
State List<String>Backend Names - id String
The provider-assigned unique ID for this managed resource.
- network
Load StringBalancer Id - status String
- total
Backend NumberCount - unknown
State List<String>Backend Names - warning
State List<String>Backend Names
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.