1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. clb
  6. getNlb
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine

    Data Source schema for Volcengine::CLB::NLB

    Using getNlb

    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 getNlb(args: GetNlbArgs, opts?: InvokeOptions): Promise<GetNlbResult>
    function getNlbOutput(args: GetNlbOutputArgs, opts?: InvokeOptions): Output<GetNlbResult>
    def get_nlb(id: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetNlbResult
    def get_nlb_output(id: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetNlbResult]
    func LookupNlb(ctx *Context, args *LookupNlbArgs, opts ...InvokeOption) (*LookupNlbResult, error)
    func LookupNlbOutput(ctx *Context, args *LookupNlbOutputArgs, opts ...InvokeOption) LookupNlbResultOutput

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

    public static class GetNlb 
    {
        public static Task<GetNlbResult> InvokeAsync(GetNlbArgs args, InvokeOptions? opts = null)
        public static Output<GetNlbResult> Invoke(GetNlbInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNlbResult> getNlb(GetNlbArgs args, InvokeOptions options)
    public static Output<GetNlbResult> getNlb(GetNlbArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcenginecc:clb/getNlb:getNlb
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Uniquely identifies the resource.
    Id string
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id str
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.

    getNlb Result

    The following output properties are available:

    AccessLog Volcengine.GetNlbAccessLog
    Access log information of the NLB instance.
    AccountId string
    Account ID to which the NLB instance belongs.
    BillingStatus string
    Billing status of the NLB instance. Normal: normal, FinancialLocked: locked.
    BillingType int
    Billing type of the NLB instance. 3: pay-as-you-go
    CreatedTime string
    Creation time of the NLB instance.
    CrossZoneEnabled bool
    Whether the NLB instance has cross-availability zone forwarding enabled. true (default): enabled. false: disabled.
    Description string
    Description of the NLB instance. Must start with a letter, number, or Chinese character and can include the following special characters: English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length limit: 0–255 characters. If this parameter is not provided, the default is an empty string.
    DnsName string
    DNS address of the NLB instance.
    ExpectedOverdueTime string
    Time when the NLB instance is suspended due to overdue payment.
    Id string
    Uniquely identifies the resource.
    IpAddressVersion string
    IP address type of the NLB instance. ipv4: IPv4 version. dualstack: dual stack, supports both IPv4 and IPv6 versions.
    Ipv4BandwidthPackageId string
    Shared bandwidth package ID for IPv4 type.
    Ipv4NetworkType string
    IPv4 network type of the NLB instance. internet: public network type. intranet: private network type.
    Ipv6BandwidthPackageId string
    Shared bandwidth package ID for IPv6 type.
    Ipv6NetworkType string
    IPv6 network type of the NLB instance. internet: public network type. intranet: private network type.
    LoadBalancerId string
    NLB instance ID.
    LoadBalancerName string
    Name of the NLB instance.
    ManagedSecurityGroupId string
    Managed security group ID automatically associated with the NLB instance by the system.
    ModificationProtectionStatus string
    Whether modification protection is enabled for the NLB instance in the console. NonProtection or empty: disabled, allows modification or deletion of the instance via the console. ConsoleProtection: enabled, prevents modification or deletion of the instance via the console.
    OverdueTime string
    Time when the NLB instance is locked. If the BillingStatus parameter is Normal, this parameter returns an empty string.
    ProjectName string
    Name of the project to which the NLB instance belongs.
    ReclaimedTime string
    Expected reclamation time of the NLB instance. If the BillingStatus parameter is Normal, this parameter returns an empty string.
    SecurityGroupIds List<string>
    List of security group IDs associated with the NLB instance.
    Status string
    Status of the NLB instance. Inactive: stopped. Active: running. Creating: creating. Provisioning: creating (this status only appears when creating an NLB instance via API). Configuring: configuring. Deleting: deleting. CreateFailed: creation failed.
    Tags List<Volcengine.GetNlbTag>
    Tag information of the NLB instance.
    UpdatedTime string
    Update time of the NLB instance.
    VpcId string
    VPC ID to which the NLB instance belongs.
    ZoneMappings List<Volcengine.GetNlbZoneMapping>
    Availability zone information for the NLB instance.
    AccessLog GetNlbAccessLog
    Access log information of the NLB instance.
    AccountId string
    Account ID to which the NLB instance belongs.
    BillingStatus string
    Billing status of the NLB instance. Normal: normal, FinancialLocked: locked.
    BillingType int
    Billing type of the NLB instance. 3: pay-as-you-go
    CreatedTime string
    Creation time of the NLB instance.
    CrossZoneEnabled bool
    Whether the NLB instance has cross-availability zone forwarding enabled. true (default): enabled. false: disabled.
    Description string
    Description of the NLB instance. Must start with a letter, number, or Chinese character and can include the following special characters: English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length limit: 0–255 characters. If this parameter is not provided, the default is an empty string.
    DnsName string
    DNS address of the NLB instance.
    ExpectedOverdueTime string
    Time when the NLB instance is suspended due to overdue payment.
    Id string
    Uniquely identifies the resource.
    IpAddressVersion string
    IP address type of the NLB instance. ipv4: IPv4 version. dualstack: dual stack, supports both IPv4 and IPv6 versions.
    Ipv4BandwidthPackageId string
    Shared bandwidth package ID for IPv4 type.
    Ipv4NetworkType string
    IPv4 network type of the NLB instance. internet: public network type. intranet: private network type.
    Ipv6BandwidthPackageId string
    Shared bandwidth package ID for IPv6 type.
    Ipv6NetworkType string
    IPv6 network type of the NLB instance. internet: public network type. intranet: private network type.
    LoadBalancerId string
    NLB instance ID.
    LoadBalancerName string
    Name of the NLB instance.
    ManagedSecurityGroupId string
    Managed security group ID automatically associated with the NLB instance by the system.
    ModificationProtectionStatus string
    Whether modification protection is enabled for the NLB instance in the console. NonProtection or empty: disabled, allows modification or deletion of the instance via the console. ConsoleProtection: enabled, prevents modification or deletion of the instance via the console.
    OverdueTime string
    Time when the NLB instance is locked. If the BillingStatus parameter is Normal, this parameter returns an empty string.
    ProjectName string
    Name of the project to which the NLB instance belongs.
    ReclaimedTime string
    Expected reclamation time of the NLB instance. If the BillingStatus parameter is Normal, this parameter returns an empty string.
    SecurityGroupIds []string
    List of security group IDs associated with the NLB instance.
    Status string
    Status of the NLB instance. Inactive: stopped. Active: running. Creating: creating. Provisioning: creating (this status only appears when creating an NLB instance via API). Configuring: configuring. Deleting: deleting. CreateFailed: creation failed.
    Tags []GetNlbTag
    Tag information of the NLB instance.
    UpdatedTime string
    Update time of the NLB instance.
    VpcId string
    VPC ID to which the NLB instance belongs.
    ZoneMappings []GetNlbZoneMapping
    Availability zone information for the NLB instance.
    accessLog GetNlbAccessLog
    Access log information of the NLB instance.
    accountId String
    Account ID to which the NLB instance belongs.
    billingStatus String
    Billing status of the NLB instance. Normal: normal, FinancialLocked: locked.
    billingType Integer
    Billing type of the NLB instance. 3: pay-as-you-go
    createdTime String
    Creation time of the NLB instance.
    crossZoneEnabled Boolean
    Whether the NLB instance has cross-availability zone forwarding enabled. true (default): enabled. false: disabled.
    description String
    Description of the NLB instance. Must start with a letter, number, or Chinese character and can include the following special characters: English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length limit: 0–255 characters. If this parameter is not provided, the default is an empty string.
    dnsName String
    DNS address of the NLB instance.
    expectedOverdueTime String
    Time when the NLB instance is suspended due to overdue payment.
    id String
    Uniquely identifies the resource.
    ipAddressVersion String
    IP address type of the NLB instance. ipv4: IPv4 version. dualstack: dual stack, supports both IPv4 and IPv6 versions.
    ipv4BandwidthPackageId String
    Shared bandwidth package ID for IPv4 type.
    ipv4NetworkType String
    IPv4 network type of the NLB instance. internet: public network type. intranet: private network type.
    ipv6BandwidthPackageId String
    Shared bandwidth package ID for IPv6 type.
    ipv6NetworkType String
    IPv6 network type of the NLB instance. internet: public network type. intranet: private network type.
    loadBalancerId String
    NLB instance ID.
    loadBalancerName String
    Name of the NLB instance.
    managedSecurityGroupId String
    Managed security group ID automatically associated with the NLB instance by the system.
    modificationProtectionStatus String
    Whether modification protection is enabled for the NLB instance in the console. NonProtection or empty: disabled, allows modification or deletion of the instance via the console. ConsoleProtection: enabled, prevents modification or deletion of the instance via the console.
    overdueTime String
    Time when the NLB instance is locked. If the BillingStatus parameter is Normal, this parameter returns an empty string.
    projectName String
    Name of the project to which the NLB instance belongs.
    reclaimedTime String
    Expected reclamation time of the NLB instance. If the BillingStatus parameter is Normal, this parameter returns an empty string.
    securityGroupIds List<String>
    List of security group IDs associated with the NLB instance.
    status String
    Status of the NLB instance. Inactive: stopped. Active: running. Creating: creating. Provisioning: creating (this status only appears when creating an NLB instance via API). Configuring: configuring. Deleting: deleting. CreateFailed: creation failed.
    tags List<GetNlbTag>
    Tag information of the NLB instance.
    updatedTime String
    Update time of the NLB instance.
    vpcId String
    VPC ID to which the NLB instance belongs.
    zoneMappings List<GetNlbZoneMapping>
    Availability zone information for the NLB instance.
    accessLog GetNlbAccessLog
    Access log information of the NLB instance.
    accountId string
    Account ID to which the NLB instance belongs.
    billingStatus string
    Billing status of the NLB instance. Normal: normal, FinancialLocked: locked.
    billingType number
    Billing type of the NLB instance. 3: pay-as-you-go
    createdTime string
    Creation time of the NLB instance.
    crossZoneEnabled boolean
    Whether the NLB instance has cross-availability zone forwarding enabled. true (default): enabled. false: disabled.
    description string
    Description of the NLB instance. Must start with a letter, number, or Chinese character and can include the following special characters: English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length limit: 0–255 characters. If this parameter is not provided, the default is an empty string.
    dnsName string
    DNS address of the NLB instance.
    expectedOverdueTime string
    Time when the NLB instance is suspended due to overdue payment.
    id string
    Uniquely identifies the resource.
    ipAddressVersion string
    IP address type of the NLB instance. ipv4: IPv4 version. dualstack: dual stack, supports both IPv4 and IPv6 versions.
    ipv4BandwidthPackageId string
    Shared bandwidth package ID for IPv4 type.
    ipv4NetworkType string
    IPv4 network type of the NLB instance. internet: public network type. intranet: private network type.
    ipv6BandwidthPackageId string
    Shared bandwidth package ID for IPv6 type.
    ipv6NetworkType string
    IPv6 network type of the NLB instance. internet: public network type. intranet: private network type.
    loadBalancerId string
    NLB instance ID.
    loadBalancerName string
    Name of the NLB instance.
    managedSecurityGroupId string
    Managed security group ID automatically associated with the NLB instance by the system.
    modificationProtectionStatus string
    Whether modification protection is enabled for the NLB instance in the console. NonProtection or empty: disabled, allows modification or deletion of the instance via the console. ConsoleProtection: enabled, prevents modification or deletion of the instance via the console.
    overdueTime string
    Time when the NLB instance is locked. If the BillingStatus parameter is Normal, this parameter returns an empty string.
    projectName string
    Name of the project to which the NLB instance belongs.
    reclaimedTime string
    Expected reclamation time of the NLB instance. If the BillingStatus parameter is Normal, this parameter returns an empty string.
    securityGroupIds string[]
    List of security group IDs associated with the NLB instance.
    status string
    Status of the NLB instance. Inactive: stopped. Active: running. Creating: creating. Provisioning: creating (this status only appears when creating an NLB instance via API). Configuring: configuring. Deleting: deleting. CreateFailed: creation failed.
    tags GetNlbTag[]
    Tag information of the NLB instance.
    updatedTime string
    Update time of the NLB instance.
    vpcId string
    VPC ID to which the NLB instance belongs.
    zoneMappings GetNlbZoneMapping[]
    Availability zone information for the NLB instance.
    access_log GetNlbAccessLog
    Access log information of the NLB instance.
    account_id str
    Account ID to which the NLB instance belongs.
    billing_status str
    Billing status of the NLB instance. Normal: normal, FinancialLocked: locked.
    billing_type int
    Billing type of the NLB instance. 3: pay-as-you-go
    created_time str
    Creation time of the NLB instance.
    cross_zone_enabled bool
    Whether the NLB instance has cross-availability zone forwarding enabled. true (default): enabled. false: disabled.
    description str
    Description of the NLB instance. Must start with a letter, number, or Chinese character and can include the following special characters: English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length limit: 0–255 characters. If this parameter is not provided, the default is an empty string.
    dns_name str
    DNS address of the NLB instance.
    expected_overdue_time str
    Time when the NLB instance is suspended due to overdue payment.
    id str
    Uniquely identifies the resource.
    ip_address_version str
    IP address type of the NLB instance. ipv4: IPv4 version. dualstack: dual stack, supports both IPv4 and IPv6 versions.
    ipv4_bandwidth_package_id str
    Shared bandwidth package ID for IPv4 type.
    ipv4_network_type str
    IPv4 network type of the NLB instance. internet: public network type. intranet: private network type.
    ipv6_bandwidth_package_id str
    Shared bandwidth package ID for IPv6 type.
    ipv6_network_type str
    IPv6 network type of the NLB instance. internet: public network type. intranet: private network type.
    load_balancer_id str
    NLB instance ID.
    load_balancer_name str
    Name of the NLB instance.
    managed_security_group_id str
    Managed security group ID automatically associated with the NLB instance by the system.
    modification_protection_status str
    Whether modification protection is enabled for the NLB instance in the console. NonProtection or empty: disabled, allows modification or deletion of the instance via the console. ConsoleProtection: enabled, prevents modification or deletion of the instance via the console.
    overdue_time str
    Time when the NLB instance is locked. If the BillingStatus parameter is Normal, this parameter returns an empty string.
    project_name str
    Name of the project to which the NLB instance belongs.
    reclaimed_time str
    Expected reclamation time of the NLB instance. If the BillingStatus parameter is Normal, this parameter returns an empty string.
    security_group_ids Sequence[str]
    List of security group IDs associated with the NLB instance.
    status str
    Status of the NLB instance. Inactive: stopped. Active: running. Creating: creating. Provisioning: creating (this status only appears when creating an NLB instance via API). Configuring: configuring. Deleting: deleting. CreateFailed: creation failed.
    tags Sequence[GetNlbTag]
    Tag information of the NLB instance.
    updated_time str
    Update time of the NLB instance.
    vpc_id str
    VPC ID to which the NLB instance belongs.
    zone_mappings Sequence[GetNlbZoneMapping]
    Availability zone information for the NLB instance.
    accessLog Property Map
    Access log information of the NLB instance.
    accountId String
    Account ID to which the NLB instance belongs.
    billingStatus String
    Billing status of the NLB instance. Normal: normal, FinancialLocked: locked.
    billingType Number
    Billing type of the NLB instance. 3: pay-as-you-go
    createdTime String
    Creation time of the NLB instance.
    crossZoneEnabled Boolean
    Whether the NLB instance has cross-availability zone forwarding enabled. true (default): enabled. false: disabled.
    description String
    Description of the NLB instance. Must start with a letter, number, or Chinese character and can include the following special characters: English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length limit: 0–255 characters. If this parameter is not provided, the default is an empty string.
    dnsName String
    DNS address of the NLB instance.
    expectedOverdueTime String
    Time when the NLB instance is suspended due to overdue payment.
    id String
    Uniquely identifies the resource.
    ipAddressVersion String
    IP address type of the NLB instance. ipv4: IPv4 version. dualstack: dual stack, supports both IPv4 and IPv6 versions.
    ipv4BandwidthPackageId String
    Shared bandwidth package ID for IPv4 type.
    ipv4NetworkType String
    IPv4 network type of the NLB instance. internet: public network type. intranet: private network type.
    ipv6BandwidthPackageId String
    Shared bandwidth package ID for IPv6 type.
    ipv6NetworkType String
    IPv6 network type of the NLB instance. internet: public network type. intranet: private network type.
    loadBalancerId String
    NLB instance ID.
    loadBalancerName String
    Name of the NLB instance.
    managedSecurityGroupId String
    Managed security group ID automatically associated with the NLB instance by the system.
    modificationProtectionStatus String
    Whether modification protection is enabled for the NLB instance in the console. NonProtection or empty: disabled, allows modification or deletion of the instance via the console. ConsoleProtection: enabled, prevents modification or deletion of the instance via the console.
    overdueTime String
    Time when the NLB instance is locked. If the BillingStatus parameter is Normal, this parameter returns an empty string.
    projectName String
    Name of the project to which the NLB instance belongs.
    reclaimedTime String
    Expected reclamation time of the NLB instance. If the BillingStatus parameter is Normal, this parameter returns an empty string.
    securityGroupIds List<String>
    List of security group IDs associated with the NLB instance.
    status String
    Status of the NLB instance. Inactive: stopped. Active: running. Creating: creating. Provisioning: creating (this status only appears when creating an NLB instance via API). Configuring: configuring. Deleting: deleting. CreateFailed: creation failed.
    tags List<Property Map>
    Tag information of the NLB instance.
    updatedTime String
    Update time of the NLB instance.
    vpcId String
    VPC ID to which the NLB instance belongs.
    zoneMappings List<Property Map>
    Availability zone information for the NLB instance.

    Supporting Types

    GetNlbAccessLog

    AccessLogEnabled bool
    Enable access logs. true: yes. false: no.
    ProjectId string
    Log project ID.
    TopicId string
    Log topic ID.
    AccessLogEnabled bool
    Enable access logs. true: yes. false: no.
    ProjectId string
    Log project ID.
    TopicId string
    Log topic ID.
    accessLogEnabled Boolean
    Enable access logs. true: yes. false: no.
    projectId String
    Log project ID.
    topicId String
    Log topic ID.
    accessLogEnabled boolean
    Enable access logs. true: yes. false: no.
    projectId string
    Log project ID.
    topicId string
    Log topic ID.
    access_log_enabled bool
    Enable access logs. true: yes. false: no.
    project_id str
    Log project ID.
    topic_id str
    Log topic ID.
    accessLogEnabled Boolean
    Enable access logs. true: yes. false: no.
    projectId String
    Log project ID.
    topicId String
    Log topic ID.

    GetNlbTag

    Key string
    Tag key.
    Value string
    Tag value.
    Key string
    Tag key.
    Value string
    Tag value.
    key String
    Tag key.
    value String
    Tag value.
    key string
    Tag key.
    value string
    Tag value.
    key str
    Tag key.
    value str
    Tag value.
    key String
    Tag key.
    value String
    Tag value.

    GetNlbZoneMapping

    EniId string
    Network interface card ID.
    Ipv4Address string
    Private IPv4 VIP address of the NLB instance. If this parameter is not provided, the system automatically assigns an available IPv4 address from the subnet.
    Ipv4EipAddress string
    Public IPv4 EIP address of the NLB instance.
    Ipv4EipId string
    Public IPv4 EIP ID of the NLB instance.
    Ipv4HcStatus string
    Health status of the NLB instance's private IPv4 address. Healthy: healthy. Unhealthy: abnormal.
    Ipv4LocalAddresses List<string>
    Private IPv4 LIP address of the NLB instance.
    Ipv6Address string
    Private IPv6 VIP address of the NLB instance.
    Ipv6EipId string
    ID of the IPv6 public bandwidth associated with the NLB instance.
    Ipv6HcStatus string
    Health status of the NLB instance's private IPv6 address. Healthy: healthy. Unhealthy: abnormal.
    Ipv6LocalAddresses List<string>
    Private IPv6 LIP address of the NLB instance.
    SubnetId string
    Subnet ID to which the NLB instance belongs.
    ZoneId string
    Availability zone ID to which the NLB instance belongs.
    EniId string
    Network interface card ID.
    Ipv4Address string
    Private IPv4 VIP address of the NLB instance. If this parameter is not provided, the system automatically assigns an available IPv4 address from the subnet.
    Ipv4EipAddress string
    Public IPv4 EIP address of the NLB instance.
    Ipv4EipId string
    Public IPv4 EIP ID of the NLB instance.
    Ipv4HcStatus string
    Health status of the NLB instance's private IPv4 address. Healthy: healthy. Unhealthy: abnormal.
    Ipv4LocalAddresses []string
    Private IPv4 LIP address of the NLB instance.
    Ipv6Address string
    Private IPv6 VIP address of the NLB instance.
    Ipv6EipId string
    ID of the IPv6 public bandwidth associated with the NLB instance.
    Ipv6HcStatus string
    Health status of the NLB instance's private IPv6 address. Healthy: healthy. Unhealthy: abnormal.
    Ipv6LocalAddresses []string
    Private IPv6 LIP address of the NLB instance.
    SubnetId string
    Subnet ID to which the NLB instance belongs.
    ZoneId string
    Availability zone ID to which the NLB instance belongs.
    eniId String
    Network interface card ID.
    ipv4Address String
    Private IPv4 VIP address of the NLB instance. If this parameter is not provided, the system automatically assigns an available IPv4 address from the subnet.
    ipv4EipAddress String
    Public IPv4 EIP address of the NLB instance.
    ipv4EipId String
    Public IPv4 EIP ID of the NLB instance.
    ipv4HcStatus String
    Health status of the NLB instance's private IPv4 address. Healthy: healthy. Unhealthy: abnormal.
    ipv4LocalAddresses List<String>
    Private IPv4 LIP address of the NLB instance.
    ipv6Address String
    Private IPv6 VIP address of the NLB instance.
    ipv6EipId String
    ID of the IPv6 public bandwidth associated with the NLB instance.
    ipv6HcStatus String
    Health status of the NLB instance's private IPv6 address. Healthy: healthy. Unhealthy: abnormal.
    ipv6LocalAddresses List<String>
    Private IPv6 LIP address of the NLB instance.
    subnetId String
    Subnet ID to which the NLB instance belongs.
    zoneId String
    Availability zone ID to which the NLB instance belongs.
    eniId string
    Network interface card ID.
    ipv4Address string
    Private IPv4 VIP address of the NLB instance. If this parameter is not provided, the system automatically assigns an available IPv4 address from the subnet.
    ipv4EipAddress string
    Public IPv4 EIP address of the NLB instance.
    ipv4EipId string
    Public IPv4 EIP ID of the NLB instance.
    ipv4HcStatus string
    Health status of the NLB instance's private IPv4 address. Healthy: healthy. Unhealthy: abnormal.
    ipv4LocalAddresses string[]
    Private IPv4 LIP address of the NLB instance.
    ipv6Address string
    Private IPv6 VIP address of the NLB instance.
    ipv6EipId string
    ID of the IPv6 public bandwidth associated with the NLB instance.
    ipv6HcStatus string
    Health status of the NLB instance's private IPv6 address. Healthy: healthy. Unhealthy: abnormal.
    ipv6LocalAddresses string[]
    Private IPv6 LIP address of the NLB instance.
    subnetId string
    Subnet ID to which the NLB instance belongs.
    zoneId string
    Availability zone ID to which the NLB instance belongs.
    eni_id str
    Network interface card ID.
    ipv4_address str
    Private IPv4 VIP address of the NLB instance. If this parameter is not provided, the system automatically assigns an available IPv4 address from the subnet.
    ipv4_eip_address str
    Public IPv4 EIP address of the NLB instance.
    ipv4_eip_id str
    Public IPv4 EIP ID of the NLB instance.
    ipv4_hc_status str
    Health status of the NLB instance's private IPv4 address. Healthy: healthy. Unhealthy: abnormal.
    ipv4_local_addresses Sequence[str]
    Private IPv4 LIP address of the NLB instance.
    ipv6_address str
    Private IPv6 VIP address of the NLB instance.
    ipv6_eip_id str
    ID of the IPv6 public bandwidth associated with the NLB instance.
    ipv6_hc_status str
    Health status of the NLB instance's private IPv6 address. Healthy: healthy. Unhealthy: abnormal.
    ipv6_local_addresses Sequence[str]
    Private IPv6 LIP address of the NLB instance.
    subnet_id str
    Subnet ID to which the NLB instance belongs.
    zone_id str
    Availability zone ID to which the NLB instance belongs.
    eniId String
    Network interface card ID.
    ipv4Address String
    Private IPv4 VIP address of the NLB instance. If this parameter is not provided, the system automatically assigns an available IPv4 address from the subnet.
    ipv4EipAddress String
    Public IPv4 EIP address of the NLB instance.
    ipv4EipId String
    Public IPv4 EIP ID of the NLB instance.
    ipv4HcStatus String
    Health status of the NLB instance's private IPv4 address. Healthy: healthy. Unhealthy: abnormal.
    ipv4LocalAddresses List<String>
    Private IPv4 LIP address of the NLB instance.
    ipv6Address String
    Private IPv6 VIP address of the NLB instance.
    ipv6EipId String
    ID of the IPv6 public bandwidth associated with the NLB instance.
    ipv6HcStatus String
    Health status of the NLB instance's private IPv6 address. Healthy: healthy. Unhealthy: abnormal.
    ipv6LocalAddresses List<String>
    Private IPv6 LIP address of the NLB instance.
    subnetId String
    Subnet ID to which the NLB instance belongs.
    zoneId String
    Availability zone ID to which the NLB instance belongs.

    Package Details

    Repository
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    Viewing docs for volcenginecc v0.0.32
    published on Thursday, Apr 23, 2026 by Volcengine
      Try Pulumi Cloud free. Your team will thank you.