Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
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 dictionaryThe following arguments are supported:
- BackendSet stringName 
- NetworkLoad stringBalancer Id 
- BackendSet stringName 
- NetworkLoad stringBalancer Id 
- backendSet StringName 
- networkLoad StringBalancer Id 
- backendSet stringName 
- networkLoad stringBalancer Id 
- backendSet StringName 
- networkLoad StringBalancer Id 
getBackendSetHealth Result
The following output properties are available:
- BackendSet stringName 
- CriticalState List<string>Backend Names 
- Id string
- The provider-assigned unique ID for this managed resource.
- NetworkLoad stringBalancer Id 
- Status string
- TotalBackend intCount 
- UnknownState List<string>Backend Names 
- WarningState List<string>Backend Names 
- BackendSet stringName 
- CriticalState []stringBackend Names 
- Id string
- The provider-assigned unique ID for this managed resource.
- NetworkLoad stringBalancer Id 
- Status string
- TotalBackend intCount 
- UnknownState []stringBackend Names 
- WarningState []stringBackend Names 
- backendSet StringName 
- criticalState List<String>Backend Names 
- id String
- The provider-assigned unique ID for this managed resource.
- networkLoad StringBalancer Id 
- status String
- totalBackend IntegerCount 
- unknownState List<String>Backend Names 
- warningState List<String>Backend Names 
- backendSet stringName 
- criticalState string[]Backend Names 
- id string
- The provider-assigned unique ID for this managed resource.
- networkLoad stringBalancer Id 
- status string
- totalBackend numberCount 
- unknownState string[]Backend Names 
- warningState 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 
- backendSet StringName 
- criticalState List<String>Backend Names 
- id String
- The provider-assigned unique ID for this managed resource.
- networkLoad StringBalancer Id 
- status String
- totalBackend NumberCount 
- unknownState List<String>Backend Names 
- warningState List<String>Backend Names 
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.