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::NatGateway::NGW
Using getNgw
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 getNgw(args: GetNgwArgs, opts?: InvokeOptions): Promise<GetNgwResult>
function getNgwOutput(args: GetNgwOutputArgs, opts?: InvokeOptions): Output<GetNgwResult>def get_ngw(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNgwResult
def get_ngw_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNgwResult]func LookupNgw(ctx *Context, args *LookupNgwArgs, opts ...InvokeOption) (*LookupNgwResult, error)
func LookupNgwOutput(ctx *Context, args *LookupNgwOutputArgs, opts ...InvokeOption) LookupNgwResultOutput> Note: This function is named LookupNgw in the Go SDK.
public static class GetNgw
{
public static Task<GetNgwResult> InvokeAsync(GetNgwArgs args, InvokeOptions? opts = null)
public static Output<GetNgwResult> Invoke(GetNgwInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetNgwResult> getNgw(GetNgwArgs args, InvokeOptions options)
public static Output<GetNgwResult> getNgw(GetNgwArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:natgateway/getNgw:getNgw
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.
getNgw Result
The following output properties are available:
- Billing
Type int - NAT Gateway billing mode. Possible values: 1: Subscription. 2 (default): Pay-as-you-go by specification. 3: Pay-as-you-go by usage. When NetworkType is set to intranet, only 3 is supported and required for this parameter.
- Business
Status string - Indicates whether the NAT gateway is locked. Empty: Normal, not locked. Normal: Normal, not locked. FinancialLocked: Locked due to overdue payment.
- Created
Time string - Creation time
- Deleted
Time string - Deletion time
- Description string
- Description of the NAT Gateway. Must start with a letter, Chinese character, or number. Can include English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length: 1 to 255 characters. If not specified, defaults to an empty string.
- Direct
Mode bool - Indicates whether the NAT is direct or non-direct. - true (default): EIP direct NAT gateway. - false: Non-EIP direct NAT gateway.
- Dnat
Entry List<string>Ids - DNAT rule ID list.
- Eip
Addresses List<Volcengine.Get Ngw Eip Address> - Information about the public IP bound to the NAT Gateway
- Expired
Time string - Expiration time for subscription NAT Gateway. Only NAT Gateways with subscription billing return this parameter.
- Id string
- Uniquely identifies the resource.
- Lock
Reason string - Reason for NAT lock. financial: Locked due to overdue payment. security: Locked for security reasons.
- Nat
Gateway stringId - NAT gateway ID.
- Nat
Gateway stringName - Name of the NAT Gateway. Must start with a letter, Chinese character, or number. Can include period (.), underscore (_), and hyphen (-). Length: 1 to 128 characters. If not specified, defaults to the NAT Gateway instance ID.
- Nat
Ip List<Volcengine.Addresses Get Ngw Nat Ip Address> - Transit IP list for private NAT instance
- Network
Interface stringId - Network interface ID occupied by the NAT gateway.
- Network
Type string - NAT Gateway type. internet: Public NAT Gateway. intranet: Private NAT Gateway.
- Overdue
Time string - Resource freeze time. This parameter is returned only when the resource is frozen due to overdue payment.
- Period int
- Duration for purchasing a subscription NAT Gateway, default is 1. If PeriodUnit is Month, Period can be 1 ~ 9, 12, 24, 36. If PeriodUnit is Year, Period can be 1 ~ 3.
- Period
Unit string - Unit for subscription NAT Gateway duration, default is Month. Month: month. Year: year.
- Project
Name string - Name of the project the NAT Gateway belongs to. If not specified, defaults to the 'default' project.
- Smart
Schedule boolEnabled - Whether to enable intelligent scheduling
- Smart
Schedule stringRule - Intelligent scheduling policy rules. ChinaMobile: China Mobile. ChinaUnicom: China Unicom. ChinaTelecom: China Telecom. BGP: BGP multi-line.
- Snat
Entry List<string>Ids - SNAT rule ID list
- Spec string
- NAT Gateway specification. Small (default): Small. Medium: Medium. Large: Large. ExtraLarge1: Extra Large 1. ExtraLarge2: Extra Large 2.
- Status string
- Status of the NAT Gateway. Available: Available. Creating: Creating. Pending: In progress. Deleting: Deleting.
- Subnet
Id string - ID of the subnet where the NAT gateway is located. The input subnet must be a subnet of the private network specified by VpcId. There must be at least one available private IP in the subnet. The system automatically generates a NAT gateway network interface that will occupy one private IP in this subnet. The availability zone of the subnet must have deployed NAT gateway resources. The availability zone of the subnet will be used as the primary availability zone for the NAT gateway and will automatically associate with a backup availability zone. When the primary availability zone fails, the NAT gateway automatically switches to the backup availability zone.
-
List<Volcengine.
Get Ngw Tag> - Tag list
- Updated
Time string - Last operation time of the NAT Gateway
- Vpc
Id string - ID of the private network where the NAT Gateway is located
- Zone
Id string - ID of the primary availability zone the NAT Gateway belongs to
- Billing
Type int - NAT Gateway billing mode. Possible values: 1: Subscription. 2 (default): Pay-as-you-go by specification. 3: Pay-as-you-go by usage. When NetworkType is set to intranet, only 3 is supported and required for this parameter.
- Business
Status string - Indicates whether the NAT gateway is locked. Empty: Normal, not locked. Normal: Normal, not locked. FinancialLocked: Locked due to overdue payment.
- Created
Time string - Creation time
- Deleted
Time string - Deletion time
- Description string
- Description of the NAT Gateway. Must start with a letter, Chinese character, or number. Can include English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length: 1 to 255 characters. If not specified, defaults to an empty string.
- Direct
Mode bool - Indicates whether the NAT is direct or non-direct. - true (default): EIP direct NAT gateway. - false: Non-EIP direct NAT gateway.
- Dnat
Entry []stringIds - DNAT rule ID list.
- Eip
Addresses []GetNgw Eip Address - Information about the public IP bound to the NAT Gateway
- Expired
Time string - Expiration time for subscription NAT Gateway. Only NAT Gateways with subscription billing return this parameter.
- Id string
- Uniquely identifies the resource.
- Lock
Reason string - Reason for NAT lock. financial: Locked due to overdue payment. security: Locked for security reasons.
- Nat
Gateway stringId - NAT gateway ID.
- Nat
Gateway stringName - Name of the NAT Gateway. Must start with a letter, Chinese character, or number. Can include period (.), underscore (_), and hyphen (-). Length: 1 to 128 characters. If not specified, defaults to the NAT Gateway instance ID.
- Nat
Ip []GetAddresses Ngw Nat Ip Address - Transit IP list for private NAT instance
- Network
Interface stringId - Network interface ID occupied by the NAT gateway.
- Network
Type string - NAT Gateway type. internet: Public NAT Gateway. intranet: Private NAT Gateway.
- Overdue
Time string - Resource freeze time. This parameter is returned only when the resource is frozen due to overdue payment.
- Period int
- Duration for purchasing a subscription NAT Gateway, default is 1. If PeriodUnit is Month, Period can be 1 ~ 9, 12, 24, 36. If PeriodUnit is Year, Period can be 1 ~ 3.
- Period
Unit string - Unit for subscription NAT Gateway duration, default is Month. Month: month. Year: year.
- Project
Name string - Name of the project the NAT Gateway belongs to. If not specified, defaults to the 'default' project.
- Smart
Schedule boolEnabled - Whether to enable intelligent scheduling
- Smart
Schedule stringRule - Intelligent scheduling policy rules. ChinaMobile: China Mobile. ChinaUnicom: China Unicom. ChinaTelecom: China Telecom. BGP: BGP multi-line.
- Snat
Entry []stringIds - SNAT rule ID list
- Spec string
- NAT Gateway specification. Small (default): Small. Medium: Medium. Large: Large. ExtraLarge1: Extra Large 1. ExtraLarge2: Extra Large 2.
- Status string
- Status of the NAT Gateway. Available: Available. Creating: Creating. Pending: In progress. Deleting: Deleting.
- Subnet
Id string - ID of the subnet where the NAT gateway is located. The input subnet must be a subnet of the private network specified by VpcId. There must be at least one available private IP in the subnet. The system automatically generates a NAT gateway network interface that will occupy one private IP in this subnet. The availability zone of the subnet must have deployed NAT gateway resources. The availability zone of the subnet will be used as the primary availability zone for the NAT gateway and will automatically associate with a backup availability zone. When the primary availability zone fails, the NAT gateway automatically switches to the backup availability zone.
-
[]Get
Ngw Tag - Tag list
- Updated
Time string - Last operation time of the NAT Gateway
- Vpc
Id string - ID of the private network where the NAT Gateway is located
- Zone
Id string - ID of the primary availability zone the NAT Gateway belongs to
- billing
Type Integer - NAT Gateway billing mode. Possible values: 1: Subscription. 2 (default): Pay-as-you-go by specification. 3: Pay-as-you-go by usage. When NetworkType is set to intranet, only 3 is supported and required for this parameter.
- business
Status String - Indicates whether the NAT gateway is locked. Empty: Normal, not locked. Normal: Normal, not locked. FinancialLocked: Locked due to overdue payment.
- created
Time String - Creation time
- deleted
Time String - Deletion time
- description String
- Description of the NAT Gateway. Must start with a letter, Chinese character, or number. Can include English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length: 1 to 255 characters. If not specified, defaults to an empty string.
- direct
Mode Boolean - Indicates whether the NAT is direct or non-direct. - true (default): EIP direct NAT gateway. - false: Non-EIP direct NAT gateway.
- dnat
Entry List<String>Ids - DNAT rule ID list.
- eip
Addresses List<GetNgw Eip Address> - Information about the public IP bound to the NAT Gateway
- expired
Time String - Expiration time for subscription NAT Gateway. Only NAT Gateways with subscription billing return this parameter.
- id String
- Uniquely identifies the resource.
- lock
Reason String - Reason for NAT lock. financial: Locked due to overdue payment. security: Locked for security reasons.
- nat
Gateway StringId - NAT gateway ID.
- nat
Gateway StringName - Name of the NAT Gateway. Must start with a letter, Chinese character, or number. Can include period (.), underscore (_), and hyphen (-). Length: 1 to 128 characters. If not specified, defaults to the NAT Gateway instance ID.
- nat
Ip List<GetAddresses Ngw Nat Ip Address> - Transit IP list for private NAT instance
- network
Interface StringId - Network interface ID occupied by the NAT gateway.
- network
Type String - NAT Gateway type. internet: Public NAT Gateway. intranet: Private NAT Gateway.
- overdue
Time String - Resource freeze time. This parameter is returned only when the resource is frozen due to overdue payment.
- period Integer
- Duration for purchasing a subscription NAT Gateway, default is 1. If PeriodUnit is Month, Period can be 1 ~ 9, 12, 24, 36. If PeriodUnit is Year, Period can be 1 ~ 3.
- period
Unit String - Unit for subscription NAT Gateway duration, default is Month. Month: month. Year: year.
- project
Name String - Name of the project the NAT Gateway belongs to. If not specified, defaults to the 'default' project.
- smart
Schedule BooleanEnabled - Whether to enable intelligent scheduling
- smart
Schedule StringRule - Intelligent scheduling policy rules. ChinaMobile: China Mobile. ChinaUnicom: China Unicom. ChinaTelecom: China Telecom. BGP: BGP multi-line.
- snat
Entry List<String>Ids - SNAT rule ID list
- spec String
- NAT Gateway specification. Small (default): Small. Medium: Medium. Large: Large. ExtraLarge1: Extra Large 1. ExtraLarge2: Extra Large 2.
- status String
- Status of the NAT Gateway. Available: Available. Creating: Creating. Pending: In progress. Deleting: Deleting.
- subnet
Id String - ID of the subnet where the NAT gateway is located. The input subnet must be a subnet of the private network specified by VpcId. There must be at least one available private IP in the subnet. The system automatically generates a NAT gateway network interface that will occupy one private IP in this subnet. The availability zone of the subnet must have deployed NAT gateway resources. The availability zone of the subnet will be used as the primary availability zone for the NAT gateway and will automatically associate with a backup availability zone. When the primary availability zone fails, the NAT gateway automatically switches to the backup availability zone.
-
List<Get
Ngw Tag> - Tag list
- updated
Time String - Last operation time of the NAT Gateway
- vpc
Id String - ID of the private network where the NAT Gateway is located
- zone
Id String - ID of the primary availability zone the NAT Gateway belongs to
- billing
Type number - NAT Gateway billing mode. Possible values: 1: Subscription. 2 (default): Pay-as-you-go by specification. 3: Pay-as-you-go by usage. When NetworkType is set to intranet, only 3 is supported and required for this parameter.
- business
Status string - Indicates whether the NAT gateway is locked. Empty: Normal, not locked. Normal: Normal, not locked. FinancialLocked: Locked due to overdue payment.
- created
Time string - Creation time
- deleted
Time string - Deletion time
- description string
- Description of the NAT Gateway. Must start with a letter, Chinese character, or number. Can include English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length: 1 to 255 characters. If not specified, defaults to an empty string.
- direct
Mode boolean - Indicates whether the NAT is direct or non-direct. - true (default): EIP direct NAT gateway. - false: Non-EIP direct NAT gateway.
- dnat
Entry string[]Ids - DNAT rule ID list.
- eip
Addresses GetNgw Eip Address[] - Information about the public IP bound to the NAT Gateway
- expired
Time string - Expiration time for subscription NAT Gateway. Only NAT Gateways with subscription billing return this parameter.
- id string
- Uniquely identifies the resource.
- lock
Reason string - Reason for NAT lock. financial: Locked due to overdue payment. security: Locked for security reasons.
- nat
Gateway stringId - NAT gateway ID.
- nat
Gateway stringName - Name of the NAT Gateway. Must start with a letter, Chinese character, or number. Can include period (.), underscore (_), and hyphen (-). Length: 1 to 128 characters. If not specified, defaults to the NAT Gateway instance ID.
- nat
Ip GetAddresses Ngw Nat Ip Address[] - Transit IP list for private NAT instance
- network
Interface stringId - Network interface ID occupied by the NAT gateway.
- network
Type string - NAT Gateway type. internet: Public NAT Gateway. intranet: Private NAT Gateway.
- overdue
Time string - Resource freeze time. This parameter is returned only when the resource is frozen due to overdue payment.
- period number
- Duration for purchasing a subscription NAT Gateway, default is 1. If PeriodUnit is Month, Period can be 1 ~ 9, 12, 24, 36. If PeriodUnit is Year, Period can be 1 ~ 3.
- period
Unit string - Unit for subscription NAT Gateway duration, default is Month. Month: month. Year: year.
- project
Name string - Name of the project the NAT Gateway belongs to. If not specified, defaults to the 'default' project.
- smart
Schedule booleanEnabled - Whether to enable intelligent scheduling
- smart
Schedule stringRule - Intelligent scheduling policy rules. ChinaMobile: China Mobile. ChinaUnicom: China Unicom. ChinaTelecom: China Telecom. BGP: BGP multi-line.
- snat
Entry string[]Ids - SNAT rule ID list
- spec string
- NAT Gateway specification. Small (default): Small. Medium: Medium. Large: Large. ExtraLarge1: Extra Large 1. ExtraLarge2: Extra Large 2.
- status string
- Status of the NAT Gateway. Available: Available. Creating: Creating. Pending: In progress. Deleting: Deleting.
- subnet
Id string - ID of the subnet where the NAT gateway is located. The input subnet must be a subnet of the private network specified by VpcId. There must be at least one available private IP in the subnet. The system automatically generates a NAT gateway network interface that will occupy one private IP in this subnet. The availability zone of the subnet must have deployed NAT gateway resources. The availability zone of the subnet will be used as the primary availability zone for the NAT gateway and will automatically associate with a backup availability zone. When the primary availability zone fails, the NAT gateway automatically switches to the backup availability zone.
-
Get
Ngw Tag[] - Tag list
- updated
Time string - Last operation time of the NAT Gateway
- vpc
Id string - ID of the private network where the NAT Gateway is located
- zone
Id string - ID of the primary availability zone the NAT Gateway belongs to
- billing_
type int - NAT Gateway billing mode. Possible values: 1: Subscription. 2 (default): Pay-as-you-go by specification. 3: Pay-as-you-go by usage. When NetworkType is set to intranet, only 3 is supported and required for this parameter.
- business_
status str - Indicates whether the NAT gateway is locked. Empty: Normal, not locked. Normal: Normal, not locked. FinancialLocked: Locked due to overdue payment.
- created_
time str - Creation time
- deleted_
time str - Deletion time
- description str
- Description of the NAT Gateway. Must start with a letter, Chinese character, or number. Can include English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length: 1 to 255 characters. If not specified, defaults to an empty string.
- direct_
mode bool - Indicates whether the NAT is direct or non-direct. - true (default): EIP direct NAT gateway. - false: Non-EIP direct NAT gateway.
- dnat_
entry_ Sequence[str]ids - DNAT rule ID list.
- eip_
addresses Sequence[GetNgw Eip Address] - Information about the public IP bound to the NAT Gateway
- expired_
time str - Expiration time for subscription NAT Gateway. Only NAT Gateways with subscription billing return this parameter.
- id str
- Uniquely identifies the resource.
- lock_
reason str - Reason for NAT lock. financial: Locked due to overdue payment. security: Locked for security reasons.
- nat_
gateway_ strid - NAT gateway ID.
- nat_
gateway_ strname - Name of the NAT Gateway. Must start with a letter, Chinese character, or number. Can include period (.), underscore (_), and hyphen (-). Length: 1 to 128 characters. If not specified, defaults to the NAT Gateway instance ID.
- nat_
ip_ Sequence[Getaddresses Ngw Nat Ip Address] - Transit IP list for private NAT instance
- network_
interface_ strid - Network interface ID occupied by the NAT gateway.
- network_
type str - NAT Gateway type. internet: Public NAT Gateway. intranet: Private NAT Gateway.
- overdue_
time str - Resource freeze time. This parameter is returned only when the resource is frozen due to overdue payment.
- period int
- Duration for purchasing a subscription NAT Gateway, default is 1. If PeriodUnit is Month, Period can be 1 ~ 9, 12, 24, 36. If PeriodUnit is Year, Period can be 1 ~ 3.
- period_
unit str - Unit for subscription NAT Gateway duration, default is Month. Month: month. Year: year.
- project_
name str - Name of the project the NAT Gateway belongs to. If not specified, defaults to the 'default' project.
- smart_
schedule_ boolenabled - Whether to enable intelligent scheduling
- smart_
schedule_ strrule - Intelligent scheduling policy rules. ChinaMobile: China Mobile. ChinaUnicom: China Unicom. ChinaTelecom: China Telecom. BGP: BGP multi-line.
- snat_
entry_ Sequence[str]ids - SNAT rule ID list
- spec str
- NAT Gateway specification. Small (default): Small. Medium: Medium. Large: Large. ExtraLarge1: Extra Large 1. ExtraLarge2: Extra Large 2.
- status str
- Status of the NAT Gateway. Available: Available. Creating: Creating. Pending: In progress. Deleting: Deleting.
- subnet_
id str - ID of the subnet where the NAT gateway is located. The input subnet must be a subnet of the private network specified by VpcId. There must be at least one available private IP in the subnet. The system automatically generates a NAT gateway network interface that will occupy one private IP in this subnet. The availability zone of the subnet must have deployed NAT gateway resources. The availability zone of the subnet will be used as the primary availability zone for the NAT gateway and will automatically associate with a backup availability zone. When the primary availability zone fails, the NAT gateway automatically switches to the backup availability zone.
-
Sequence[Get
Ngw Tag] - Tag list
- updated_
time str - Last operation time of the NAT Gateway
- vpc_
id str - ID of the private network where the NAT Gateway is located
- zone_
id str - ID of the primary availability zone the NAT Gateway belongs to
- billing
Type Number - NAT Gateway billing mode. Possible values: 1: Subscription. 2 (default): Pay-as-you-go by specification. 3: Pay-as-you-go by usage. When NetworkType is set to intranet, only 3 is supported and required for this parameter.
- business
Status String - Indicates whether the NAT gateway is locked. Empty: Normal, not locked. Normal: Normal, not locked. FinancialLocked: Locked due to overdue payment.
- created
Time String - Creation time
- deleted
Time String - Deletion time
- description String
- Description of the NAT Gateway. Must start with a letter, Chinese character, or number. Can include English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length: 1 to 255 characters. If not specified, defaults to an empty string.
- direct
Mode Boolean - Indicates whether the NAT is direct or non-direct. - true (default): EIP direct NAT gateway. - false: Non-EIP direct NAT gateway.
- dnat
Entry List<String>Ids - DNAT rule ID list.
- eip
Addresses List<Property Map> - Information about the public IP bound to the NAT Gateway
- expired
Time String - Expiration time for subscription NAT Gateway. Only NAT Gateways with subscription billing return this parameter.
- id String
- Uniquely identifies the resource.
- lock
Reason String - Reason for NAT lock. financial: Locked due to overdue payment. security: Locked for security reasons.
- nat
Gateway StringId - NAT gateway ID.
- nat
Gateway StringName - Name of the NAT Gateway. Must start with a letter, Chinese character, or number. Can include period (.), underscore (_), and hyphen (-). Length: 1 to 128 characters. If not specified, defaults to the NAT Gateway instance ID.
- nat
Ip List<Property Map>Addresses - Transit IP list for private NAT instance
- network
Interface StringId - Network interface ID occupied by the NAT gateway.
- network
Type String - NAT Gateway type. internet: Public NAT Gateway. intranet: Private NAT Gateway.
- overdue
Time String - Resource freeze time. This parameter is returned only when the resource is frozen due to overdue payment.
- period Number
- Duration for purchasing a subscription NAT Gateway, default is 1. If PeriodUnit is Month, Period can be 1 ~ 9, 12, 24, 36. If PeriodUnit is Year, Period can be 1 ~ 3.
- period
Unit String - Unit for subscription NAT Gateway duration, default is Month. Month: month. Year: year.
- project
Name String - Name of the project the NAT Gateway belongs to. If not specified, defaults to the 'default' project.
- smart
Schedule BooleanEnabled - Whether to enable intelligent scheduling
- smart
Schedule StringRule - Intelligent scheduling policy rules. ChinaMobile: China Mobile. ChinaUnicom: China Unicom. ChinaTelecom: China Telecom. BGP: BGP multi-line.
- snat
Entry List<String>Ids - SNAT rule ID list
- spec String
- NAT Gateway specification. Small (default): Small. Medium: Medium. Large: Large. ExtraLarge1: Extra Large 1. ExtraLarge2: Extra Large 2.
- status String
- Status of the NAT Gateway. Available: Available. Creating: Creating. Pending: In progress. Deleting: Deleting.
- subnet
Id String - ID of the subnet where the NAT gateway is located. The input subnet must be a subnet of the private network specified by VpcId. There must be at least one available private IP in the subnet. The system automatically generates a NAT gateway network interface that will occupy one private IP in this subnet. The availability zone of the subnet must have deployed NAT gateway resources. The availability zone of the subnet will be used as the primary availability zone for the NAT gateway and will automatically associate with a backup availability zone. When the primary availability zone fails, the NAT gateway automatically switches to the backup availability zone.
- List<Property Map>
- Tag list
- updated
Time String - Last operation time of the NAT Gateway
- vpc
Id String - ID of the private network where the NAT Gateway is located
- zone
Id String - ID of the primary availability zone the NAT Gateway belongs to
Supporting Types
GetNgwEipAddress
- Allocation
Id string - Public IP ID
- Eip
Address string - Public IP address
- Using
Status string - Usage status of the public IP. Idle: Not used. UsedBySnat: Used by SNAT rule. UsedByDnat: Used by DNAT rule. UsedByNat: Used by both SNAT and DNAT rules.
- Allocation
Id string - Public IP ID
- Eip
Address string - Public IP address
- Using
Status string - Usage status of the public IP. Idle: Not used. UsedBySnat: Used by SNAT rule. UsedByDnat: Used by DNAT rule. UsedByNat: Used by both SNAT and DNAT rules.
- allocation
Id String - Public IP ID
- eip
Address String - Public IP address
- using
Status String - Usage status of the public IP. Idle: Not used. UsedBySnat: Used by SNAT rule. UsedByDnat: Used by DNAT rule. UsedByNat: Used by both SNAT and DNAT rules.
- allocation
Id string - Public IP ID
- eip
Address string - Public IP address
- using
Status string - Usage status of the public IP. Idle: Not used. UsedBySnat: Used by SNAT rule. UsedByDnat: Used by DNAT rule. UsedByNat: Used by both SNAT and DNAT rules.
- allocation_
id str - Public IP ID
- eip_
address str - Public IP address
- using_
status str - Usage status of the public IP. Idle: Not used. UsedBySnat: Used by SNAT rule. UsedByDnat: Used by DNAT rule. UsedByNat: Used by both SNAT and DNAT rules.
- allocation
Id String - Public IP ID
- eip
Address String - Public IP address
- using
Status String - Usage status of the public IP. Idle: Not used. UsedBySnat: Used by SNAT rule. UsedByDnat: Used by DNAT rule. UsedByNat: Used by both SNAT and DNAT rules.
GetNgwNatIpAddress
- Nat
Ip stringAddress - Transit IP address
- Nat
Ip stringId - Transit IP ID
- Nat
Ip stringAddress - Transit IP address
- Nat
Ip stringId - Transit IP ID
- nat
Ip StringAddress - Transit IP address
- nat
Ip StringId - Transit IP ID
- nat
Ip stringAddress - Transit IP address
- nat
Ip stringId - Transit IP ID
- nat_
ip_ straddress - Transit IP address
- nat_
ip_ strid - Transit IP ID
- nat
Ip StringAddress - Transit IP address
- nat
Ip StringId - Transit IP ID
GetNgwTag
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
