1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. vpc
  6. getEni
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::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 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.

    getEni Result

    The following output properties are available:

    AccountId string
    NIC owner ID
    CreatedTime string
    NIC creation time
    DeleteOnTermination bool
    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.
    InstanceId string
    ID of the instance bound to the NIC. If the NIC is not attached or the ServiceManaged parameter is true, InstanceId returns empty
    Ipv6AddressCount 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].
    MacAddress string
    MAC address of the network interface.
    NetworkInterfaceId string
    Network interface ID.
    NetworkInterfaceName string
    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
    PortSecurityEnabled bool
    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)
    PrimaryIpAddress Volcengine.GetEniPrimaryIpAddress
    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.
    PrivateIpSets List<Volcengine.GetEniPrivateIpSet>
    List of private IPv4 addresses for the network interface.
    ProjectName string
    Name of the project to which the NIC belongs
    SecondaryPrivateIpAddressCount int
    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.
    SecurityGroupIds List<string>
    ID of one or more security groups joined by the auxiliary network interface.
    ServiceManaged 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.
    SubnetId string
    ID of the subnet where the auxiliary network interface resides.
    Tags List<Volcengine.GetEniTag>
    Tags.
    Type string
    NIC type. primary: primary NIC, secondary: secondary NIC
    UpdatedTime string
    NIC update time
    VpcId string
    ID of the VPC to which the network interface belongs.
    VpcName string
    Name of the VPC to which the NIC belongs
    ZoneId string
    ID of the availability zone to which the network interface belongs.
    AccountId string
    NIC owner ID
    CreatedTime string
    NIC creation time
    DeleteOnTermination bool
    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.
    InstanceId string
    ID of the instance bound to the NIC. If the NIC is not attached or the ServiceManaged parameter is true, InstanceId returns empty
    Ipv6AddressCount 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].
    MacAddress string
    MAC address of the network interface.
    NetworkInterfaceId string
    Network interface ID.
    NetworkInterfaceName string
    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
    PortSecurityEnabled bool
    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)
    PrimaryIpAddress GetEniPrimaryIpAddress
    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.
    PrivateIpSets []GetEniPrivateIpSet
    List of private IPv4 addresses for the network interface.
    ProjectName string
    Name of the project to which the NIC belongs
    SecondaryPrivateIpAddressCount int
    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.
    SecurityGroupIds []string
    ID of one or more security groups joined by the auxiliary network interface.
    ServiceManaged 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.
    SubnetId string
    ID of the subnet where the auxiliary network interface resides.
    Tags []GetEniTag
    Tags.
    Type string
    NIC type. primary: primary NIC, secondary: secondary NIC
    UpdatedTime string
    NIC update time
    VpcId string
    ID of the VPC to which the network interface belongs.
    VpcName string
    Name of the VPC to which the NIC belongs
    ZoneId string
    ID of the availability zone to which the network interface belongs.
    accountId String
    NIC owner ID
    createdTime String
    NIC creation time
    deleteOnTermination Boolean
    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.
    instanceId String
    ID of the instance bound to the NIC. If the NIC is not attached or the ServiceManaged parameter is true, InstanceId returns empty
    ipv6AddressCount 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].
    macAddress String
    MAC address of the network interface.
    networkInterfaceId String
    Network interface ID.
    networkInterfaceName String
    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
    portSecurityEnabled Boolean
    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)
    primaryIpAddress GetEniPrimaryIpAddress
    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.
    privateIpSets List<GetEniPrivateIpSet>
    List of private IPv4 addresses for the network interface.
    projectName String
    Name of the project to which the NIC belongs
    secondaryPrivateIpAddressCount Integer
    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.
    securityGroupIds List<String>
    ID of one or more security groups joined by the auxiliary network interface.
    serviceManaged 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.
    subnetId String
    ID of the subnet where the auxiliary network interface resides.
    tags List<GetEniTag>
    Tags.
    type String
    NIC type. primary: primary NIC, secondary: secondary NIC
    updatedTime String
    NIC update time
    vpcId String
    ID of the VPC to which the network interface belongs.
    vpcName String
    Name of the VPC to which the NIC belongs
    zoneId String
    ID of the availability zone to which the network interface belongs.
    accountId string
    NIC owner ID
    createdTime string
    NIC creation time
    deleteOnTermination boolean
    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.
    instanceId string
    ID of the instance bound to the NIC. If the NIC is not attached or the ServiceManaged parameter is true, InstanceId returns empty
    ipv6AddressCount 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].
    macAddress string
    MAC address of the network interface.
    networkInterfaceId string
    Network interface ID.
    networkInterfaceName string
    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
    portSecurityEnabled boolean
    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)
    primaryIpAddress GetEniPrimaryIpAddress
    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.
    privateIpSets GetEniPrivateIpSet[]
    List of private IPv4 addresses for the network interface.
    projectName string
    Name of the project to which the NIC belongs
    secondaryPrivateIpAddressCount number
    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.
    securityGroupIds string[]
    ID of one or more security groups joined by the auxiliary network interface.
    serviceManaged 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.
    subnetId string
    ID of the subnet where the auxiliary network interface resides.
    tags GetEniTag[]
    Tags.
    type string
    NIC type. primary: primary NIC, secondary: secondary NIC
    updatedTime string
    NIC update time
    vpcId string
    ID of the VPC to which the network interface belongs.
    vpcName string
    Name of the VPC to which the NIC belongs
    zoneId 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_termination bool
    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_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.
    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_id str
    Network interface ID.
    network_interface_name str
    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_enabled bool
    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_address GetEniPrimaryIpAddress
    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_sets Sequence[GetEniPrivateIpSet]
    List of private IPv4 addresses for the network interface.
    project_name str
    Name of the project to which the NIC belongs
    secondary_private_ip_address_count int
    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_ids Sequence[str]
    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.
    tags Sequence[GetEniTag]
    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.
    accountId String
    NIC owner ID
    createdTime String
    NIC creation time
    deleteOnTermination Boolean
    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.
    instanceId String
    ID of the instance bound to the NIC. If the NIC is not attached or the ServiceManaged parameter is true, InstanceId returns empty
    ipv6AddressCount 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].
    macAddress String
    MAC address of the network interface.
    networkInterfaceId String
    Network interface ID.
    networkInterfaceName String
    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
    portSecurityEnabled Boolean
    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)
    primaryIpAddress Property Map
    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.
    privateIpSets List<Property Map>
    List of private IPv4 addresses for the network interface.
    projectName String
    Name of the project to which the NIC belongs
    secondaryPrivateIpAddressCount Number
    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.
    securityGroupIds List<String>
    ID of one or more security groups joined by the auxiliary network interface.
    serviceManaged 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.
    subnetId String
    ID of the subnet where the auxiliary network interface resides.
    tags List<Property Map>
    Tags.
    type String
    NIC type. primary: primary NIC, secondary: secondary NIC
    updatedTime String
    NIC update time
    vpcId String
    ID of the VPC to which the network interface belongs.
    vpcName String
    Name of the VPC to which the NIC belongs
    zoneId String
    ID of the availability zone to which the network interface belongs.

    Supporting Types

    GetEniPrimaryIpAddress

    AssociatedElasticIp Volcengine.GetEniPrimaryIpAddressAssociatedElasticIp
    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.
    PrivateIpAddress string
    Private IP address of the network interface.
    AssociatedElasticIp GetEniPrimaryIpAddressAssociatedElasticIp
    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.
    PrivateIpAddress string
    Private IP address of the network interface.
    associatedElasticIp GetEniPrimaryIpAddressAssociatedElasticIp
    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.
    privateIpAddress String
    Private IP address of the network interface.
    associatedElasticIp GetEniPrimaryIpAddressAssociatedElasticIp
    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.
    privateIpAddress string
    Private IP address of the network interface.
    associated_elastic_ip GetEniPrimaryIpAddressAssociatedElasticIp
    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_address str
    Private IP address of the network interface.
    associatedElasticIp Property Map
    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.
    privateIpAddress String
    Private IP address of the network interface.

    GetEniPrimaryIpAddressAssociatedElasticIp

    AllocationId string
    Public IP ID
    EipAddress string
    Public IP address
    ReleaseWithInstance bool
    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
    AllocationId string
    Public IP ID
    EipAddress string
    Public IP address
    ReleaseWithInstance bool
    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
    allocationId String
    Public IP ID
    eipAddress String
    Public IP address
    releaseWithInstance Boolean
    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
    allocationId string
    Public IP ID
    eipAddress string
    Public IP address
    releaseWithInstance boolean
    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_instance bool
    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
    allocationId String
    Public IP ID
    eipAddress String
    Public IP address
    releaseWithInstance Boolean
    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

    AssociatedElasticIp Volcengine.GetEniPrivateIpSetAssociatedElasticIp
    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.
    PrivateIpAddress string
    Private IP address of the network interface.
    AssociatedElasticIp GetEniPrivateIpSetAssociatedElasticIp
    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.
    PrivateIpAddress string
    Private IP address of the network interface.
    associatedElasticIp GetEniPrivateIpSetAssociatedElasticIp
    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.
    privateIpAddress String
    Private IP address of the network interface.
    associatedElasticIp GetEniPrivateIpSetAssociatedElasticIp
    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.
    privateIpAddress string
    Private IP address of the network interface.
    associated_elastic_ip GetEniPrivateIpSetAssociatedElasticIp
    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_address str
    Private IP address of the network interface.
    associatedElasticIp Property Map
    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.
    privateIpAddress String
    Private IP address of the network interface.

    GetEniPrivateIpSetAssociatedElasticIp

    AllocationId string
    Public IP ID
    EipAddress string
    Public IP address
    ReleaseWithInstance bool
    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
    AllocationId string
    Public IP ID
    EipAddress string
    Public IP address
    ReleaseWithInstance bool
    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
    allocationId String
    Public IP ID
    eipAddress String
    Public IP address
    releaseWithInstance Boolean
    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
    allocationId string
    Public IP ID
    eipAddress string
    Public IP address
    releaseWithInstance boolean
    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_instance bool
    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
    allocationId String
    Public IP ID
    eipAddress String
    Public IP address
    releaseWithInstance Boolean
    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

    Key string
    Tag key for the user tag.
    Value string
    Tag value for the user tag.
    Key string
    Tag key for the user tag.
    Value string
    Tag value for the user tag.
    key String
    Tag key for the user tag.
    value String
    Tag value for the user tag.
    key string
    Tag key for the user tag.
    value string
    Tag value for the user tag.
    key str
    Tag key for the user tag.
    value str
    Tag value for the user tag.
    key String
    Tag key for the user tag.
    value String
    Tag value for the user tag.

    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.