1. Packages
  2. Volcengine
  3. API Docs
  4. nlb
  5. getNetworkLoadBalancers
Viewing docs for Volcengine v0.0.47
published on Friday, Mar 13, 2026 by Volcengine
volcengine logo
Viewing docs for Volcengine v0.0.47
published on Friday, Mar 13, 2026 by Volcengine

    Using getNetworkLoadBalancers

    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 getNetworkLoadBalancers(args: GetNetworkLoadBalancersArgs, opts?: InvokeOptions): Promise<GetNetworkLoadBalancersResult>
    function getNetworkLoadBalancersOutput(args: GetNetworkLoadBalancersOutputArgs, opts?: InvokeOptions): Output<GetNetworkLoadBalancersResult>
    def get_network_load_balancers(ip_address_version: Optional[str] = None,
                                   load_balancer_ids: Optional[Sequence[str]] = None,
                                   load_balancer_name: Optional[str] = None,
                                   output_file: Optional[str] = None,
                                   project_name: Optional[str] = None,
                                   status: Optional[str] = None,
                                   tags: Optional[Sequence[GetNetworkLoadBalancersTag]] = None,
                                   vpc_id: Optional[str] = None,
                                   zone_id: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetNetworkLoadBalancersResult
    def get_network_load_balancers_output(ip_address_version: Optional[pulumi.Input[str]] = None,
                                   load_balancer_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                   load_balancer_name: Optional[pulumi.Input[str]] = None,
                                   output_file: Optional[pulumi.Input[str]] = None,
                                   project_name: Optional[pulumi.Input[str]] = None,
                                   status: Optional[pulumi.Input[str]] = None,
                                   tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetNetworkLoadBalancersTagArgs]]]] = None,
                                   vpc_id: Optional[pulumi.Input[str]] = None,
                                   zone_id: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetNetworkLoadBalancersResult]
    func GetNetworkLoadBalancers(ctx *Context, args *GetNetworkLoadBalancersArgs, opts ...InvokeOption) (*GetNetworkLoadBalancersResult, error)
    func GetNetworkLoadBalancersOutput(ctx *Context, args *GetNetworkLoadBalancersOutputArgs, opts ...InvokeOption) GetNetworkLoadBalancersResultOutput

    > Note: This function is named GetNetworkLoadBalancers in the Go SDK.

    public static class GetNetworkLoadBalancers 
    {
        public static Task<GetNetworkLoadBalancersResult> InvokeAsync(GetNetworkLoadBalancersArgs args, InvokeOptions? opts = null)
        public static Output<GetNetworkLoadBalancersResult> Invoke(GetNetworkLoadBalancersInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNetworkLoadBalancersResult> getNetworkLoadBalancers(GetNetworkLoadBalancersArgs args, InvokeOptions options)
    public static Output<GetNetworkLoadBalancersResult> getNetworkLoadBalancers(GetNetworkLoadBalancersArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcengine:nlb/getNetworkLoadBalancers:getNetworkLoadBalancers
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getNetworkLoadBalancers Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    NetworkLoadBalancers []GetNetworkLoadBalancersNetworkLoadBalancer
    TotalCount int
    IpAddressVersion string
    LoadBalancerIds []string
    LoadBalancerName string
    OutputFile string
    ProjectName string
    Status string
    Tags []GetNetworkLoadBalancersTag
    VpcId string
    ZoneId string
    id String
    The provider-assigned unique ID for this managed resource.
    networkLoadBalancers List<GetNetworkLoadBalancersNetworkLoadBalancer>
    totalCount Integer
    ipAddressVersion String
    loadBalancerIds List<String>
    loadBalancerName String
    outputFile String
    projectName String
    status String
    tags List<GetNetworkLoadBalancersTag>
    vpcId String
    zoneId String
    id string
    The provider-assigned unique ID for this managed resource.
    networkLoadBalancers GetNetworkLoadBalancersNetworkLoadBalancer[]
    totalCount number
    ipAddressVersion string
    loadBalancerIds string[]
    loadBalancerName string
    outputFile string
    projectName string
    status string
    tags GetNetworkLoadBalancersTag[]
    vpcId string
    zoneId string
    id String
    The provider-assigned unique ID for this managed resource.
    networkLoadBalancers List<Property Map>
    totalCount Number
    ipAddressVersion String
    loadBalancerIds List<String>
    loadBalancerName String
    outputFile String
    projectName String
    status String
    tags List<Property Map>
    vpcId String
    zoneId String

    Supporting Types

    GetNetworkLoadBalancersNetworkLoadBalancer

    AccessLogConfigs List<GetNetworkLoadBalancersNetworkLoadBalancerAccessLogConfig>
    The access log configuration of the NLB instance.
    AccountId string
    The account ID of the NLB instance.
    BillingStatus string
    The billing status of the NLB instance. Valid values: Normal, FinancialLocked.
    CreateTime string
    The creation time of the NLB instance.
    CrossZoneEnabled bool
    Whether to enable cross-zone load balancing for the NLB instance.
    Description string
    The description of the NLB instance.
    DnsName string
    The DNS name of the NLB instance.
    ExpectedOverdueTime string
    The expected overdue time of the NLB instance.
    IpAddressVersion string
    The IP address version of the NLB instance. Valid values: ipv4, dualstack. ipv4: The NLB instance supports IPv4. dualstack: The NLB instance supports both IPv4 and IPv6.
    Ipv4BandwidthPackageId string
    The ID of the IPv4 bandwidth package.
    Ipv4NetworkType string
    The IPv4 network type of the NLB instance. Valid values: internet, intranet.
    Ipv6BandwidthPackageId string
    The ID of the IPv6 bandwidth package.
    Ipv6NetworkType string
    The IPv6 network type of the NLB instance. Valid values: internet, intranet.
    LoadBalancerId string
    The ID of the NLB instance.
    LoadBalancerName string
    The name of the NLB instance.
    ManagedSecurityGroupId string
    The managed security group ID of the NLB instance.
    ModificationProtectionReason string
    The reason for modification protection.
    ModificationProtectionStatus string
    The modification protection status of the NLB instance. Valid values: NonProtection, ConsoleProtection. NonProtection: No protection. ConsoleProtection: Console protection.
    NetworkType string
    The network type of the NLB instance. Valid values: internet, intranet. internet: The NLB instance is an internet-facing instance. intranet: The NLB instance is an internal-facing instance.
    OverdueTime string
    The overdue time of the NLB instance.
    ProjectName string
    The project name of the NLB instance.
    ReclaimedTime string
    The reclaimed time of the NLB instance.
    Region string
    The region of the NLB instance.
    SecurityGroupIds List<string>
    The security group IDs of the NLB instance.
    Status string
    The status of the NLB instance. Valid values: Inactive, Active, Creating, Provisioning, Configuring, Deleting, CreateFailed. Inactive: The NLB instance is stopped. Active: The NLB instance is running. Creating: The NLB instance is being created. Provisioning: The NLB instance is being created. This status is only available when creating an NLB instance by calling the API. Configuring: The NLB instance is being configured. Deleting: The NLB instance is being deleted. CreateFailed: The NLB instance failed to create.
    UpdateTime string
    The update time of the NLB instance.
    VpcId string
    The ID of the VPC where the NLB instance is deployed.
    ZoneMappings List<GetNetworkLoadBalancersNetworkLoadBalancerZoneMapping>
    The zone mappings of the NLB instance.
    Tags List<GetNetworkLoadBalancersNetworkLoadBalancerTag>
    Tags.
    AccessLogConfigs []GetNetworkLoadBalancersNetworkLoadBalancerAccessLogConfig
    The access log configuration of the NLB instance.
    AccountId string
    The account ID of the NLB instance.
    BillingStatus string
    The billing status of the NLB instance. Valid values: Normal, FinancialLocked.
    CreateTime string
    The creation time of the NLB instance.
    CrossZoneEnabled bool
    Whether to enable cross-zone load balancing for the NLB instance.
    Description string
    The description of the NLB instance.
    DnsName string
    The DNS name of the NLB instance.
    ExpectedOverdueTime string
    The expected overdue time of the NLB instance.
    IpAddressVersion string
    The IP address version of the NLB instance. Valid values: ipv4, dualstack. ipv4: The NLB instance supports IPv4. dualstack: The NLB instance supports both IPv4 and IPv6.
    Ipv4BandwidthPackageId string
    The ID of the IPv4 bandwidth package.
    Ipv4NetworkType string
    The IPv4 network type of the NLB instance. Valid values: internet, intranet.
    Ipv6BandwidthPackageId string
    The ID of the IPv6 bandwidth package.
    Ipv6NetworkType string
    The IPv6 network type of the NLB instance. Valid values: internet, intranet.
    LoadBalancerId string
    The ID of the NLB instance.
    LoadBalancerName string
    The name of the NLB instance.
    ManagedSecurityGroupId string
    The managed security group ID of the NLB instance.
    ModificationProtectionReason string
    The reason for modification protection.
    ModificationProtectionStatus string
    The modification protection status of the NLB instance. Valid values: NonProtection, ConsoleProtection. NonProtection: No protection. ConsoleProtection: Console protection.
    NetworkType string
    The network type of the NLB instance. Valid values: internet, intranet. internet: The NLB instance is an internet-facing instance. intranet: The NLB instance is an internal-facing instance.
    OverdueTime string
    The overdue time of the NLB instance.
    ProjectName string
    The project name of the NLB instance.
    ReclaimedTime string
    The reclaimed time of the NLB instance.
    Region string
    The region of the NLB instance.
    SecurityGroupIds []string
    The security group IDs of the NLB instance.
    Status string
    The status of the NLB instance. Valid values: Inactive, Active, Creating, Provisioning, Configuring, Deleting, CreateFailed. Inactive: The NLB instance is stopped. Active: The NLB instance is running. Creating: The NLB instance is being created. Provisioning: The NLB instance is being created. This status is only available when creating an NLB instance by calling the API. Configuring: The NLB instance is being configured. Deleting: The NLB instance is being deleted. CreateFailed: The NLB instance failed to create.
    UpdateTime string
    The update time of the NLB instance.
    VpcId string
    The ID of the VPC where the NLB instance is deployed.
    ZoneMappings []GetNetworkLoadBalancersNetworkLoadBalancerZoneMapping
    The zone mappings of the NLB instance.
    Tags []GetNetworkLoadBalancersNetworkLoadBalancerTag
    Tags.
    accessLogConfigs List<GetNetworkLoadBalancersNetworkLoadBalancerAccessLogConfig>
    The access log configuration of the NLB instance.
    accountId String
    The account ID of the NLB instance.
    billingStatus String
    The billing status of the NLB instance. Valid values: Normal, FinancialLocked.
    createTime String
    The creation time of the NLB instance.
    crossZoneEnabled Boolean
    Whether to enable cross-zone load balancing for the NLB instance.
    description String
    The description of the NLB instance.
    dnsName String
    The DNS name of the NLB instance.
    expectedOverdueTime String
    The expected overdue time of the NLB instance.
    ipAddressVersion String
    The IP address version of the NLB instance. Valid values: ipv4, dualstack. ipv4: The NLB instance supports IPv4. dualstack: The NLB instance supports both IPv4 and IPv6.
    ipv4BandwidthPackageId String
    The ID of the IPv4 bandwidth package.
    ipv4NetworkType String
    The IPv4 network type of the NLB instance. Valid values: internet, intranet.
    ipv6BandwidthPackageId String
    The ID of the IPv6 bandwidth package.
    ipv6NetworkType String
    The IPv6 network type of the NLB instance. Valid values: internet, intranet.
    loadBalancerId String
    The ID of the NLB instance.
    loadBalancerName String
    The name of the NLB instance.
    managedSecurityGroupId String
    The managed security group ID of the NLB instance.
    modificationProtectionReason String
    The reason for modification protection.
    modificationProtectionStatus String
    The modification protection status of the NLB instance. Valid values: NonProtection, ConsoleProtection. NonProtection: No protection. ConsoleProtection: Console protection.
    networkType String
    The network type of the NLB instance. Valid values: internet, intranet. internet: The NLB instance is an internet-facing instance. intranet: The NLB instance is an internal-facing instance.
    overdueTime String
    The overdue time of the NLB instance.
    projectName String
    The project name of the NLB instance.
    reclaimedTime String
    The reclaimed time of the NLB instance.
    region String
    The region of the NLB instance.
    securityGroupIds List<String>
    The security group IDs of the NLB instance.
    status String
    The status of the NLB instance. Valid values: Inactive, Active, Creating, Provisioning, Configuring, Deleting, CreateFailed. Inactive: The NLB instance is stopped. Active: The NLB instance is running. Creating: The NLB instance is being created. Provisioning: The NLB instance is being created. This status is only available when creating an NLB instance by calling the API. Configuring: The NLB instance is being configured. Deleting: The NLB instance is being deleted. CreateFailed: The NLB instance failed to create.
    updateTime String
    The update time of the NLB instance.
    vpcId String
    The ID of the VPC where the NLB instance is deployed.
    zoneMappings List<GetNetworkLoadBalancersNetworkLoadBalancerZoneMapping>
    The zone mappings of the NLB instance.
    tags List<GetNetworkLoadBalancersNetworkLoadBalancerTag>
    Tags.
    accessLogConfigs GetNetworkLoadBalancersNetworkLoadBalancerAccessLogConfig[]
    The access log configuration of the NLB instance.
    accountId string
    The account ID of the NLB instance.
    billingStatus string
    The billing status of the NLB instance. Valid values: Normal, FinancialLocked.
    createTime string
    The creation time of the NLB instance.
    crossZoneEnabled boolean
    Whether to enable cross-zone load balancing for the NLB instance.
    description string
    The description of the NLB instance.
    dnsName string
    The DNS name of the NLB instance.
    expectedOverdueTime string
    The expected overdue time of the NLB instance.
    ipAddressVersion string
    The IP address version of the NLB instance. Valid values: ipv4, dualstack. ipv4: The NLB instance supports IPv4. dualstack: The NLB instance supports both IPv4 and IPv6.
    ipv4BandwidthPackageId string
    The ID of the IPv4 bandwidth package.
    ipv4NetworkType string
    The IPv4 network type of the NLB instance. Valid values: internet, intranet.
    ipv6BandwidthPackageId string
    The ID of the IPv6 bandwidth package.
    ipv6NetworkType string
    The IPv6 network type of the NLB instance. Valid values: internet, intranet.
    loadBalancerId string
    The ID of the NLB instance.
    loadBalancerName string
    The name of the NLB instance.
    managedSecurityGroupId string
    The managed security group ID of the NLB instance.
    modificationProtectionReason string
    The reason for modification protection.
    modificationProtectionStatus string
    The modification protection status of the NLB instance. Valid values: NonProtection, ConsoleProtection. NonProtection: No protection. ConsoleProtection: Console protection.
    networkType string
    The network type of the NLB instance. Valid values: internet, intranet. internet: The NLB instance is an internet-facing instance. intranet: The NLB instance is an internal-facing instance.
    overdueTime string
    The overdue time of the NLB instance.
    projectName string
    The project name of the NLB instance.
    reclaimedTime string
    The reclaimed time of the NLB instance.
    region string
    The region of the NLB instance.
    securityGroupIds string[]
    The security group IDs of the NLB instance.
    status string
    The status of the NLB instance. Valid values: Inactive, Active, Creating, Provisioning, Configuring, Deleting, CreateFailed. Inactive: The NLB instance is stopped. Active: The NLB instance is running. Creating: The NLB instance is being created. Provisioning: The NLB instance is being created. This status is only available when creating an NLB instance by calling the API. Configuring: The NLB instance is being configured. Deleting: The NLB instance is being deleted. CreateFailed: The NLB instance failed to create.
    updateTime string
    The update time of the NLB instance.
    vpcId string
    The ID of the VPC where the NLB instance is deployed.
    zoneMappings GetNetworkLoadBalancersNetworkLoadBalancerZoneMapping[]
    The zone mappings of the NLB instance.
    tags GetNetworkLoadBalancersNetworkLoadBalancerTag[]
    Tags.
    access_log_configs Sequence[GetNetworkLoadBalancersNetworkLoadBalancerAccessLogConfig]
    The access log configuration of the NLB instance.
    account_id str
    The account ID of the NLB instance.
    billing_status str
    The billing status of the NLB instance. Valid values: Normal, FinancialLocked.
    create_time str
    The creation time of the NLB instance.
    cross_zone_enabled bool
    Whether to enable cross-zone load balancing for the NLB instance.
    description str
    The description of the NLB instance.
    dns_name str
    The DNS name of the NLB instance.
    expected_overdue_time str
    The expected overdue time of the NLB instance.
    ip_address_version str
    The IP address version of the NLB instance. Valid values: ipv4, dualstack. ipv4: The NLB instance supports IPv4. dualstack: The NLB instance supports both IPv4 and IPv6.
    ipv4_bandwidth_package_id str
    The ID of the IPv4 bandwidth package.
    ipv4_network_type str
    The IPv4 network type of the NLB instance. Valid values: internet, intranet.
    ipv6_bandwidth_package_id str
    The ID of the IPv6 bandwidth package.
    ipv6_network_type str
    The IPv6 network type of the NLB instance. Valid values: internet, intranet.
    load_balancer_id str
    The ID of the NLB instance.
    load_balancer_name str
    The name of the NLB instance.
    managed_security_group_id str
    The managed security group ID of the NLB instance.
    modification_protection_reason str
    The reason for modification protection.
    modification_protection_status str
    The modification protection status of the NLB instance. Valid values: NonProtection, ConsoleProtection. NonProtection: No protection. ConsoleProtection: Console protection.
    network_type str
    The network type of the NLB instance. Valid values: internet, intranet. internet: The NLB instance is an internet-facing instance. intranet: The NLB instance is an internal-facing instance.
    overdue_time str
    The overdue time of the NLB instance.
    project_name str
    The project name of the NLB instance.
    reclaimed_time str
    The reclaimed time of the NLB instance.
    region str
    The region of the NLB instance.
    security_group_ids Sequence[str]
    The security group IDs of the NLB instance.
    status str
    The status of the NLB instance. Valid values: Inactive, Active, Creating, Provisioning, Configuring, Deleting, CreateFailed. Inactive: The NLB instance is stopped. Active: The NLB instance is running. Creating: The NLB instance is being created. Provisioning: The NLB instance is being created. This status is only available when creating an NLB instance by calling the API. Configuring: The NLB instance is being configured. Deleting: The NLB instance is being deleted. CreateFailed: The NLB instance failed to create.
    update_time str
    The update time of the NLB instance.
    vpc_id str
    The ID of the VPC where the NLB instance is deployed.
    zone_mappings Sequence[GetNetworkLoadBalancersNetworkLoadBalancerZoneMapping]
    The zone mappings of the NLB instance.
    tags Sequence[GetNetworkLoadBalancersNetworkLoadBalancerTag]
    Tags.
    accessLogConfigs List<Property Map>
    The access log configuration of the NLB instance.
    accountId String
    The account ID of the NLB instance.
    billingStatus String
    The billing status of the NLB instance. Valid values: Normal, FinancialLocked.
    createTime String
    The creation time of the NLB instance.
    crossZoneEnabled Boolean
    Whether to enable cross-zone load balancing for the NLB instance.
    description String
    The description of the NLB instance.
    dnsName String
    The DNS name of the NLB instance.
    expectedOverdueTime String
    The expected overdue time of the NLB instance.
    ipAddressVersion String
    The IP address version of the NLB instance. Valid values: ipv4, dualstack. ipv4: The NLB instance supports IPv4. dualstack: The NLB instance supports both IPv4 and IPv6.
    ipv4BandwidthPackageId String
    The ID of the IPv4 bandwidth package.
    ipv4NetworkType String
    The IPv4 network type of the NLB instance. Valid values: internet, intranet.
    ipv6BandwidthPackageId String
    The ID of the IPv6 bandwidth package.
    ipv6NetworkType String
    The IPv6 network type of the NLB instance. Valid values: internet, intranet.
    loadBalancerId String
    The ID of the NLB instance.
    loadBalancerName String
    The name of the NLB instance.
    managedSecurityGroupId String
    The managed security group ID of the NLB instance.
    modificationProtectionReason String
    The reason for modification protection.
    modificationProtectionStatus String
    The modification protection status of the NLB instance. Valid values: NonProtection, ConsoleProtection. NonProtection: No protection. ConsoleProtection: Console protection.
    networkType String
    The network type of the NLB instance. Valid values: internet, intranet. internet: The NLB instance is an internet-facing instance. intranet: The NLB instance is an internal-facing instance.
    overdueTime String
    The overdue time of the NLB instance.
    projectName String
    The project name of the NLB instance.
    reclaimedTime String
    The reclaimed time of the NLB instance.
    region String
    The region of the NLB instance.
    securityGroupIds List<String>
    The security group IDs of the NLB instance.
    status String
    The status of the NLB instance. Valid values: Inactive, Active, Creating, Provisioning, Configuring, Deleting, CreateFailed. Inactive: The NLB instance is stopped. Active: The NLB instance is running. Creating: The NLB instance is being created. Provisioning: The NLB instance is being created. This status is only available when creating an NLB instance by calling the API. Configuring: The NLB instance is being configured. Deleting: The NLB instance is being deleted. CreateFailed: The NLB instance failed to create.
    updateTime String
    The update time of the NLB instance.
    vpcId String
    The ID of the VPC where the NLB instance is deployed.
    zoneMappings List<Property Map>
    The zone mappings of the NLB instance.
    tags List<Property Map>
    Tags.

    GetNetworkLoadBalancersNetworkLoadBalancerAccessLogConfig

    Enabled bool
    Whether to enable access logging.
    ProjectName string
    The project name where the access log topic resides.
    TopicId string
    The topic ID of the access log.
    TopicName string
    The topic name of the access log.
    Enabled bool
    Whether to enable access logging.
    ProjectName string
    The project name where the access log topic resides.
    TopicId string
    The topic ID of the access log.
    TopicName string
    The topic name of the access log.
    enabled Boolean
    Whether to enable access logging.
    projectName String
    The project name where the access log topic resides.
    topicId String
    The topic ID of the access log.
    topicName String
    The topic name of the access log.
    enabled boolean
    Whether to enable access logging.
    projectName string
    The project name where the access log topic resides.
    topicId string
    The topic ID of the access log.
    topicName string
    The topic name of the access log.
    enabled bool
    Whether to enable access logging.
    project_name str
    The project name where the access log topic resides.
    topic_id str
    The topic ID of the access log.
    topic_name str
    The topic name of the access log.
    enabled Boolean
    Whether to enable access logging.
    projectName String
    The project name where the access log topic resides.
    topicId String
    The topic ID of the access log.
    topicName String
    The topic name of the access log.

    GetNetworkLoadBalancersNetworkLoadBalancerTag

    Key string
    The Key of Tags.
    Value string
    The Value of Tags.
    Key string
    The Key of Tags.
    Value string
    The Value of Tags.
    key String
    The Key of Tags.
    value String
    The Value of Tags.
    key string
    The Key of Tags.
    value string
    The Value of Tags.
    key str
    The Key of Tags.
    value str
    The Value of Tags.
    key String
    The Key of Tags.
    value String
    The Value of Tags.

    GetNetworkLoadBalancersNetworkLoadBalancerZoneMapping

    EniId string
    The ID of the ENI.
    Ipv4Address string
    The IPv4 address of the NLB instance.
    Ipv4EipAddress string
    The public IPv4 address.
    Ipv4EipId string
    The ID of the EIP.
    Ipv4HcStatus string
    The IPv4 health check status. Valid values: Healthy, Unhealthy.
    Ipv6Address string
    The IPv6 address of the NLB instance.
    Ipv6EipId string
    The ID of the IPv6 EIP.
    Ipv6HcStatus string
    The IPv6 health check status. Valid values: Healthy, Unhealthy.
    SubnetId string
    The ID of the subnet.
    ZoneId string
    The ID of the zone.
    EniId string
    The ID of the ENI.
    Ipv4Address string
    The IPv4 address of the NLB instance.
    Ipv4EipAddress string
    The public IPv4 address.
    Ipv4EipId string
    The ID of the EIP.
    Ipv4HcStatus string
    The IPv4 health check status. Valid values: Healthy, Unhealthy.
    Ipv6Address string
    The IPv6 address of the NLB instance.
    Ipv6EipId string
    The ID of the IPv6 EIP.
    Ipv6HcStatus string
    The IPv6 health check status. Valid values: Healthy, Unhealthy.
    SubnetId string
    The ID of the subnet.
    ZoneId string
    The ID of the zone.
    eniId String
    The ID of the ENI.
    ipv4Address String
    The IPv4 address of the NLB instance.
    ipv4EipAddress String
    The public IPv4 address.
    ipv4EipId String
    The ID of the EIP.
    ipv4HcStatus String
    The IPv4 health check status. Valid values: Healthy, Unhealthy.
    ipv6Address String
    The IPv6 address of the NLB instance.
    ipv6EipId String
    The ID of the IPv6 EIP.
    ipv6HcStatus String
    The IPv6 health check status. Valid values: Healthy, Unhealthy.
    subnetId String
    The ID of the subnet.
    zoneId String
    The ID of the zone.
    eniId string
    The ID of the ENI.
    ipv4Address string
    The IPv4 address of the NLB instance.
    ipv4EipAddress string
    The public IPv4 address.
    ipv4EipId string
    The ID of the EIP.
    ipv4HcStatus string
    The IPv4 health check status. Valid values: Healthy, Unhealthy.
    ipv6Address string
    The IPv6 address of the NLB instance.
    ipv6EipId string
    The ID of the IPv6 EIP.
    ipv6HcStatus string
    The IPv6 health check status. Valid values: Healthy, Unhealthy.
    subnetId string
    The ID of the subnet.
    zoneId string
    The ID of the zone.
    eni_id str
    The ID of the ENI.
    ipv4_address str
    The IPv4 address of the NLB instance.
    ipv4_eip_address str
    The public IPv4 address.
    ipv4_eip_id str
    The ID of the EIP.
    ipv4_hc_status str
    The IPv4 health check status. Valid values: Healthy, Unhealthy.
    ipv6_address str
    The IPv6 address of the NLB instance.
    ipv6_eip_id str
    The ID of the IPv6 EIP.
    ipv6_hc_status str
    The IPv6 health check status. Valid values: Healthy, Unhealthy.
    subnet_id str
    The ID of the subnet.
    zone_id str
    The ID of the zone.
    eniId String
    The ID of the ENI.
    ipv4Address String
    The IPv4 address of the NLB instance.
    ipv4EipAddress String
    The public IPv4 address.
    ipv4EipId String
    The ID of the EIP.
    ipv4HcStatus String
    The IPv4 health check status. Valid values: Healthy, Unhealthy.
    ipv6Address String
    The IPv6 address of the NLB instance.
    ipv6EipId String
    The ID of the IPv6 EIP.
    ipv6HcStatus String
    The IPv6 health check status. Valid values: Healthy, Unhealthy.
    subnetId String
    The ID of the subnet.
    zoneId String
    The ID of the zone.

    GetNetworkLoadBalancersTag

    Key string
    The Key of Tags.
    Value string
    The Value of Tags.
    Key string
    The Key of Tags.
    Value string
    The Value of Tags.
    key String
    The Key of Tags.
    value String
    The Value of Tags.
    key string
    The Key of Tags.
    value string
    The Value of Tags.
    key str
    The Key of Tags.
    value str
    The Value of Tags.
    key String
    The Key of Tags.
    value String
    The Value of Tags.

    Package Details

    Repository
    volcengine volcengine/pulumi-volcengine
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the volcengine Terraform Provider.
    volcengine logo
    Viewing docs for Volcengine v0.0.47
    published on Friday, Mar 13, 2026 by Volcengine
      Try Pulumi Cloud free. Your team will thank you.