gcorelabs 0.3.63 published on Monday, Apr 14, 2025 by g-core
gcorelabs.getLblistener
Start a Neo task
Explain and create a gcorelabs.getLblistener resource
Example Usage
Using getLblistener
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 getLblistener(args: GetLblistenerArgs, opts?: InvokeOptions): Promise<GetLblistenerResult>
function getLblistenerOutput(args: GetLblistenerOutputArgs, opts?: InvokeOptions): Output<GetLblistenerResult>def get_lblistener(id: Optional[str] = None,
loadbalancer_id: Optional[str] = None,
name: Optional[str] = None,
project_id: Optional[float] = None,
project_name: Optional[str] = None,
region_id: Optional[float] = None,
region_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetLblistenerResult
def get_lblistener_output(id: Optional[pulumi.Input[str]] = None,
loadbalancer_id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[float]] = None,
project_name: Optional[pulumi.Input[str]] = None,
region_id: Optional[pulumi.Input[float]] = None,
region_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLblistenerResult]func LookupLblistener(ctx *Context, args *LookupLblistenerArgs, opts ...InvokeOption) (*LookupLblistenerResult, error)
func LookupLblistenerOutput(ctx *Context, args *LookupLblistenerOutputArgs, opts ...InvokeOption) LookupLblistenerResultOutput> Note: This function is named LookupLblistener in the Go SDK.
public static class GetLblistener
{
public static Task<GetLblistenerResult> InvokeAsync(GetLblistenerArgs args, InvokeOptions? opts = null)
public static Output<GetLblistenerResult> Invoke(GetLblistenerInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetLblistenerResult> getLblistener(GetLblistenerArgs args, InvokeOptions options)
public static Output<GetLblistenerResult> getLblistener(GetLblistenerArgs args, InvokeOptions options)
fn::invoke:
function: gcorelabs:index/getLblistener:getLblistener
arguments:
# arguments dictionaryThe following arguments are supported:
- Name string
- Id string
- The ID of this resource.
- Loadbalancer
Id string - Project
Id double - Project
Name string - Region
Id double - Region
Name string
- Name string
- Id string
- The ID of this resource.
- Loadbalancer
Id string - Project
Id float64 - Project
Name string - Region
Id float64 - Region
Name string
- name String
- id String
- The ID of this resource.
- loadbalancer
Id String - project
Id Double - project
Name String - region
Id Double - region
Name String
- name string
- id string
- The ID of this resource.
- loadbalancer
Id string - project
Id number - project
Name string - region
Id number - region
Name string
- name str
- id str
- The ID of this resource.
- loadbalancer_
id str - project_
id float - project_
name str - region_
id float - region_
name str
- name String
- id String
- The ID of this resource.
- loadbalancer
Id String - project
Id Number - project
Name String - region
Id Number - region
Name String
getLblistener Result
The following output properties are available:
- Id string
- The ID of this resource.
- Loadbalancer
Id string - Name string
- Operating
Status string - Pool
Count double - Protocol string
- Available values is 'HTTP', 'HTTPS', 'TCP', 'UDP'
- Protocol
Port double - Provisioning
Status string - Project
Id double - Project
Name string - Region
Id double - Region
Name string
- Id string
- The ID of this resource.
- Loadbalancer
Id string - Name string
- Operating
Status string - Pool
Count float64 - Protocol string
- Available values is 'HTTP', 'HTTPS', 'TCP', 'UDP'
- Protocol
Port float64 - Provisioning
Status string - Project
Id float64 - Project
Name string - Region
Id float64 - Region
Name string
- id String
- The ID of this resource.
- loadbalancer
Id String - name String
- operating
Status String - pool
Count Double - protocol String
- Available values is 'HTTP', 'HTTPS', 'TCP', 'UDP'
- protocol
Port Double - provisioning
Status String - project
Id Double - project
Name String - region
Id Double - region
Name String
- id string
- The ID of this resource.
- loadbalancer
Id string - name string
- operating
Status string - pool
Count number - protocol string
- Available values is 'HTTP', 'HTTPS', 'TCP', 'UDP'
- protocol
Port number - provisioning
Status string - project
Id number - project
Name string - region
Id number - region
Name string
- id str
- The ID of this resource.
- loadbalancer_
id str - name str
- operating_
status str - pool_
count float - protocol str
- Available values is 'HTTP', 'HTTPS', 'TCP', 'UDP'
- protocol_
port float - provisioning_
status str - project_
id float - project_
name str - region_
id float - region_
name str
- id String
- The ID of this resource.
- loadbalancer
Id String - name String
- operating
Status String - pool
Count Number - protocol String
- Available values is 'HTTP', 'HTTPS', 'TCP', 'UDP'
- protocol
Port Number - provisioning
Status String - project
Id Number - project
Name String - region
Id Number - region
Name String
Package Details
- Repository
- gcorelabs g-core/terraform-provider-gcorelabs
- License
- Notes
- This Pulumi package is based on the
gcorelabsTerraform Provider.
