1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. vpn
  6. getVpnGateway
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::VPN::VPNGateway

    Using getVpnGateway

    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 getVpnGateway(args: GetVpnGatewayArgs, opts?: InvokeOptions): Promise<GetVpnGatewayResult>
    function getVpnGatewayOutput(args: GetVpnGatewayOutputArgs, opts?: InvokeOptions): Output<GetVpnGatewayResult>
    def get_vpn_gateway(id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetVpnGatewayResult
    def get_vpn_gateway_output(id: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetVpnGatewayResult]
    func LookupVpnGateway(ctx *Context, args *LookupVpnGatewayArgs, opts ...InvokeOption) (*LookupVpnGatewayResult, error)
    func LookupVpnGatewayOutput(ctx *Context, args *LookupVpnGatewayOutputArgs, opts ...InvokeOption) LookupVpnGatewayResultOutput

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

    public static class GetVpnGateway 
    {
        public static Task<GetVpnGatewayResult> InvokeAsync(GetVpnGatewayArgs args, InvokeOptions? opts = null)
        public static Output<GetVpnGatewayResult> Invoke(GetVpnGatewayInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVpnGatewayResult> getVpnGateway(GetVpnGatewayArgs args, InvokeOptions options)
    public static Output<GetVpnGatewayResult> getVpnGateway(GetVpnGatewayArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcenginecc:vpn/getVpnGateway:getVpnGateway
      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.

    getVpnGateway Result

    The following output properties are available:

    Asn int
    ASN of the VPN gateway.
    Bandwidth int
    VPN gateway bandwidth specification.
    BillingType int
    VPN gateway billing type. 1: Subscription. 2: Pay-as-you-go (fixed specification)
    BusinessStatus string
    VPN gateway billing status. Normal: Normal. FinancialLocked: Locked.
    ConnectionCount int
    Number of IPsec connections associated with the VPN gateway.
    CreateTime string
    Time when the VPN gateway was created.
    DeletedTime string
    Expected resource forced reclaim time.
    Description string
    Description of the VPN gateway.
    DualTunnelEnabled bool
    Whether dual tunnel mode is enabled for the VPN gateway. true: Enabled false: Disabled
    ExpiredTime string
    VPN gateway expiration time.
    Id string
    Uniquely identifies the resource.
    IpAddress string
    VPN gateway public IP address.
    IpStackType string
    VPN gateway protocol type. ipv4only: IPv4 protocol type. ipv6only: IPv6 protocol type. ipv4_ipv6: Dual-stack protocol type.
    IpVersion string
    IP address type of the VPN gateway. ipv4: IPv4 address type. ipv6: IPv6 address type.
    IpsecEnabled bool
    Enable IPSec feature. true: enabled false: disabled
    IsBlocked bool
    Whether the current resource is banned. true: Banned false: Not banned.
    LockReason string
    VPN gateway lock reasons. financial: Locked due to overdue payment. security: Locked for security reasons. unlock: Not locked.
    OverdueTime string
    Resource freeze time. This parameter returns a value only if the resource is frozen due to overdue payment; otherwise, it returns an empty value.
    Period int
    Subscription VPN gateway purchase duration, default is '1'. If PeriodUnit is Month, Period value range: 1–9, 12, 24, 36. If PeriodUnit is Year, Period value range: 1–3.
    PeriodUnit string
    Unit for the purchase duration of subscription-based VPN gateways. Default is 'Month'. Month: month Year: year
    ProjectName string
    Project to which the VPN gateway belongs. If not specified, defaults to 'default', meaning the created resource belongs to the default project. You can call ListProjects to query project information under the current account.
    RouteCount int
    Number of route entries for the VPN gateway.
    SecondaryIpAddress string
    Second public IP address of the VPN gateway. This parameter is returned only for VPN gateway instances in dual tunnel mode; it is not returned for instances in single tunnel mode.
    SecondarySubnetId string
    ID of the second subnet associated with the VPN gateway instance. This parameter is returned only for VPN gateway instances in dual tunnel mode; it is not returned for instances in single tunnel mode.
    SslEnabled bool
    Enable SSL VPN feature. true: enabled false: disabled
    SslMaxConnections int
    Maximum SSL connections for the VPN gateway.
    Status string
    Status of the VPN gateway. Creating: creating Deleting: deleting Pending: configuring Available: available
    SubnetId string
    ID of the subnet to which the port used by the VPN gateway belongs.
    Tags List<Volcengine.GetVpnGatewayTag>
    All tag information added to the VPN gateway.
    UpdateTime string
    VPN gateway update time.
    VpcId string
    VPC ID where the VPN gateway is located.
    VpnGatewayId string
    ID of the VPN gateway.
    VpnGatewayName string
    Name of the VPN gateway.
    Asn int
    ASN of the VPN gateway.
    Bandwidth int
    VPN gateway bandwidth specification.
    BillingType int
    VPN gateway billing type. 1: Subscription. 2: Pay-as-you-go (fixed specification)
    BusinessStatus string
    VPN gateway billing status. Normal: Normal. FinancialLocked: Locked.
    ConnectionCount int
    Number of IPsec connections associated with the VPN gateway.
    CreateTime string
    Time when the VPN gateway was created.
    DeletedTime string
    Expected resource forced reclaim time.
    Description string
    Description of the VPN gateway.
    DualTunnelEnabled bool
    Whether dual tunnel mode is enabled for the VPN gateway. true: Enabled false: Disabled
    ExpiredTime string
    VPN gateway expiration time.
    Id string
    Uniquely identifies the resource.
    IpAddress string
    VPN gateway public IP address.
    IpStackType string
    VPN gateway protocol type. ipv4only: IPv4 protocol type. ipv6only: IPv6 protocol type. ipv4_ipv6: Dual-stack protocol type.
    IpVersion string
    IP address type of the VPN gateway. ipv4: IPv4 address type. ipv6: IPv6 address type.
    IpsecEnabled bool
    Enable IPSec feature. true: enabled false: disabled
    IsBlocked bool
    Whether the current resource is banned. true: Banned false: Not banned.
    LockReason string
    VPN gateway lock reasons. financial: Locked due to overdue payment. security: Locked for security reasons. unlock: Not locked.
    OverdueTime string
    Resource freeze time. This parameter returns a value only if the resource is frozen due to overdue payment; otherwise, it returns an empty value.
    Period int
    Subscription VPN gateway purchase duration, default is '1'. If PeriodUnit is Month, Period value range: 1–9, 12, 24, 36. If PeriodUnit is Year, Period value range: 1–3.
    PeriodUnit string
    Unit for the purchase duration of subscription-based VPN gateways. Default is 'Month'. Month: month Year: year
    ProjectName string
    Project to which the VPN gateway belongs. If not specified, defaults to 'default', meaning the created resource belongs to the default project. You can call ListProjects to query project information under the current account.
    RouteCount int
    Number of route entries for the VPN gateway.
    SecondaryIpAddress string
    Second public IP address of the VPN gateway. This parameter is returned only for VPN gateway instances in dual tunnel mode; it is not returned for instances in single tunnel mode.
    SecondarySubnetId string
    ID of the second subnet associated with the VPN gateway instance. This parameter is returned only for VPN gateway instances in dual tunnel mode; it is not returned for instances in single tunnel mode.
    SslEnabled bool
    Enable SSL VPN feature. true: enabled false: disabled
    SslMaxConnections int
    Maximum SSL connections for the VPN gateway.
    Status string
    Status of the VPN gateway. Creating: creating Deleting: deleting Pending: configuring Available: available
    SubnetId string
    ID of the subnet to which the port used by the VPN gateway belongs.
    Tags []GetVpnGatewayTag
    All tag information added to the VPN gateway.
    UpdateTime string
    VPN gateway update time.
    VpcId string
    VPC ID where the VPN gateway is located.
    VpnGatewayId string
    ID of the VPN gateway.
    VpnGatewayName string
    Name of the VPN gateway.
    asn Integer
    ASN of the VPN gateway.
    bandwidth Integer
    VPN gateway bandwidth specification.
    billingType Integer
    VPN gateway billing type. 1: Subscription. 2: Pay-as-you-go (fixed specification)
    businessStatus String
    VPN gateway billing status. Normal: Normal. FinancialLocked: Locked.
    connectionCount Integer
    Number of IPsec connections associated with the VPN gateway.
    createTime String
    Time when the VPN gateway was created.
    deletedTime String
    Expected resource forced reclaim time.
    description String
    Description of the VPN gateway.
    dualTunnelEnabled Boolean
    Whether dual tunnel mode is enabled for the VPN gateway. true: Enabled false: Disabled
    expiredTime String
    VPN gateway expiration time.
    id String
    Uniquely identifies the resource.
    ipAddress String
    VPN gateway public IP address.
    ipStackType String
    VPN gateway protocol type. ipv4only: IPv4 protocol type. ipv6only: IPv6 protocol type. ipv4_ipv6: Dual-stack protocol type.
    ipVersion String
    IP address type of the VPN gateway. ipv4: IPv4 address type. ipv6: IPv6 address type.
    ipsecEnabled Boolean
    Enable IPSec feature. true: enabled false: disabled
    isBlocked Boolean
    Whether the current resource is banned. true: Banned false: Not banned.
    lockReason String
    VPN gateway lock reasons. financial: Locked due to overdue payment. security: Locked for security reasons. unlock: Not locked.
    overdueTime String
    Resource freeze time. This parameter returns a value only if the resource is frozen due to overdue payment; otherwise, it returns an empty value.
    period Integer
    Subscription VPN gateway purchase duration, default is '1'. If PeriodUnit is Month, Period value range: 1–9, 12, 24, 36. If PeriodUnit is Year, Period value range: 1–3.
    periodUnit String
    Unit for the purchase duration of subscription-based VPN gateways. Default is 'Month'. Month: month Year: year
    projectName String
    Project to which the VPN gateway belongs. If not specified, defaults to 'default', meaning the created resource belongs to the default project. You can call ListProjects to query project information under the current account.
    routeCount Integer
    Number of route entries for the VPN gateway.
    secondaryIpAddress String
    Second public IP address of the VPN gateway. This parameter is returned only for VPN gateway instances in dual tunnel mode; it is not returned for instances in single tunnel mode.
    secondarySubnetId String
    ID of the second subnet associated with the VPN gateway instance. This parameter is returned only for VPN gateway instances in dual tunnel mode; it is not returned for instances in single tunnel mode.
    sslEnabled Boolean
    Enable SSL VPN feature. true: enabled false: disabled
    sslMaxConnections Integer
    Maximum SSL connections for the VPN gateway.
    status String
    Status of the VPN gateway. Creating: creating Deleting: deleting Pending: configuring Available: available
    subnetId String
    ID of the subnet to which the port used by the VPN gateway belongs.
    tags List<GetVpnGatewayTag>
    All tag information added to the VPN gateway.
    updateTime String
    VPN gateway update time.
    vpcId String
    VPC ID where the VPN gateway is located.
    vpnGatewayId String
    ID of the VPN gateway.
    vpnGatewayName String
    Name of the VPN gateway.
    asn number
    ASN of the VPN gateway.
    bandwidth number
    VPN gateway bandwidth specification.
    billingType number
    VPN gateway billing type. 1: Subscription. 2: Pay-as-you-go (fixed specification)
    businessStatus string
    VPN gateway billing status. Normal: Normal. FinancialLocked: Locked.
    connectionCount number
    Number of IPsec connections associated with the VPN gateway.
    createTime string
    Time when the VPN gateway was created.
    deletedTime string
    Expected resource forced reclaim time.
    description string
    Description of the VPN gateway.
    dualTunnelEnabled boolean
    Whether dual tunnel mode is enabled for the VPN gateway. true: Enabled false: Disabled
    expiredTime string
    VPN gateway expiration time.
    id string
    Uniquely identifies the resource.
    ipAddress string
    VPN gateway public IP address.
    ipStackType string
    VPN gateway protocol type. ipv4only: IPv4 protocol type. ipv6only: IPv6 protocol type. ipv4_ipv6: Dual-stack protocol type.
    ipVersion string
    IP address type of the VPN gateway. ipv4: IPv4 address type. ipv6: IPv6 address type.
    ipsecEnabled boolean
    Enable IPSec feature. true: enabled false: disabled
    isBlocked boolean
    Whether the current resource is banned. true: Banned false: Not banned.
    lockReason string
    VPN gateway lock reasons. financial: Locked due to overdue payment. security: Locked for security reasons. unlock: Not locked.
    overdueTime string
    Resource freeze time. This parameter returns a value only if the resource is frozen due to overdue payment; otherwise, it returns an empty value.
    period number
    Subscription VPN gateway purchase duration, default is '1'. If PeriodUnit is Month, Period value range: 1–9, 12, 24, 36. If PeriodUnit is Year, Period value range: 1–3.
    periodUnit string
    Unit for the purchase duration of subscription-based VPN gateways. Default is 'Month'. Month: month Year: year
    projectName string
    Project to which the VPN gateway belongs. If not specified, defaults to 'default', meaning the created resource belongs to the default project. You can call ListProjects to query project information under the current account.
    routeCount number
    Number of route entries for the VPN gateway.
    secondaryIpAddress string
    Second public IP address of the VPN gateway. This parameter is returned only for VPN gateway instances in dual tunnel mode; it is not returned for instances in single tunnel mode.
    secondarySubnetId string
    ID of the second subnet associated with the VPN gateway instance. This parameter is returned only for VPN gateway instances in dual tunnel mode; it is not returned for instances in single tunnel mode.
    sslEnabled boolean
    Enable SSL VPN feature. true: enabled false: disabled
    sslMaxConnections number
    Maximum SSL connections for the VPN gateway.
    status string
    Status of the VPN gateway. Creating: creating Deleting: deleting Pending: configuring Available: available
    subnetId string
    ID of the subnet to which the port used by the VPN gateway belongs.
    tags GetVpnGatewayTag[]
    All tag information added to the VPN gateway.
    updateTime string
    VPN gateway update time.
    vpcId string
    VPC ID where the VPN gateway is located.
    vpnGatewayId string
    ID of the VPN gateway.
    vpnGatewayName string
    Name of the VPN gateway.
    asn int
    ASN of the VPN gateway.
    bandwidth int
    VPN gateway bandwidth specification.
    billing_type int
    VPN gateway billing type. 1: Subscription. 2: Pay-as-you-go (fixed specification)
    business_status str
    VPN gateway billing status. Normal: Normal. FinancialLocked: Locked.
    connection_count int
    Number of IPsec connections associated with the VPN gateway.
    create_time str
    Time when the VPN gateway was created.
    deleted_time str
    Expected resource forced reclaim time.
    description str
    Description of the VPN gateway.
    dual_tunnel_enabled bool
    Whether dual tunnel mode is enabled for the VPN gateway. true: Enabled false: Disabled
    expired_time str
    VPN gateway expiration time.
    id str
    Uniquely identifies the resource.
    ip_address str
    VPN gateway public IP address.
    ip_stack_type str
    VPN gateway protocol type. ipv4only: IPv4 protocol type. ipv6only: IPv6 protocol type. ipv4_ipv6: Dual-stack protocol type.
    ip_version str
    IP address type of the VPN gateway. ipv4: IPv4 address type. ipv6: IPv6 address type.
    ipsec_enabled bool
    Enable IPSec feature. true: enabled false: disabled
    is_blocked bool
    Whether the current resource is banned. true: Banned false: Not banned.
    lock_reason str
    VPN gateway lock reasons. financial: Locked due to overdue payment. security: Locked for security reasons. unlock: Not locked.
    overdue_time str
    Resource freeze time. This parameter returns a value only if the resource is frozen due to overdue payment; otherwise, it returns an empty value.
    period int
    Subscription VPN gateway purchase duration, default is '1'. If PeriodUnit is Month, Period value range: 1–9, 12, 24, 36. If PeriodUnit is Year, Period value range: 1–3.
    period_unit str
    Unit for the purchase duration of subscription-based VPN gateways. Default is 'Month'. Month: month Year: year
    project_name str
    Project to which the VPN gateway belongs. If not specified, defaults to 'default', meaning the created resource belongs to the default project. You can call ListProjects to query project information under the current account.
    route_count int
    Number of route entries for the VPN gateway.
    secondary_ip_address str
    Second public IP address of the VPN gateway. This parameter is returned only for VPN gateway instances in dual tunnel mode; it is not returned for instances in single tunnel mode.
    secondary_subnet_id str
    ID of the second subnet associated with the VPN gateway instance. This parameter is returned only for VPN gateway instances in dual tunnel mode; it is not returned for instances in single tunnel mode.
    ssl_enabled bool
    Enable SSL VPN feature. true: enabled false: disabled
    ssl_max_connections int
    Maximum SSL connections for the VPN gateway.
    status str
    Status of the VPN gateway. Creating: creating Deleting: deleting Pending: configuring Available: available
    subnet_id str
    ID of the subnet to which the port used by the VPN gateway belongs.
    tags Sequence[GetVpnGatewayTag]
    All tag information added to the VPN gateway.
    update_time str
    VPN gateway update time.
    vpc_id str
    VPC ID where the VPN gateway is located.
    vpn_gateway_id str
    ID of the VPN gateway.
    vpn_gateway_name str
    Name of the VPN gateway.
    asn Number
    ASN of the VPN gateway.
    bandwidth Number
    VPN gateway bandwidth specification.
    billingType Number
    VPN gateway billing type. 1: Subscription. 2: Pay-as-you-go (fixed specification)
    businessStatus String
    VPN gateway billing status. Normal: Normal. FinancialLocked: Locked.
    connectionCount Number
    Number of IPsec connections associated with the VPN gateway.
    createTime String
    Time when the VPN gateway was created.
    deletedTime String
    Expected resource forced reclaim time.
    description String
    Description of the VPN gateway.
    dualTunnelEnabled Boolean
    Whether dual tunnel mode is enabled for the VPN gateway. true: Enabled false: Disabled
    expiredTime String
    VPN gateway expiration time.
    id String
    Uniquely identifies the resource.
    ipAddress String
    VPN gateway public IP address.
    ipStackType String
    VPN gateway protocol type. ipv4only: IPv4 protocol type. ipv6only: IPv6 protocol type. ipv4_ipv6: Dual-stack protocol type.
    ipVersion String
    IP address type of the VPN gateway. ipv4: IPv4 address type. ipv6: IPv6 address type.
    ipsecEnabled Boolean
    Enable IPSec feature. true: enabled false: disabled
    isBlocked Boolean
    Whether the current resource is banned. true: Banned false: Not banned.
    lockReason String
    VPN gateway lock reasons. financial: Locked due to overdue payment. security: Locked for security reasons. unlock: Not locked.
    overdueTime String
    Resource freeze time. This parameter returns a value only if the resource is frozen due to overdue payment; otherwise, it returns an empty value.
    period Number
    Subscription VPN gateway purchase duration, default is '1'. If PeriodUnit is Month, Period value range: 1–9, 12, 24, 36. If PeriodUnit is Year, Period value range: 1–3.
    periodUnit String
    Unit for the purchase duration of subscription-based VPN gateways. Default is 'Month'. Month: month Year: year
    projectName String
    Project to which the VPN gateway belongs. If not specified, defaults to 'default', meaning the created resource belongs to the default project. You can call ListProjects to query project information under the current account.
    routeCount Number
    Number of route entries for the VPN gateway.
    secondaryIpAddress String
    Second public IP address of the VPN gateway. This parameter is returned only for VPN gateway instances in dual tunnel mode; it is not returned for instances in single tunnel mode.
    secondarySubnetId String
    ID of the second subnet associated with the VPN gateway instance. This parameter is returned only for VPN gateway instances in dual tunnel mode; it is not returned for instances in single tunnel mode.
    sslEnabled Boolean
    Enable SSL VPN feature. true: enabled false: disabled
    sslMaxConnections Number
    Maximum SSL connections for the VPN gateway.
    status String
    Status of the VPN gateway. Creating: creating Deleting: deleting Pending: configuring Available: available
    subnetId String
    ID of the subnet to which the port used by the VPN gateway belongs.
    tags List<Property Map>
    All tag information added to the VPN gateway.
    updateTime String
    VPN gateway update time.
    vpcId String
    VPC ID where the VPN gateway is located.
    vpnGatewayId String
    ID of the VPN gateway.
    vpnGatewayName String
    Name of the VPN gateway.

    Supporting Types

    GetVpnGatewayTag

    Key string
    VPN gateway tag key (Key). Parameter - N: Indicates the sequence number of the tag key, value range: 1–20. Multiple tag keys are separated by &. Naming rules: Cannot start with any combination of volc: or sys: (case-insensitive). Can only contain language characters, numbers, spaces, and English symbols '_', '.', ':', '/', '=', '+', '-', '@'. Length limit: 1–128 characters. Note: Tag keys for the same resource must not be duplicated.
    Value string
    VPN gateway tag value (Value). Parameter - N: Indicates the sequence number of the tag value, value range: 1–20. Multiple tag values are separated by &. Naming rules: Can only contain language characters, numbers, spaces, and English symbols '_', '.', ':', '/', '=', '+', '-', '@'. Can be empty. Length limit: 0–256 characters. Case-sensitive. Cannot start or end with a space. Note: If Tags.N.Value is provided, Tags.N.Key must also be provided.
    Key string
    VPN gateway tag key (Key). Parameter - N: Indicates the sequence number of the tag key, value range: 1–20. Multiple tag keys are separated by &. Naming rules: Cannot start with any combination of volc: or sys: (case-insensitive). Can only contain language characters, numbers, spaces, and English symbols '_', '.', ':', '/', '=', '+', '-', '@'. Length limit: 1–128 characters. Note: Tag keys for the same resource must not be duplicated.
    Value string
    VPN gateway tag value (Value). Parameter - N: Indicates the sequence number of the tag value, value range: 1–20. Multiple tag values are separated by &. Naming rules: Can only contain language characters, numbers, spaces, and English symbols '_', '.', ':', '/', '=', '+', '-', '@'. Can be empty. Length limit: 0–256 characters. Case-sensitive. Cannot start or end with a space. Note: If Tags.N.Value is provided, Tags.N.Key must also be provided.
    key String
    VPN gateway tag key (Key). Parameter - N: Indicates the sequence number of the tag key, value range: 1–20. Multiple tag keys are separated by &. Naming rules: Cannot start with any combination of volc: or sys: (case-insensitive). Can only contain language characters, numbers, spaces, and English symbols '_', '.', ':', '/', '=', '+', '-', '@'. Length limit: 1–128 characters. Note: Tag keys for the same resource must not be duplicated.
    value String
    VPN gateway tag value (Value). Parameter - N: Indicates the sequence number of the tag value, value range: 1–20. Multiple tag values are separated by &. Naming rules: Can only contain language characters, numbers, spaces, and English symbols '_', '.', ':', '/', '=', '+', '-', '@'. Can be empty. Length limit: 0–256 characters. Case-sensitive. Cannot start or end with a space. Note: If Tags.N.Value is provided, Tags.N.Key must also be provided.
    key string
    VPN gateway tag key (Key). Parameter - N: Indicates the sequence number of the tag key, value range: 1–20. Multiple tag keys are separated by &. Naming rules: Cannot start with any combination of volc: or sys: (case-insensitive). Can only contain language characters, numbers, spaces, and English symbols '_', '.', ':', '/', '=', '+', '-', '@'. Length limit: 1–128 characters. Note: Tag keys for the same resource must not be duplicated.
    value string
    VPN gateway tag value (Value). Parameter - N: Indicates the sequence number of the tag value, value range: 1–20. Multiple tag values are separated by &. Naming rules: Can only contain language characters, numbers, spaces, and English symbols '_', '.', ':', '/', '=', '+', '-', '@'. Can be empty. Length limit: 0–256 characters. Case-sensitive. Cannot start or end with a space. Note: If Tags.N.Value is provided, Tags.N.Key must also be provided.
    key str
    VPN gateway tag key (Key). Parameter - N: Indicates the sequence number of the tag key, value range: 1–20. Multiple tag keys are separated by &. Naming rules: Cannot start with any combination of volc: or sys: (case-insensitive). Can only contain language characters, numbers, spaces, and English symbols '_', '.', ':', '/', '=', '+', '-', '@'. Length limit: 1–128 characters. Note: Tag keys for the same resource must not be duplicated.
    value str
    VPN gateway tag value (Value). Parameter - N: Indicates the sequence number of the tag value, value range: 1–20. Multiple tag values are separated by &. Naming rules: Can only contain language characters, numbers, spaces, and English symbols '_', '.', ':', '/', '=', '+', '-', '@'. Can be empty. Length limit: 0–256 characters. Case-sensitive. Cannot start or end with a space. Note: If Tags.N.Value is provided, Tags.N.Key must also be provided.
    key String
    VPN gateway tag key (Key). Parameter - N: Indicates the sequence number of the tag key, value range: 1–20. Multiple tag keys are separated by &. Naming rules: Cannot start with any combination of volc: or sys: (case-insensitive). Can only contain language characters, numbers, spaces, and English symbols '_', '.', ':', '/', '=', '+', '-', '@'. Length limit: 1–128 characters. Note: Tag keys for the same resource must not be duplicated.
    value String
    VPN gateway tag value (Value). Parameter - N: Indicates the sequence number of the tag value, value range: 1–20. Multiple tag values are separated by &. Naming rules: Can only contain language characters, numbers, spaces, and English symbols '_', '.', ':', '/', '=', '+', '-', '@'. Can be empty. Length limit: 0–256 characters. Case-sensitive. Cannot start or end with a space. Note: If Tags.N.Value is provided, Tags.N.Key must also be provided.

    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.