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::VPC::ENI
Using getEni
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 getEni(args: GetEniArgs, opts?: InvokeOptions): Promise<GetEniResult>
function getEniOutput(args: GetEniOutputArgs, opts?: InvokeOptions): Output<GetEniResult>def get_eni(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetEniResult
def get_eni_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetEniResult]func LookupEni(ctx *Context, args *LookupEniArgs, opts ...InvokeOption) (*LookupEniResult, error)
func LookupEniOutput(ctx *Context, args *LookupEniOutputArgs, opts ...InvokeOption) LookupEniResultOutput> Note: This function is named LookupEni in the Go SDK.
public static class GetEni
{
public static Task<GetEniResult> InvokeAsync(GetEniArgs args, InvokeOptions? opts = null)
public static Output<GetEniResult> Invoke(GetEniInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetEniResult> getEni(GetEniArgs args, InvokeOptions options)
public static Output<GetEniResult> getEni(GetEniArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:vpc/getEni:getEni
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.
getEni Result
The following output properties are available:
- Account
Id string - NIC owner ID
- Created
Time string - NIC creation time
- Delete
On boolTermination - Enable release with cloud server instance deletion. true to enable, false to disable
- Description string
- Description for the auxiliary network interface. Length limit: 0–255 characters. Must start with a letter, Chinese character, or number. Allowed characters include English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). If not specified, defaults to an empty string.
- Id string
- Uniquely identifies the resource.
- Instance
Id string - ID of the instance bound to the NIC. If the NIC is not attached or the ServiceManaged parameter is true, InstanceId returns empty
- Ipv6Address
Count int - Number of private IPv6 addresses assigned to the network interface. When this parameter is specified, the system automatically assigns the corresponding number of available private IPv6 addresses from the subnet to which the network interface belongs. Cannot be used together with IPv6Sets during creation.
- Ipv6Sets List<string>
- IPv6 address list of the network interface, for example [2408::153:3921:XX:XX:7b12:1c5f, 2408:4008:2cf:XX:XX:dd1e:2a22:5ddf].
- Mac
Address string - MAC address of the network interface.
- Network
Interface stringId - Network interface ID.
- Network
Interface stringName - NIC name. Length must be between 1 and 128 characters, starting with a letter, Chinese character, or number. Can include periods (.), underscores (_), and hyphens (-). If not specified, defaults to the ID of the secondary NIC
- Port
Security boolEnabled - Enable source/destination address check for the NIC. When enabled, the system automatically blocks traffic whose source or destination address does not match the current NIC. true to enable, false to disable (default)
- Primary
Ip Volcengine.Address Get Eni Primary Ip Address - Primary private IPv4 address of the network interface. Address modification is not supported, but you can modify the public IP. If specified, it must be an available private IPv4 address in the corresponding subnet. If not specified, an available private IPv4 address will be automatically assigned from the corresponding subnet. For example: 192.XX.XX.10.
- Private
Ip List<Volcengine.Sets Get Eni Private Ip Set> - List of private IPv4 addresses for the network interface.
- Project
Name string - Name of the project to which the NIC belongs
- Secondary
Private intIp Address Count - Number of auxiliary private IPv4 addresses automatically assigned to the auxiliary network interface. Value range: 1–49. Cannot be used together with PrivateIpSets during creation.
- Security
Group List<string>Ids - ID of one or more security groups joined by the auxiliary network interface.
- Service
Managed bool - Indicates whether this is an official service network interface. true for yes, false for no.
- Status string
- Binding status of the network interface. Creating: In progress. Available: Not attached. Attaching: In progress. InUse: Attached. Detaching: In progress. Deleting: In progress.
- Subnet
Id string - ID of the subnet where the auxiliary network interface resides.
-
List<Volcengine.
Get Eni Tag> - Tags.
- Type string
- NIC type. primary: primary NIC, secondary: secondary NIC
- Updated
Time string - NIC update time
- Vpc
Id string - ID of the VPC to which the network interface belongs.
- Vpc
Name string - Name of the VPC to which the NIC belongs
- Zone
Id string - ID of the availability zone to which the network interface belongs.
- Account
Id string - NIC owner ID
- Created
Time string - NIC creation time
- Delete
On boolTermination - Enable release with cloud server instance deletion. true to enable, false to disable
- Description string
- Description for the auxiliary network interface. Length limit: 0–255 characters. Must start with a letter, Chinese character, or number. Allowed characters include English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). If not specified, defaults to an empty string.
- Id string
- Uniquely identifies the resource.
- Instance
Id string - ID of the instance bound to the NIC. If the NIC is not attached or the ServiceManaged parameter is true, InstanceId returns empty
- Ipv6Address
Count int - Number of private IPv6 addresses assigned to the network interface. When this parameter is specified, the system automatically assigns the corresponding number of available private IPv6 addresses from the subnet to which the network interface belongs. Cannot be used together with IPv6Sets during creation.
- Ipv6Sets []string
- IPv6 address list of the network interface, for example [2408::153:3921:XX:XX:7b12:1c5f, 2408:4008:2cf:XX:XX:dd1e:2a22:5ddf].
- Mac
Address string - MAC address of the network interface.
- Network
Interface stringId - Network interface ID.
- Network
Interface stringName - NIC name. Length must be between 1 and 128 characters, starting with a letter, Chinese character, or number. Can include periods (.), underscores (_), and hyphens (-). If not specified, defaults to the ID of the secondary NIC
- Port
Security boolEnabled - Enable source/destination address check for the NIC. When enabled, the system automatically blocks traffic whose source or destination address does not match the current NIC. true to enable, false to disable (default)
- Primary
Ip GetAddress Eni Primary Ip Address - Primary private IPv4 address of the network interface. Address modification is not supported, but you can modify the public IP. If specified, it must be an available private IPv4 address in the corresponding subnet. If not specified, an available private IPv4 address will be automatically assigned from the corresponding subnet. For example: 192.XX.XX.10.
- Private
Ip []GetSets Eni Private Ip Set - List of private IPv4 addresses for the network interface.
- Project
Name string - Name of the project to which the NIC belongs
- Secondary
Private intIp Address Count - Number of auxiliary private IPv4 addresses automatically assigned to the auxiliary network interface. Value range: 1–49. Cannot be used together with PrivateIpSets during creation.
- Security
Group []stringIds - ID of one or more security groups joined by the auxiliary network interface.
- Service
Managed bool - Indicates whether this is an official service network interface. true for yes, false for no.
- Status string
- Binding status of the network interface. Creating: In progress. Available: Not attached. Attaching: In progress. InUse: Attached. Detaching: In progress. Deleting: In progress.
- Subnet
Id string - ID of the subnet where the auxiliary network interface resides.
-
[]Get
Eni Tag - Tags.
- Type string
- NIC type. primary: primary NIC, secondary: secondary NIC
- Updated
Time string - NIC update time
- Vpc
Id string - ID of the VPC to which the network interface belongs.
- Vpc
Name string - Name of the VPC to which the NIC belongs
- Zone
Id string - ID of the availability zone to which the network interface belongs.
- account
Id String - NIC owner ID
- created
Time String - NIC creation time
- delete
On BooleanTermination - Enable release with cloud server instance deletion. true to enable, false to disable
- description String
- Description for the auxiliary network interface. Length limit: 0–255 characters. Must start with a letter, Chinese character, or number. Allowed characters include English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). If not specified, defaults to an empty string.
- id String
- Uniquely identifies the resource.
- instance
Id String - ID of the instance bound to the NIC. If the NIC is not attached or the ServiceManaged parameter is true, InstanceId returns empty
- ipv6Address
Count Integer - Number of private IPv6 addresses assigned to the network interface. When this parameter is specified, the system automatically assigns the corresponding number of available private IPv6 addresses from the subnet to which the network interface belongs. Cannot be used together with IPv6Sets during creation.
- ipv6Sets List<String>
- IPv6 address list of the network interface, for example [2408::153:3921:XX:XX:7b12:1c5f, 2408:4008:2cf:XX:XX:dd1e:2a22:5ddf].
- mac
Address String - MAC address of the network interface.
- network
Interface StringId - Network interface ID.
- network
Interface StringName - NIC name. Length must be between 1 and 128 characters, starting with a letter, Chinese character, or number. Can include periods (.), underscores (_), and hyphens (-). If not specified, defaults to the ID of the secondary NIC
- port
Security BooleanEnabled - Enable source/destination address check for the NIC. When enabled, the system automatically blocks traffic whose source or destination address does not match the current NIC. true to enable, false to disable (default)
- primary
Ip GetAddress Eni Primary Ip Address - Primary private IPv4 address of the network interface. Address modification is not supported, but you can modify the public IP. If specified, it must be an available private IPv4 address in the corresponding subnet. If not specified, an available private IPv4 address will be automatically assigned from the corresponding subnet. For example: 192.XX.XX.10.
- private
Ip List<GetSets Eni Private Ip Set> - List of private IPv4 addresses for the network interface.
- project
Name String - Name of the project to which the NIC belongs
- secondary
Private IntegerIp Address Count - Number of auxiliary private IPv4 addresses automatically assigned to the auxiliary network interface. Value range: 1–49. Cannot be used together with PrivateIpSets during creation.
- security
Group List<String>Ids - ID of one or more security groups joined by the auxiliary network interface.
- service
Managed Boolean - Indicates whether this is an official service network interface. true for yes, false for no.
- status String
- Binding status of the network interface. Creating: In progress. Available: Not attached. Attaching: In progress. InUse: Attached. Detaching: In progress. Deleting: In progress.
- subnet
Id String - ID of the subnet where the auxiliary network interface resides.
-
List<Get
Eni Tag> - Tags.
- type String
- NIC type. primary: primary NIC, secondary: secondary NIC
- updated
Time String - NIC update time
- vpc
Id String - ID of the VPC to which the network interface belongs.
- vpc
Name String - Name of the VPC to which the NIC belongs
- zone
Id String - ID of the availability zone to which the network interface belongs.
- account
Id string - NIC owner ID
- created
Time string - NIC creation time
- delete
On booleanTermination - Enable release with cloud server instance deletion. true to enable, false to disable
- description string
- Description for the auxiliary network interface. Length limit: 0–255 characters. Must start with a letter, Chinese character, or number. Allowed characters include English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). If not specified, defaults to an empty string.
- id string
- Uniquely identifies the resource.
- instance
Id string - ID of the instance bound to the NIC. If the NIC is not attached or the ServiceManaged parameter is true, InstanceId returns empty
- ipv6Address
Count number - Number of private IPv6 addresses assigned to the network interface. When this parameter is specified, the system automatically assigns the corresponding number of available private IPv6 addresses from the subnet to which the network interface belongs. Cannot be used together with IPv6Sets during creation.
- ipv6Sets string[]
- IPv6 address list of the network interface, for example [2408::153:3921:XX:XX:7b12:1c5f, 2408:4008:2cf:XX:XX:dd1e:2a22:5ddf].
- mac
Address string - MAC address of the network interface.
- network
Interface stringId - Network interface ID.
- network
Interface stringName - NIC name. Length must be between 1 and 128 characters, starting with a letter, Chinese character, or number. Can include periods (.), underscores (_), and hyphens (-). If not specified, defaults to the ID of the secondary NIC
- port
Security booleanEnabled - Enable source/destination address check for the NIC. When enabled, the system automatically blocks traffic whose source or destination address does not match the current NIC. true to enable, false to disable (default)
- primary
Ip GetAddress Eni Primary Ip Address - Primary private IPv4 address of the network interface. Address modification is not supported, but you can modify the public IP. If specified, it must be an available private IPv4 address in the corresponding subnet. If not specified, an available private IPv4 address will be automatically assigned from the corresponding subnet. For example: 192.XX.XX.10.
- private
Ip GetSets Eni Private Ip Set[] - List of private IPv4 addresses for the network interface.
- project
Name string - Name of the project to which the NIC belongs
- secondary
Private numberIp Address Count - Number of auxiliary private IPv4 addresses automatically assigned to the auxiliary network interface. Value range: 1–49. Cannot be used together with PrivateIpSets during creation.
- security
Group string[]Ids - ID of one or more security groups joined by the auxiliary network interface.
- service
Managed boolean - Indicates whether this is an official service network interface. true for yes, false for no.
- status string
- Binding status of the network interface. Creating: In progress. Available: Not attached. Attaching: In progress. InUse: Attached. Detaching: In progress. Deleting: In progress.
- subnet
Id string - ID of the subnet where the auxiliary network interface resides.
-
Get
Eni Tag[] - Tags.
- type string
- NIC type. primary: primary NIC, secondary: secondary NIC
- updated
Time string - NIC update time
- vpc
Id string - ID of the VPC to which the network interface belongs.
- vpc
Name string - Name of the VPC to which the NIC belongs
- zone
Id string - ID of the availability zone to which the network interface belongs.
- account_
id str - NIC owner ID
- created_
time str - NIC creation time
- delete_
on_ booltermination - Enable release with cloud server instance deletion. true to enable, false to disable
- description str
- Description for the auxiliary network interface. Length limit: 0–255 characters. Must start with a letter, Chinese character, or number. Allowed characters include English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). If not specified, defaults to an empty string.
- id str
- Uniquely identifies the resource.
- instance_
id str - ID of the instance bound to the NIC. If the NIC is not attached or the ServiceManaged parameter is true, InstanceId returns empty
- ipv6_
address_ intcount - Number of private IPv6 addresses assigned to the network interface. When this parameter is specified, the system automatically assigns the corresponding number of available private IPv6 addresses from the subnet to which the network interface belongs. Cannot be used together with IPv6Sets during creation.
- ipv6_
sets Sequence[str] - IPv6 address list of the network interface, for example [2408::153:3921:XX:XX:7b12:1c5f, 2408:4008:2cf:XX:XX:dd1e:2a22:5ddf].
- mac_
address str - MAC address of the network interface.
- network_
interface_ strid - Network interface ID.
- network_
interface_ strname - NIC name. Length must be between 1 and 128 characters, starting with a letter, Chinese character, or number. Can include periods (.), underscores (_), and hyphens (-). If not specified, defaults to the ID of the secondary NIC
- port_
security_ boolenabled - Enable source/destination address check for the NIC. When enabled, the system automatically blocks traffic whose source or destination address does not match the current NIC. true to enable, false to disable (default)
- primary_
ip_ Getaddress Eni Primary Ip Address - Primary private IPv4 address of the network interface. Address modification is not supported, but you can modify the public IP. If specified, it must be an available private IPv4 address in the corresponding subnet. If not specified, an available private IPv4 address will be automatically assigned from the corresponding subnet. For example: 192.XX.XX.10.
- private_
ip_ Sequence[Getsets Eni Private Ip Set] - List of private IPv4 addresses for the network interface.
- project_
name str - Name of the project to which the NIC belongs
- secondary_
private_ intip_ address_ count - Number of auxiliary private IPv4 addresses automatically assigned to the auxiliary network interface. Value range: 1–49. Cannot be used together with PrivateIpSets during creation.
- security_
group_ Sequence[str]ids - ID of one or more security groups joined by the auxiliary network interface.
- service_
managed bool - Indicates whether this is an official service network interface. true for yes, false for no.
- status str
- Binding status of the network interface. Creating: In progress. Available: Not attached. Attaching: In progress. InUse: Attached. Detaching: In progress. Deleting: In progress.
- subnet_
id str - ID of the subnet where the auxiliary network interface resides.
-
Sequence[Get
Eni Tag] - Tags.
- type str
- NIC type. primary: primary NIC, secondary: secondary NIC
- updated_
time str - NIC update time
- vpc_
id str - ID of the VPC to which the network interface belongs.
- vpc_
name str - Name of the VPC to which the NIC belongs
- zone_
id str - ID of the availability zone to which the network interface belongs.
- account
Id String - NIC owner ID
- created
Time String - NIC creation time
- delete
On BooleanTermination - Enable release with cloud server instance deletion. true to enable, false to disable
- description String
- Description for the auxiliary network interface. Length limit: 0–255 characters. Must start with a letter, Chinese character, or number. Allowed characters include English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). If not specified, defaults to an empty string.
- id String
- Uniquely identifies the resource.
- instance
Id String - ID of the instance bound to the NIC. If the NIC is not attached or the ServiceManaged parameter is true, InstanceId returns empty
- ipv6Address
Count Number - Number of private IPv6 addresses assigned to the network interface. When this parameter is specified, the system automatically assigns the corresponding number of available private IPv6 addresses from the subnet to which the network interface belongs. Cannot be used together with IPv6Sets during creation.
- ipv6Sets List<String>
- IPv6 address list of the network interface, for example [2408::153:3921:XX:XX:7b12:1c5f, 2408:4008:2cf:XX:XX:dd1e:2a22:5ddf].
- mac
Address String - MAC address of the network interface.
- network
Interface StringId - Network interface ID.
- network
Interface StringName - NIC name. Length must be between 1 and 128 characters, starting with a letter, Chinese character, or number. Can include periods (.), underscores (_), and hyphens (-). If not specified, defaults to the ID of the secondary NIC
- port
Security BooleanEnabled - Enable source/destination address check for the NIC. When enabled, the system automatically blocks traffic whose source or destination address does not match the current NIC. true to enable, false to disable (default)
- primary
Ip Property MapAddress - Primary private IPv4 address of the network interface. Address modification is not supported, but you can modify the public IP. If specified, it must be an available private IPv4 address in the corresponding subnet. If not specified, an available private IPv4 address will be automatically assigned from the corresponding subnet. For example: 192.XX.XX.10.
- private
Ip List<Property Map>Sets - List of private IPv4 addresses for the network interface.
- project
Name String - Name of the project to which the NIC belongs
- secondary
Private NumberIp Address Count - Number of auxiliary private IPv4 addresses automatically assigned to the auxiliary network interface. Value range: 1–49. Cannot be used together with PrivateIpSets during creation.
- security
Group List<String>Ids - ID of one or more security groups joined by the auxiliary network interface.
- service
Managed Boolean - Indicates whether this is an official service network interface. true for yes, false for no.
- status String
- Binding status of the network interface. Creating: In progress. Available: Not attached. Attaching: In progress. InUse: Attached. Detaching: In progress. Deleting: In progress.
- subnet
Id String - ID of the subnet where the auxiliary network interface resides.
- List<Property Map>
- Tags.
- type String
- NIC type. primary: primary NIC, secondary: secondary NIC
- updated
Time String - NIC update time
- vpc
Id String - ID of the VPC to which the network interface belongs.
- vpc
Name String - Name of the VPC to which the NIC belongs
- zone
Id String - ID of the availability zone to which the network interface belongs.
Supporting Types
GetEniPrimaryIpAddress
- Associated
Elastic Volcengine.Ip Get Eni Primary Ip Address Associated Elastic Ip - Information about the public IP associated with the primary private IPv4 address of the network interface.
- Primary bool
- Indicates whether this is the primary private IPv4 address.
- Private
Ip stringAddress - Private IP address of the network interface.
- Associated
Elastic GetIp Eni Primary Ip Address Associated Elastic Ip - Information about the public IP associated with the primary private IPv4 address of the network interface.
- Primary bool
- Indicates whether this is the primary private IPv4 address.
- Private
Ip stringAddress - Private IP address of the network interface.
- associated
Elastic GetIp Eni Primary Ip Address Associated Elastic Ip - Information about the public IP associated with the primary private IPv4 address of the network interface.
- primary Boolean
- Indicates whether this is the primary private IPv4 address.
- private
Ip StringAddress - Private IP address of the network interface.
- associated
Elastic GetIp Eni Primary Ip Address Associated Elastic Ip - Information about the public IP associated with the primary private IPv4 address of the network interface.
- primary boolean
- Indicates whether this is the primary private IPv4 address.
- private
Ip stringAddress - Private IP address of the network interface.
- associated_
elastic_ Getip Eni Primary Ip Address Associated Elastic Ip - Information about the public IP associated with the primary private IPv4 address of the network interface.
- primary bool
- Indicates whether this is the primary private IPv4 address.
- private_
ip_ straddress - Private IP address of the network interface.
- associated
Elastic Property MapIp - Information about the public IP associated with the primary private IPv4 address of the network interface.
- primary Boolean
- Indicates whether this is the primary private IPv4 address.
- private
Ip StringAddress - Private IP address of the network interface.
GetEniPrimaryIpAddressAssociatedElasticIp
- Allocation
Id string - Public IP ID
- Eip
Address string - Public IP address
- Release
With boolInstance - Whether the public IP is released when the cloud server instance is deleted. Only pay-as-you-go public IPs bound to the primary NIC's primary private IP are valid. When enabled, if the cloud server instance is automatically reclaimed by the system (24 hours after unsubscription, upon expiration, or due to overdue payment) or deleted via the DeleteInstances API, the public IP is released along with the instance. true: yes, false: no
- Allocation
Id string - Public IP ID
- Eip
Address string - Public IP address
- Release
With boolInstance - Whether the public IP is released when the cloud server instance is deleted. Only pay-as-you-go public IPs bound to the primary NIC's primary private IP are valid. When enabled, if the cloud server instance is automatically reclaimed by the system (24 hours after unsubscription, upon expiration, or due to overdue payment) or deleted via the DeleteInstances API, the public IP is released along with the instance. true: yes, false: no
- allocation
Id String - Public IP ID
- eip
Address String - Public IP address
- release
With BooleanInstance - Whether the public IP is released when the cloud server instance is deleted. Only pay-as-you-go public IPs bound to the primary NIC's primary private IP are valid. When enabled, if the cloud server instance is automatically reclaimed by the system (24 hours after unsubscription, upon expiration, or due to overdue payment) or deleted via the DeleteInstances API, the public IP is released along with the instance. true: yes, false: no
- allocation
Id string - Public IP ID
- eip
Address string - Public IP address
- release
With booleanInstance - Whether the public IP is released when the cloud server instance is deleted. Only pay-as-you-go public IPs bound to the primary NIC's primary private IP are valid. When enabled, if the cloud server instance is automatically reclaimed by the system (24 hours after unsubscription, upon expiration, or due to overdue payment) or deleted via the DeleteInstances API, the public IP is released along with the instance. true: yes, false: no
- allocation_
id str - Public IP ID
- eip_
address str - Public IP address
- release_
with_ boolinstance - Whether the public IP is released when the cloud server instance is deleted. Only pay-as-you-go public IPs bound to the primary NIC's primary private IP are valid. When enabled, if the cloud server instance is automatically reclaimed by the system (24 hours after unsubscription, upon expiration, or due to overdue payment) or deleted via the DeleteInstances API, the public IP is released along with the instance. true: yes, false: no
- allocation
Id String - Public IP ID
- eip
Address String - Public IP address
- release
With BooleanInstance - Whether the public IP is released when the cloud server instance is deleted. Only pay-as-you-go public IPs bound to the primary NIC's primary private IP are valid. When enabled, if the cloud server instance is automatically reclaimed by the system (24 hours after unsubscription, upon expiration, or due to overdue payment) or deleted via the DeleteInstances API, the public IP is released along with the instance. true: yes, false: no
GetEniPrivateIpSet
- Associated
Elastic Volcengine.Ip Get Eni Private Ip Set Associated Elastic Ip - Information about the public IP associated with the primary private IPv4 address of the network interface.
- Primary bool
- Indicates whether this is the primary private IPv4 address.
- Private
Ip stringAddress - Private IP address of the network interface.
- Associated
Elastic GetIp Eni Private Ip Set Associated Elastic Ip - Information about the public IP associated with the primary private IPv4 address of the network interface.
- Primary bool
- Indicates whether this is the primary private IPv4 address.
- Private
Ip stringAddress - Private IP address of the network interface.
- associated
Elastic GetIp Eni Private Ip Set Associated Elastic Ip - Information about the public IP associated with the primary private IPv4 address of the network interface.
- primary Boolean
- Indicates whether this is the primary private IPv4 address.
- private
Ip StringAddress - Private IP address of the network interface.
- associated
Elastic GetIp Eni Private Ip Set Associated Elastic Ip - Information about the public IP associated with the primary private IPv4 address of the network interface.
- primary boolean
- Indicates whether this is the primary private IPv4 address.
- private
Ip stringAddress - Private IP address of the network interface.
- associated_
elastic_ Getip Eni Private Ip Set Associated Elastic Ip - Information about the public IP associated with the primary private IPv4 address of the network interface.
- primary bool
- Indicates whether this is the primary private IPv4 address.
- private_
ip_ straddress - Private IP address of the network interface.
- associated
Elastic Property MapIp - Information about the public IP associated with the primary private IPv4 address of the network interface.
- primary Boolean
- Indicates whether this is the primary private IPv4 address.
- private
Ip StringAddress - Private IP address of the network interface.
GetEniPrivateIpSetAssociatedElasticIp
- Allocation
Id string - Public IP ID
- Eip
Address string - Public IP address
- Release
With boolInstance - Whether the public IP is released when the cloud server instance is deleted. Only pay-as-you-go public IPs bound to the primary NIC's primary private IP are valid. When enabled, if the cloud server instance is automatically reclaimed by the system (24 hours after unsubscription, upon expiration, or due to overdue payment) or deleted via the DeleteInstances API, the public IP is released along with the instance. true: yes, false: no
- Allocation
Id string - Public IP ID
- Eip
Address string - Public IP address
- Release
With boolInstance - Whether the public IP is released when the cloud server instance is deleted. Only pay-as-you-go public IPs bound to the primary NIC's primary private IP are valid. When enabled, if the cloud server instance is automatically reclaimed by the system (24 hours after unsubscription, upon expiration, or due to overdue payment) or deleted via the DeleteInstances API, the public IP is released along with the instance. true: yes, false: no
- allocation
Id String - Public IP ID
- eip
Address String - Public IP address
- release
With BooleanInstance - Whether the public IP is released when the cloud server instance is deleted. Only pay-as-you-go public IPs bound to the primary NIC's primary private IP are valid. When enabled, if the cloud server instance is automatically reclaimed by the system (24 hours after unsubscription, upon expiration, or due to overdue payment) or deleted via the DeleteInstances API, the public IP is released along with the instance. true: yes, false: no
- allocation
Id string - Public IP ID
- eip
Address string - Public IP address
- release
With booleanInstance - Whether the public IP is released when the cloud server instance is deleted. Only pay-as-you-go public IPs bound to the primary NIC's primary private IP are valid. When enabled, if the cloud server instance is automatically reclaimed by the system (24 hours after unsubscription, upon expiration, or due to overdue payment) or deleted via the DeleteInstances API, the public IP is released along with the instance. true: yes, false: no
- allocation_
id str - Public IP ID
- eip_
address str - Public IP address
- release_
with_ boolinstance - Whether the public IP is released when the cloud server instance is deleted. Only pay-as-you-go public IPs bound to the primary NIC's primary private IP are valid. When enabled, if the cloud server instance is automatically reclaimed by the system (24 hours after unsubscription, upon expiration, or due to overdue payment) or deleted via the DeleteInstances API, the public IP is released along with the instance. true: yes, false: no
- allocation
Id String - Public IP ID
- eip
Address String - Public IP address
- release
With BooleanInstance - Whether the public IP is released when the cloud server instance is deleted. Only pay-as-you-go public IPs bound to the primary NIC's primary private IP are valid. When enabled, if the cloud server instance is automatically reclaimed by the system (24 hours after unsubscription, upon expiration, or due to overdue payment) or deleted via the DeleteInstances API, the public IP is released along with the instance. true: yes, false: no
GetEniTag
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
