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::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 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.
getVpnGateway Result
The following output properties are available:
- 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 string - VPN gateway billing status. Normal: Normal. FinancialLocked: Locked.
- Connection
Count int - Number of IPsec connections associated with the VPN gateway.
- Create
Time string - Time when the VPN gateway was created.
- Deleted
Time string - Expected resource forced reclaim time.
- Description string
- Description of the VPN gateway.
- Dual
Tunnel boolEnabled - Whether dual tunnel mode is enabled for the VPN gateway. true: Enabled false: Disabled
- Expired
Time string - VPN gateway expiration time.
- Id string
- Uniquely identifies the resource.
- Ip
Address string - VPN gateway public IP address.
- Ip
Stack stringType - VPN gateway protocol type. ipv4only: IPv4 protocol type. ipv6only: IPv6 protocol type. ipv4_ipv6: Dual-stack protocol type.
- Ip
Version string - 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 string - VPN gateway lock reasons. financial: Locked due to overdue payment. security: Locked for security reasons. unlock: Not locked.
- Overdue
Time 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.
- Period
Unit string - Unit for the purchase duration of subscription-based VPN gateways. Default is 'Month'. Month: month Year: year
- Project
Name 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.
- Route
Count int - Number of route entries for the VPN gateway.
- Secondary
Ip stringAddress - 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 stringId - 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 intConnections - Maximum SSL connections for the VPN gateway.
- Status string
- Status of the VPN gateway. Creating: creating Deleting: deleting Pending: configuring Available: available
- Subnet
Id string - ID of the subnet to which the port used by the VPN gateway belongs.
-
List<Volcengine.
Get Vpn Gateway Tag> - All tag information added to the VPN gateway.
- Update
Time string - VPN gateway update time.
- Vpc
Id string - VPC ID where the VPN gateway is located.
- Vpn
Gateway stringId - ID of the VPN gateway.
- Vpn
Gateway stringName - 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 string - VPN gateway billing status. Normal: Normal. FinancialLocked: Locked.
- Connection
Count int - Number of IPsec connections associated with the VPN gateway.
- Create
Time string - Time when the VPN gateway was created.
- Deleted
Time string - Expected resource forced reclaim time.
- Description string
- Description of the VPN gateway.
- Dual
Tunnel boolEnabled - Whether dual tunnel mode is enabled for the VPN gateway. true: Enabled false: Disabled
- Expired
Time string - VPN gateway expiration time.
- Id string
- Uniquely identifies the resource.
- Ip
Address string - VPN gateway public IP address.
- Ip
Stack stringType - VPN gateway protocol type. ipv4only: IPv4 protocol type. ipv6only: IPv6 protocol type. ipv4_ipv6: Dual-stack protocol type.
- Ip
Version string - 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 string - VPN gateway lock reasons. financial: Locked due to overdue payment. security: Locked for security reasons. unlock: Not locked.
- Overdue
Time 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.
- Period
Unit string - Unit for the purchase duration of subscription-based VPN gateways. Default is 'Month'. Month: month Year: year
- Project
Name 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.
- Route
Count int - Number of route entries for the VPN gateway.
- Secondary
Ip stringAddress - 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 stringId - 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 intConnections - Maximum SSL connections for the VPN gateway.
- Status string
- Status of the VPN gateway. Creating: creating Deleting: deleting Pending: configuring Available: available
- Subnet
Id string - ID of the subnet to which the port used by the VPN gateway belongs.
-
[]Get
Vpn Gateway Tag - All tag information added to the VPN gateway.
- Update
Time string - VPN gateway update time.
- Vpc
Id string - VPC ID where the VPN gateway is located.
- Vpn
Gateway stringId - ID of the VPN gateway.
- Vpn
Gateway stringName - Name of the VPN gateway.
- asn Integer
- ASN of the VPN gateway.
- bandwidth Integer
- VPN gateway bandwidth specification.
- billing
Type Integer - VPN gateway billing type. 1: Subscription. 2: Pay-as-you-go (fixed specification)
- business
Status String - VPN gateway billing status. Normal: Normal. FinancialLocked: Locked.
- connection
Count Integer - Number of IPsec connections associated with the VPN gateway.
- create
Time String - Time when the VPN gateway was created.
- deleted
Time String - Expected resource forced reclaim time.
- description String
- Description of the VPN gateway.
- dual
Tunnel BooleanEnabled - Whether dual tunnel mode is enabled for the VPN gateway. true: Enabled false: Disabled
- expired
Time String - VPN gateway expiration time.
- id String
- Uniquely identifies the resource.
- ip
Address String - VPN gateway public IP address.
- ip
Stack StringType - VPN gateway protocol type. ipv4only: IPv4 protocol type. ipv6only: IPv6 protocol type. ipv4_ipv6: Dual-stack protocol type.
- ip
Version String - IP address type of the VPN gateway. ipv4: IPv4 address type. ipv6: IPv6 address type.
- ipsec
Enabled Boolean - Enable IPSec feature. true: enabled false: disabled
- is
Blocked Boolean - Whether the current resource is banned. true: Banned false: Not banned.
- lock
Reason String - VPN gateway lock reasons. financial: Locked due to overdue payment. security: Locked for security reasons. unlock: Not locked.
- overdue
Time 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.
- period
Unit String - Unit for the purchase duration of subscription-based VPN gateways. Default is 'Month'. Month: month Year: year
- project
Name 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.
- route
Count Integer - Number of route entries for the VPN gateway.
- secondary
Ip StringAddress - 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 StringId - 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 Boolean - Enable SSL VPN feature. true: enabled false: disabled
- ssl
Max IntegerConnections - Maximum SSL connections for the VPN gateway.
- status String
- Status of the VPN gateway. Creating: creating Deleting: deleting Pending: configuring Available: available
- subnet
Id String - ID of the subnet to which the port used by the VPN gateway belongs.
-
List<Get
Vpn Gateway Tag> - All tag information added to the VPN gateway.
- update
Time String - VPN gateway update time.
- vpc
Id String - VPC ID where the VPN gateway is located.
- vpn
Gateway StringId - ID of the VPN gateway.
- vpn
Gateway StringName - Name of the VPN gateway.
- asn number
- ASN of the VPN gateway.
- bandwidth number
- VPN gateway bandwidth specification.
- billing
Type number - VPN gateway billing type. 1: Subscription. 2: Pay-as-you-go (fixed specification)
- business
Status string - VPN gateway billing status. Normal: Normal. FinancialLocked: Locked.
- connection
Count number - Number of IPsec connections associated with the VPN gateway.
- create
Time string - Time when the VPN gateway was created.
- deleted
Time string - Expected resource forced reclaim time.
- description string
- Description of the VPN gateway.
- dual
Tunnel booleanEnabled - Whether dual tunnel mode is enabled for the VPN gateway. true: Enabled false: Disabled
- expired
Time string - VPN gateway expiration time.
- id string
- Uniquely identifies the resource.
- ip
Address string - VPN gateway public IP address.
- ip
Stack stringType - VPN gateway protocol type. ipv4only: IPv4 protocol type. ipv6only: IPv6 protocol type. ipv4_ipv6: Dual-stack protocol type.
- ip
Version string - IP address type of the VPN gateway. ipv4: IPv4 address type. ipv6: IPv6 address type.
- ipsec
Enabled boolean - Enable IPSec feature. true: enabled false: disabled
- is
Blocked boolean - Whether the current resource is banned. true: Banned false: Not banned.
- lock
Reason string - VPN gateway lock reasons. financial: Locked due to overdue payment. security: Locked for security reasons. unlock: Not locked.
- overdue
Time 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.
- period
Unit string - Unit for the purchase duration of subscription-based VPN gateways. Default is 'Month'. Month: month Year: year
- project
Name 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.
- route
Count number - Number of route entries for the VPN gateway.
- secondary
Ip stringAddress - 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 stringId - 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 boolean - Enable SSL VPN feature. true: enabled false: disabled
- ssl
Max numberConnections - Maximum SSL connections for the VPN gateway.
- status string
- Status of the VPN gateway. Creating: creating Deleting: deleting Pending: configuring Available: available
- subnet
Id string - ID of the subnet to which the port used by the VPN gateway belongs.
-
Get
Vpn Gateway Tag[] - All tag information added to the VPN gateway.
- update
Time string - VPN gateway update time.
- vpc
Id string - VPC ID where the VPN gateway is located.
- vpn
Gateway stringId - ID of the VPN gateway.
- vpn
Gateway stringName - 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_ boolenabled - 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_ strtype - 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_ straddress - 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_ strid - 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_ intconnections - 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.
-
Sequence[Get
Vpn Gateway Tag] - 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_ strid - ID of the VPN gateway.
- vpn_
gateway_ strname - Name of the VPN gateway.
- asn Number
- ASN of the VPN gateway.
- bandwidth Number
- VPN gateway bandwidth specification.
- billing
Type Number - VPN gateway billing type. 1: Subscription. 2: Pay-as-you-go (fixed specification)
- business
Status String - VPN gateway billing status. Normal: Normal. FinancialLocked: Locked.
- connection
Count Number - Number of IPsec connections associated with the VPN gateway.
- create
Time String - Time when the VPN gateway was created.
- deleted
Time String - Expected resource forced reclaim time.
- description String
- Description of the VPN gateway.
- dual
Tunnel BooleanEnabled - Whether dual tunnel mode is enabled for the VPN gateway. true: Enabled false: Disabled
- expired
Time String - VPN gateway expiration time.
- id String
- Uniquely identifies the resource.
- ip
Address String - VPN gateway public IP address.
- ip
Stack StringType - VPN gateway protocol type. ipv4only: IPv4 protocol type. ipv6only: IPv6 protocol type. ipv4_ipv6: Dual-stack protocol type.
- ip
Version String - IP address type of the VPN gateway. ipv4: IPv4 address type. ipv6: IPv6 address type.
- ipsec
Enabled Boolean - Enable IPSec feature. true: enabled false: disabled
- is
Blocked Boolean - Whether the current resource is banned. true: Banned false: Not banned.
- lock
Reason String - VPN gateway lock reasons. financial: Locked due to overdue payment. security: Locked for security reasons. unlock: Not locked.
- overdue
Time 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.
- period
Unit String - Unit for the purchase duration of subscription-based VPN gateways. Default is 'Month'. Month: month Year: year
- project
Name 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.
- route
Count Number - Number of route entries for the VPN gateway.
- secondary
Ip StringAddress - 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 StringId - 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 Boolean - Enable SSL VPN feature. true: enabled false: disabled
- ssl
Max NumberConnections - Maximum SSL connections for the VPN gateway.
- status String
- Status of the VPN gateway. Creating: creating Deleting: deleting Pending: configuring Available: available
- subnet
Id String - ID of the subnet to which the port used by the VPN gateway belongs.
- List<Property Map>
- All tag information added to the VPN gateway.
- update
Time String - VPN gateway update time.
- vpc
Id String - VPC ID where the VPN gateway is located.
- vpn
Gateway StringId - ID of the VPN gateway.
- vpn
Gateway StringName - 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
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
