Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
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 dictionaryThe 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:
- Access
Log Volcengine.Get Nlb Access Log - Access log information of the NLB instance.
- Account
Id string - Account ID to which the NLB instance belongs.
- Billing
Status string - 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 string - Creation time of the NLB instance.
- Cross
Zone boolEnabled - 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.
- Dns
Name string - DNS address of the NLB instance.
- Expected
Overdue stringTime - Time when the NLB instance is suspended due to overdue payment.
- Id string
- Uniquely identifies the resource.
- Ip
Address stringVersion - IP address type of the NLB instance. ipv4: IPv4 version. dualstack: dual stack, supports both IPv4 and IPv6 versions.
- Ipv4Bandwidth
Package stringId - Shared bandwidth package ID for IPv4 type.
- Ipv4Network
Type string - IPv4 network type of the NLB instance. internet: public network type. intranet: private network type.
- Ipv6Bandwidth
Package stringId - Shared bandwidth package ID for IPv6 type.
- Ipv6Network
Type string - IPv6 network type of the NLB instance. internet: public network type. intranet: private network type.
- Load
Balancer stringId - NLB instance ID.
- Load
Balancer stringName - Name of the NLB instance.
- Managed
Security stringGroup Id - Managed security group ID automatically associated with the NLB instance by the system.
- Modification
Protection stringStatus - 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 string - Time when the NLB instance is locked. If the BillingStatus parameter is Normal, this parameter returns an empty string.
- Project
Name string - Name of the project to which the NLB instance belongs.
- Reclaimed
Time string - Expected reclamation time of the NLB instance. If the BillingStatus parameter is Normal, this parameter returns an empty string.
- Security
Group List<string>Ids - 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.
-
List<Volcengine.
Get Nlb Tag> - Tag information of the NLB instance.
- Updated
Time string - Update time of the NLB instance.
- Vpc
Id string - VPC ID to which the NLB instance belongs.
- Zone
Mappings List<Volcengine.Get Nlb Zone Mapping> - Availability zone information for the NLB instance.
- Access
Log GetNlb Access Log - Access log information of the NLB instance.
- Account
Id string - Account ID to which the NLB instance belongs.
- Billing
Status string - 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 string - Creation time of the NLB instance.
- Cross
Zone boolEnabled - 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.
- Dns
Name string - DNS address of the NLB instance.
- Expected
Overdue stringTime - Time when the NLB instance is suspended due to overdue payment.
- Id string
- Uniquely identifies the resource.
- Ip
Address stringVersion - IP address type of the NLB instance. ipv4: IPv4 version. dualstack: dual stack, supports both IPv4 and IPv6 versions.
- Ipv4Bandwidth
Package stringId - Shared bandwidth package ID for IPv4 type.
- Ipv4Network
Type string - IPv4 network type of the NLB instance. internet: public network type. intranet: private network type.
- Ipv6Bandwidth
Package stringId - Shared bandwidth package ID for IPv6 type.
- Ipv6Network
Type string - IPv6 network type of the NLB instance. internet: public network type. intranet: private network type.
- Load
Balancer stringId - NLB instance ID.
- Load
Balancer stringName - Name of the NLB instance.
- Managed
Security stringGroup Id - Managed security group ID automatically associated with the NLB instance by the system.
- Modification
Protection stringStatus - 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 string - Time when the NLB instance is locked. If the BillingStatus parameter is Normal, this parameter returns an empty string.
- Project
Name string - Name of the project to which the NLB instance belongs.
- Reclaimed
Time string - Expected reclamation time of the NLB instance. If the BillingStatus parameter is Normal, this parameter returns an empty string.
- Security
Group []stringIds - 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.
-
[]Get
Nlb Tag - Tag information of the NLB instance.
- Updated
Time string - Update time of the NLB instance.
- Vpc
Id string - VPC ID to which the NLB instance belongs.
- Zone
Mappings []GetNlb Zone Mapping - Availability zone information for the NLB instance.
- access
Log GetNlb Access Log - Access log information of the NLB instance.
- account
Id String - Account ID to which the NLB instance belongs.
- billing
Status String - Billing status of the NLB instance. Normal: normal, FinancialLocked: locked.
- billing
Type Integer - Billing type of the NLB instance. 3: pay-as-you-go
- created
Time String - Creation time of the NLB instance.
- cross
Zone BooleanEnabled - 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.
- dns
Name String - DNS address of the NLB instance.
- expected
Overdue StringTime - Time when the NLB instance is suspended due to overdue payment.
- id String
- Uniquely identifies the resource.
- ip
Address StringVersion - IP address type of the NLB instance. ipv4: IPv4 version. dualstack: dual stack, supports both IPv4 and IPv6 versions.
- ipv4Bandwidth
Package StringId - Shared bandwidth package ID for IPv4 type.
- ipv4Network
Type String - IPv4 network type of the NLB instance. internet: public network type. intranet: private network type.
- ipv6Bandwidth
Package StringId - Shared bandwidth package ID for IPv6 type.
- ipv6Network
Type String - IPv6 network type of the NLB instance. internet: public network type. intranet: private network type.
- load
Balancer StringId - NLB instance ID.
- load
Balancer StringName - Name of the NLB instance.
- managed
Security StringGroup Id - Managed security group ID automatically associated with the NLB instance by the system.
- modification
Protection StringStatus - 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 String - Time when the NLB instance is locked. If the BillingStatus parameter is Normal, this parameter returns an empty string.
- project
Name String - Name of the project to which the NLB instance belongs.
- reclaimed
Time String - Expected reclamation time of the NLB instance. If the BillingStatus parameter is Normal, this parameter returns an empty string.
- security
Group List<String>Ids - 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.
-
List<Get
Nlb Tag> - Tag information of the NLB instance.
- updated
Time String - Update time of the NLB instance.
- vpc
Id String - VPC ID to which the NLB instance belongs.
- zone
Mappings List<GetNlb Zone Mapping> - Availability zone information for the NLB instance.
- access
Log GetNlb Access Log - Access log information of the NLB instance.
- account
Id string - Account ID to which the NLB instance belongs.
- billing
Status string - Billing status of the NLB instance. Normal: normal, FinancialLocked: locked.
- billing
Type number - Billing type of the NLB instance. 3: pay-as-you-go
- created
Time string - Creation time of the NLB instance.
- cross
Zone booleanEnabled - 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.
- dns
Name string - DNS address of the NLB instance.
- expected
Overdue stringTime - Time when the NLB instance is suspended due to overdue payment.
- id string
- Uniquely identifies the resource.
- ip
Address stringVersion - IP address type of the NLB instance. ipv4: IPv4 version. dualstack: dual stack, supports both IPv4 and IPv6 versions.
- ipv4Bandwidth
Package stringId - Shared bandwidth package ID for IPv4 type.
- ipv4Network
Type string - IPv4 network type of the NLB instance. internet: public network type. intranet: private network type.
- ipv6Bandwidth
Package stringId - Shared bandwidth package ID for IPv6 type.
- ipv6Network
Type string - IPv6 network type of the NLB instance. internet: public network type. intranet: private network type.
- load
Balancer stringId - NLB instance ID.
- load
Balancer stringName - Name of the NLB instance.
- managed
Security stringGroup Id - Managed security group ID automatically associated with the NLB instance by the system.
- modification
Protection stringStatus - 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 string - Time when the NLB instance is locked. If the BillingStatus parameter is Normal, this parameter returns an empty string.
- project
Name string - Name of the project to which the NLB instance belongs.
- reclaimed
Time string - Expected reclamation time of the NLB instance. If the BillingStatus parameter is Normal, this parameter returns an empty string.
- security
Group string[]Ids - 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.
-
Get
Nlb Tag[] - Tag information of the NLB instance.
- updated
Time string - Update time of the NLB instance.
- vpc
Id string - VPC ID to which the NLB instance belongs.
- zone
Mappings GetNlb Zone Mapping[] - Availability zone information for the NLB instance.
- access_
log GetNlb Access Log - 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_ boolenabled - 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_ strtime - Time when the NLB instance is suspended due to overdue payment.
- id str
- Uniquely identifies the resource.
- ip_
address_ strversion - IP address type of the NLB instance. ipv4: IPv4 version. dualstack: dual stack, supports both IPv4 and IPv6 versions.
- ipv4_
bandwidth_ strpackage_ id - Shared bandwidth package ID for IPv4 type.
- ipv4_
network_ strtype - IPv4 network type of the NLB instance. internet: public network type. intranet: private network type.
- ipv6_
bandwidth_ strpackage_ id - Shared bandwidth package ID for IPv6 type.
- ipv6_
network_ strtype - IPv6 network type of the NLB instance. internet: public network type. intranet: private network type.
- load_
balancer_ strid - NLB instance ID.
- load_
balancer_ strname - Name of the NLB instance.
- managed_
security_ strgroup_ id - Managed security group ID automatically associated with the NLB instance by the system.
- modification_
protection_ strstatus - 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_ Sequence[str]ids - 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.
-
Sequence[Get
Nlb Tag] - 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[GetNlb Zone Mapping] - Availability zone information for the NLB instance.
- access
Log Property Map - Access log information of the NLB instance.
- account
Id String - Account ID to which the NLB instance belongs.
- billing
Status String - Billing status of the NLB instance. Normal: normal, FinancialLocked: locked.
- billing
Type Number - Billing type of the NLB instance. 3: pay-as-you-go
- created
Time String - Creation time of the NLB instance.
- cross
Zone BooleanEnabled - 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.
- dns
Name String - DNS address of the NLB instance.
- expected
Overdue StringTime - Time when the NLB instance is suspended due to overdue payment.
- id String
- Uniquely identifies the resource.
- ip
Address StringVersion - IP address type of the NLB instance. ipv4: IPv4 version. dualstack: dual stack, supports both IPv4 and IPv6 versions.
- ipv4Bandwidth
Package StringId - Shared bandwidth package ID for IPv4 type.
- ipv4Network
Type String - IPv4 network type of the NLB instance. internet: public network type. intranet: private network type.
- ipv6Bandwidth
Package StringId - Shared bandwidth package ID for IPv6 type.
- ipv6Network
Type String - IPv6 network type of the NLB instance. internet: public network type. intranet: private network type.
- load
Balancer StringId - NLB instance ID.
- load
Balancer StringName - Name of the NLB instance.
- managed
Security StringGroup Id - Managed security group ID automatically associated with the NLB instance by the system.
- modification
Protection StringStatus - 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 String - Time when the NLB instance is locked. If the BillingStatus parameter is Normal, this parameter returns an empty string.
- project
Name String - Name of the project to which the NLB instance belongs.
- reclaimed
Time String - Expected reclamation time of the NLB instance. If the BillingStatus parameter is Normal, this parameter returns an empty string.
- security
Group List<String>Ids - 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.
- List<Property Map>
- Tag information of the NLB instance.
- updated
Time String - Update time of the NLB instance.
- vpc
Id String - VPC ID to which the NLB instance belongs.
- zone
Mappings List<Property Map> - Availability zone information for the NLB instance.
Supporting Types
GetNlbAccessLog
- Access
Log boolEnabled - Enable access logs. true: yes. false: no.
- Project
Id string - Log project ID.
- Topic
Id string - Log topic ID.
- Access
Log boolEnabled - Enable access logs. true: yes. false: no.
- Project
Id string - Log project ID.
- Topic
Id string - Log topic ID.
- access
Log BooleanEnabled - Enable access logs. true: yes. false: no.
- project
Id String - Log project ID.
- topic
Id String - Log topic ID.
- access
Log booleanEnabled - Enable access logs. true: yes. false: no.
- project
Id string - Log project ID.
- topic
Id string - Log topic ID.
- access_
log_ boolenabled - Enable access logs. true: yes. false: no.
- project_
id str - Log project ID.
- topic_
id str - Log topic ID.
- access
Log BooleanEnabled - Enable access logs. true: yes. false: no.
- project
Id String - Log project ID.
- topic
Id String - Log topic ID.
GetNlbTag
GetNlbZoneMapping
- Eni
Id 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.
- Ipv4Eip
Address string - Public IPv4 EIP address of the NLB instance.
- Ipv4Eip
Id string - Public IPv4 EIP ID of the NLB instance.
- Ipv4Hc
Status string - Health status of the NLB instance's private IPv4 address. Healthy: healthy. Unhealthy: abnormal.
- Ipv4Local
Addresses List<string> - Private IPv4 LIP address of the NLB instance.
- Ipv6Address string
- Private IPv6 VIP address of the NLB instance.
- Ipv6Eip
Id string - ID of the IPv6 public bandwidth associated with the NLB instance.
- Ipv6Hc
Status string - Health status of the NLB instance's private IPv6 address. Healthy: healthy. Unhealthy: abnormal.
- Ipv6Local
Addresses List<string> - Private IPv6 LIP address of the NLB instance.
- Subnet
Id string - Subnet ID to which the NLB instance belongs.
- Zone
Id string - Availability zone ID to which the NLB instance belongs.
- Eni
Id 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.
- Ipv4Eip
Address string - Public IPv4 EIP address of the NLB instance.
- Ipv4Eip
Id string - Public IPv4 EIP ID of the NLB instance.
- Ipv4Hc
Status string - Health status of the NLB instance's private IPv4 address. Healthy: healthy. Unhealthy: abnormal.
- Ipv4Local
Addresses []string - Private IPv4 LIP address of the NLB instance.
- Ipv6Address string
- Private IPv6 VIP address of the NLB instance.
- Ipv6Eip
Id string - ID of the IPv6 public bandwidth associated with the NLB instance.
- Ipv6Hc
Status string - Health status of the NLB instance's private IPv6 address. Healthy: healthy. Unhealthy: abnormal.
- Ipv6Local
Addresses []string - Private IPv6 LIP address of the NLB instance.
- Subnet
Id string - Subnet ID to which the NLB instance belongs.
- Zone
Id string - Availability zone ID to which the NLB instance belongs.
- eni
Id 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.
- ipv4Eip
Address String - Public IPv4 EIP address of the NLB instance.
- ipv4Eip
Id String - Public IPv4 EIP ID of the NLB instance.
- ipv4Hc
Status String - Health status of the NLB instance's private IPv4 address. Healthy: healthy. Unhealthy: abnormal.
- ipv4Local
Addresses List<String> - Private IPv4 LIP address of the NLB instance.
- ipv6Address String
- Private IPv6 VIP address of the NLB instance.
- ipv6Eip
Id String - ID of the IPv6 public bandwidth associated with the NLB instance.
- ipv6Hc
Status String - Health status of the NLB instance's private IPv6 address. Healthy: healthy. Unhealthy: abnormal.
- ipv6Local
Addresses List<String> - Private IPv6 LIP address of the NLB instance.
- subnet
Id String - Subnet ID to which the NLB instance belongs.
- zone
Id String - Availability zone ID to which the NLB instance belongs.
- eni
Id 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.
- ipv4Eip
Address string - Public IPv4 EIP address of the NLB instance.
- ipv4Eip
Id string - Public IPv4 EIP ID of the NLB instance.
- ipv4Hc
Status string - Health status of the NLB instance's private IPv4 address. Healthy: healthy. Unhealthy: abnormal.
- ipv4Local
Addresses string[] - Private IPv4 LIP address of the NLB instance.
- ipv6Address string
- Private IPv6 VIP address of the NLB instance.
- ipv6Eip
Id string - ID of the IPv6 public bandwidth associated with the NLB instance.
- ipv6Hc
Status string - Health status of the NLB instance's private IPv6 address. Healthy: healthy. Unhealthy: abnormal.
- ipv6Local
Addresses string[] - Private IPv6 LIP address of the NLB instance.
- subnet
Id string - Subnet ID to which the NLB instance belongs.
- zone
Id 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_ straddress - Public IPv4 EIP address of the NLB instance.
- ipv4_
eip_ strid - Public IPv4 EIP ID of the NLB instance.
- ipv4_
hc_ strstatus - Health status of the NLB instance's private IPv4 address. Healthy: healthy. Unhealthy: abnormal.
- ipv4_
local_ Sequence[str]addresses - Private IPv4 LIP address of the NLB instance.
- ipv6_
address str - Private IPv6 VIP address of the NLB instance.
- ipv6_
eip_ strid - ID of the IPv6 public bandwidth associated with the NLB instance.
- ipv6_
hc_ strstatus - Health status of the NLB instance's private IPv6 address. Healthy: healthy. Unhealthy: abnormal.
- ipv6_
local_ Sequence[str]addresses - 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.
- eni
Id 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.
- ipv4Eip
Address String - Public IPv4 EIP address of the NLB instance.
- ipv4Eip
Id String - Public IPv4 EIP ID of the NLB instance.
- ipv4Hc
Status String - Health status of the NLB instance's private IPv4 address. Healthy: healthy. Unhealthy: abnormal.
- ipv4Local
Addresses List<String> - Private IPv4 LIP address of the NLB instance.
- ipv6Address String
- Private IPv6 VIP address of the NLB instance.
- ipv6Eip
Id String - ID of the IPv6 public bandwidth associated with the NLB instance.
- ipv6Hc
Status String - Health status of the NLB instance's private IPv6 address. Healthy: healthy. Unhealthy: abnormal.
- ipv6Local
Addresses List<String> - Private IPv6 LIP address of the NLB instance.
- subnet
Id String - Subnet ID to which the NLB instance belongs.
- zone
Id 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
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
