Viewing docs for bytepluscc v0.0.16
published on Monday, Mar 9, 2026 by Byteplus
published on Monday, Mar 9, 2026 by Byteplus
Viewing docs for bytepluscc v0.0.16
published on Monday, Mar 9, 2026 by Byteplus
published on Monday, Mar 9, 2026 by Byteplus
Data Source schema for Byteplus::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: bytepluscc: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网关的计费方式。取值如下:1 :包年包月。2(默认值):按量计费-按规格计费。3:按量计费-按使用量计费。当NetworkType传入intranet时,本参数仅支持且必须传入3。
- Business
Status string - NAT网关是否被锁定。空值:正常未被锁定。Normal:正常未被锁定。FinancialLocked:因欠费被锁定。
- Created
Time string - 创建时间
- Deleted
Time string - 删除时间
- Description string
- NAT网关的描述。需要以字母、中文或数字开头。可包含英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、短横线(-)、中文逗号(,)、中文句号(。)。长度限制为1 ~ 255个字符。不填默认空字符串。
- Direct
Mode bool - 标识该nat是直通还是非直通。 - true(默认):EIP直通nat网关。 - false:非EIP直通nat网关。
- Dnat
Entry List<string>Ids - DNAT规则ID列表。
- Eip
Addresses List<Byteplus.Get Ngw Eip Address> - NAT网关绑定公网IP的信息。
- Expired
Time string - 包年包月NAT网关到期时间。仅包年包月计费类型的NAT网关会返回此参数。
- Id string
- Uniquely identifies the resource.
- Lock
Reason string - NAT被锁定的原因。financial:因欠费被锁定。security:因安全原因被锁定。
- Nat
Gateway stringId - NAT网关ID。
- Nat
Gateway stringName - NAT网关的名称。需要以字母、中文或数字开头,可包含点号(.)、下划线(_)和短划线(-)。长度限制为1 ~ 128个字符。不填默认是NAT网关实例的ID。
- Nat
Ip List<Byteplus.Addresses Get Ngw Nat Ip Address> - 私网NAT实例的中转IP列表。
- Network
Interface stringId - NAT网关占用的网卡ID。
- Network
Type string - NAT网关类型。internet:公网NAT网关。intranet:私网NAT网关。
- Overdue
Time string - 资源冻结时间。仅当资源因为欠费冻结,此参数才会有返回值。
- Period int
- 购买包年包月NAT网关的时长,默认1。当PeriodUnit传入Month,Period取值范围:1 ~ 9、12、24、36。当PeriodUnit传入Year,Period取值范围:1 ~ 3。
- Period
Unit string - 购买包年包月NAT网关时长的单位,默认Month。Month :月。Year :年。
- Project
Name string - NAT网关所属项目的名称。不填默认加入default项目。
- Smart
Schedule boolEnabled - 是否开启智能调度。
- Smart
Schedule stringRule - 智能调度策略规则。ChinaMobile:中国移动。ChinaUnicom:中国联通。ChinaTelecom:中国电信。BGP:BGP多线。
- Snat
Entry List<string>Ids - SNAT规则ID列表。
- Spec string
- NAT网关的规格。Small(默认):小型。Medium:中型。Large:大型。ExtraLarge1:超大型-1。ExtraLarge2:超大型-2。
- Status string
- NAT网关的状态。Available:可用。Creating:创建中。Pending:操作中。Deleting:删除中。
- Subnet
Id string - NAT网关所在子网的ID。传入的子网,必须是VpcId传入的私有网络的子网。子网内至少有一个可用的私网IP。系统自动生成的NAT网关网卡将占用该子网一个私网IP。子网所在的可用区需要已部署NAT网关资源。子网所在可用区将作为NAT网关的主可用区,并自动关联备可用区。当主可用区发生故障时,NAT网关自动切换到备可用区。
-
List<Byteplus.
Get Ngw Tag> - 标签列表。
- Updated
Time string - NAT网关的最后操作时间。
- Vpc
Id string - NAT网关所在私有网络的ID。
- Zone
Id string - NAT网关所属主可用区的ID。
- Billing
Type int - NAT网关的计费方式。取值如下:1 :包年包月。2(默认值):按量计费-按规格计费。3:按量计费-按使用量计费。当NetworkType传入intranet时,本参数仅支持且必须传入3。
- Business
Status string - NAT网关是否被锁定。空值:正常未被锁定。Normal:正常未被锁定。FinancialLocked:因欠费被锁定。
- Created
Time string - 创建时间
- Deleted
Time string - 删除时间
- Description string
- NAT网关的描述。需要以字母、中文或数字开头。可包含英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、短横线(-)、中文逗号(,)、中文句号(。)。长度限制为1 ~ 255个字符。不填默认空字符串。
- Direct
Mode bool - 标识该nat是直通还是非直通。 - true(默认):EIP直通nat网关。 - false:非EIP直通nat网关。
- Dnat
Entry []stringIds - DNAT规则ID列表。
- Eip
Addresses []GetNgw Eip Address - NAT网关绑定公网IP的信息。
- Expired
Time string - 包年包月NAT网关到期时间。仅包年包月计费类型的NAT网关会返回此参数。
- Id string
- Uniquely identifies the resource.
- Lock
Reason string - NAT被锁定的原因。financial:因欠费被锁定。security:因安全原因被锁定。
- Nat
Gateway stringId - NAT网关ID。
- Nat
Gateway stringName - NAT网关的名称。需要以字母、中文或数字开头,可包含点号(.)、下划线(_)和短划线(-)。长度限制为1 ~ 128个字符。不填默认是NAT网关实例的ID。
- Nat
Ip []GetAddresses Ngw Nat Ip Address - 私网NAT实例的中转IP列表。
- Network
Interface stringId - NAT网关占用的网卡ID。
- Network
Type string - NAT网关类型。internet:公网NAT网关。intranet:私网NAT网关。
- Overdue
Time string - 资源冻结时间。仅当资源因为欠费冻结,此参数才会有返回值。
- Period int
- 购买包年包月NAT网关的时长,默认1。当PeriodUnit传入Month,Period取值范围:1 ~ 9、12、24、36。当PeriodUnit传入Year,Period取值范围:1 ~ 3。
- Period
Unit string - 购买包年包月NAT网关时长的单位,默认Month。Month :月。Year :年。
- Project
Name string - NAT网关所属项目的名称。不填默认加入default项目。
- Smart
Schedule boolEnabled - 是否开启智能调度。
- Smart
Schedule stringRule - 智能调度策略规则。ChinaMobile:中国移动。ChinaUnicom:中国联通。ChinaTelecom:中国电信。BGP:BGP多线。
- Snat
Entry []stringIds - SNAT规则ID列表。
- Spec string
- NAT网关的规格。Small(默认):小型。Medium:中型。Large:大型。ExtraLarge1:超大型-1。ExtraLarge2:超大型-2。
- Status string
- NAT网关的状态。Available:可用。Creating:创建中。Pending:操作中。Deleting:删除中。
- Subnet
Id string - NAT网关所在子网的ID。传入的子网,必须是VpcId传入的私有网络的子网。子网内至少有一个可用的私网IP。系统自动生成的NAT网关网卡将占用该子网一个私网IP。子网所在的可用区需要已部署NAT网关资源。子网所在可用区将作为NAT网关的主可用区,并自动关联备可用区。当主可用区发生故障时,NAT网关自动切换到备可用区。
-
[]Get
Ngw Tag - 标签列表。
- Updated
Time string - NAT网关的最后操作时间。
- Vpc
Id string - NAT网关所在私有网络的ID。
- Zone
Id string - NAT网关所属主可用区的ID。
- billing
Type Integer - NAT网关的计费方式。取值如下:1 :包年包月。2(默认值):按量计费-按规格计费。3:按量计费-按使用量计费。当NetworkType传入intranet时,本参数仅支持且必须传入3。
- business
Status String - NAT网关是否被锁定。空值:正常未被锁定。Normal:正常未被锁定。FinancialLocked:因欠费被锁定。
- created
Time String - 创建时间
- deleted
Time String - 删除时间
- description String
- NAT网关的描述。需要以字母、中文或数字开头。可包含英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、短横线(-)、中文逗号(,)、中文句号(。)。长度限制为1 ~ 255个字符。不填默认空字符串。
- direct
Mode Boolean - 标识该nat是直通还是非直通。 - true(默认):EIP直通nat网关。 - false:非EIP直通nat网关。
- dnat
Entry List<String>Ids - DNAT规则ID列表。
- eip
Addresses List<GetNgw Eip Address> - NAT网关绑定公网IP的信息。
- expired
Time String - 包年包月NAT网关到期时间。仅包年包月计费类型的NAT网关会返回此参数。
- id String
- Uniquely identifies the resource.
- lock
Reason String - NAT被锁定的原因。financial:因欠费被锁定。security:因安全原因被锁定。
- nat
Gateway StringId - NAT网关ID。
- nat
Gateway StringName - NAT网关的名称。需要以字母、中文或数字开头,可包含点号(.)、下划线(_)和短划线(-)。长度限制为1 ~ 128个字符。不填默认是NAT网关实例的ID。
- nat
Ip List<GetAddresses Ngw Nat Ip Address> - 私网NAT实例的中转IP列表。
- network
Interface StringId - NAT网关占用的网卡ID。
- network
Type String - NAT网关类型。internet:公网NAT网关。intranet:私网NAT网关。
- overdue
Time String - 资源冻结时间。仅当资源因为欠费冻结,此参数才会有返回值。
- period Integer
- 购买包年包月NAT网关的时长,默认1。当PeriodUnit传入Month,Period取值范围:1 ~ 9、12、24、36。当PeriodUnit传入Year,Period取值范围:1 ~ 3。
- period
Unit String - 购买包年包月NAT网关时长的单位,默认Month。Month :月。Year :年。
- project
Name String - NAT网关所属项目的名称。不填默认加入default项目。
- smart
Schedule BooleanEnabled - 是否开启智能调度。
- smart
Schedule StringRule - 智能调度策略规则。ChinaMobile:中国移动。ChinaUnicom:中国联通。ChinaTelecom:中国电信。BGP:BGP多线。
- snat
Entry List<String>Ids - SNAT规则ID列表。
- spec String
- NAT网关的规格。Small(默认):小型。Medium:中型。Large:大型。ExtraLarge1:超大型-1。ExtraLarge2:超大型-2。
- status String
- NAT网关的状态。Available:可用。Creating:创建中。Pending:操作中。Deleting:删除中。
- subnet
Id String - NAT网关所在子网的ID。传入的子网,必须是VpcId传入的私有网络的子网。子网内至少有一个可用的私网IP。系统自动生成的NAT网关网卡将占用该子网一个私网IP。子网所在的可用区需要已部署NAT网关资源。子网所在可用区将作为NAT网关的主可用区,并自动关联备可用区。当主可用区发生故障时,NAT网关自动切换到备可用区。
-
List<Get
Ngw Tag> - 标签列表。
- updated
Time String - NAT网关的最后操作时间。
- vpc
Id String - NAT网关所在私有网络的ID。
- zone
Id String - NAT网关所属主可用区的ID。
- billing
Type number - NAT网关的计费方式。取值如下:1 :包年包月。2(默认值):按量计费-按规格计费。3:按量计费-按使用量计费。当NetworkType传入intranet时,本参数仅支持且必须传入3。
- business
Status string - NAT网关是否被锁定。空值:正常未被锁定。Normal:正常未被锁定。FinancialLocked:因欠费被锁定。
- created
Time string - 创建时间
- deleted
Time string - 删除时间
- description string
- NAT网关的描述。需要以字母、中文或数字开头。可包含英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、短横线(-)、中文逗号(,)、中文句号(。)。长度限制为1 ~ 255个字符。不填默认空字符串。
- direct
Mode boolean - 标识该nat是直通还是非直通。 - true(默认):EIP直通nat网关。 - false:非EIP直通nat网关。
- dnat
Entry string[]Ids - DNAT规则ID列表。
- eip
Addresses GetNgw Eip Address[] - NAT网关绑定公网IP的信息。
- expired
Time string - 包年包月NAT网关到期时间。仅包年包月计费类型的NAT网关会返回此参数。
- id string
- Uniquely identifies the resource.
- lock
Reason string - NAT被锁定的原因。financial:因欠费被锁定。security:因安全原因被锁定。
- nat
Gateway stringId - NAT网关ID。
- nat
Gateway stringName - NAT网关的名称。需要以字母、中文或数字开头,可包含点号(.)、下划线(_)和短划线(-)。长度限制为1 ~ 128个字符。不填默认是NAT网关实例的ID。
- nat
Ip GetAddresses Ngw Nat Ip Address[] - 私网NAT实例的中转IP列表。
- network
Interface stringId - NAT网关占用的网卡ID。
- network
Type string - NAT网关类型。internet:公网NAT网关。intranet:私网NAT网关。
- overdue
Time string - 资源冻结时间。仅当资源因为欠费冻结,此参数才会有返回值。
- period number
- 购买包年包月NAT网关的时长,默认1。当PeriodUnit传入Month,Period取值范围:1 ~ 9、12、24、36。当PeriodUnit传入Year,Period取值范围:1 ~ 3。
- period
Unit string - 购买包年包月NAT网关时长的单位,默认Month。Month :月。Year :年。
- project
Name string - NAT网关所属项目的名称。不填默认加入default项目。
- smart
Schedule booleanEnabled - 是否开启智能调度。
- smart
Schedule stringRule - 智能调度策略规则。ChinaMobile:中国移动。ChinaUnicom:中国联通。ChinaTelecom:中国电信。BGP:BGP多线。
- snat
Entry string[]Ids - SNAT规则ID列表。
- spec string
- NAT网关的规格。Small(默认):小型。Medium:中型。Large:大型。ExtraLarge1:超大型-1。ExtraLarge2:超大型-2。
- status string
- NAT网关的状态。Available:可用。Creating:创建中。Pending:操作中。Deleting:删除中。
- subnet
Id string - NAT网关所在子网的ID。传入的子网,必须是VpcId传入的私有网络的子网。子网内至少有一个可用的私网IP。系统自动生成的NAT网关网卡将占用该子网一个私网IP。子网所在的可用区需要已部署NAT网关资源。子网所在可用区将作为NAT网关的主可用区,并自动关联备可用区。当主可用区发生故障时,NAT网关自动切换到备可用区。
-
Get
Ngw Tag[] - 标签列表。
- updated
Time string - NAT网关的最后操作时间。
- vpc
Id string - NAT网关所在私有网络的ID。
- zone
Id string - NAT网关所属主可用区的ID。
- billing_
type int - NAT网关的计费方式。取值如下:1 :包年包月。2(默认值):按量计费-按规格计费。3:按量计费-按使用量计费。当NetworkType传入intranet时,本参数仅支持且必须传入3。
- business_
status str - NAT网关是否被锁定。空值:正常未被锁定。Normal:正常未被锁定。FinancialLocked:因欠费被锁定。
- created_
time str - 创建时间
- deleted_
time str - 删除时间
- description str
- NAT网关的描述。需要以字母、中文或数字开头。可包含英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、短横线(-)、中文逗号(,)、中文句号(。)。长度限制为1 ~ 255个字符。不填默认空字符串。
- direct_
mode bool - 标识该nat是直通还是非直通。 - true(默认):EIP直通nat网关。 - false:非EIP直通nat网关。
- dnat_
entry_ Sequence[str]ids - DNAT规则ID列表。
- eip_
addresses Sequence[GetNgw Eip Address] - NAT网关绑定公网IP的信息。
- expired_
time str - 包年包月NAT网关到期时间。仅包年包月计费类型的NAT网关会返回此参数。
- id str
- Uniquely identifies the resource.
- lock_
reason str - NAT被锁定的原因。financial:因欠费被锁定。security:因安全原因被锁定。
- nat_
gateway_ strid - NAT网关ID。
- nat_
gateway_ strname - NAT网关的名称。需要以字母、中文或数字开头,可包含点号(.)、下划线(_)和短划线(-)。长度限制为1 ~ 128个字符。不填默认是NAT网关实例的ID。
- nat_
ip_ Sequence[Getaddresses Ngw Nat Ip Address] - 私网NAT实例的中转IP列表。
- network_
interface_ strid - NAT网关占用的网卡ID。
- network_
type str - NAT网关类型。internet:公网NAT网关。intranet:私网NAT网关。
- overdue_
time str - 资源冻结时间。仅当资源因为欠费冻结,此参数才会有返回值。
- period int
- 购买包年包月NAT网关的时长,默认1。当PeriodUnit传入Month,Period取值范围:1 ~ 9、12、24、36。当PeriodUnit传入Year,Period取值范围:1 ~ 3。
- period_
unit str - 购买包年包月NAT网关时长的单位,默认Month。Month :月。Year :年。
- project_
name str - NAT网关所属项目的名称。不填默认加入default项目。
- smart_
schedule_ boolenabled - 是否开启智能调度。
- smart_
schedule_ strrule - 智能调度策略规则。ChinaMobile:中国移动。ChinaUnicom:中国联通。ChinaTelecom:中国电信。BGP:BGP多线。
- snat_
entry_ Sequence[str]ids - SNAT规则ID列表。
- spec str
- NAT网关的规格。Small(默认):小型。Medium:中型。Large:大型。ExtraLarge1:超大型-1。ExtraLarge2:超大型-2。
- status str
- NAT网关的状态。Available:可用。Creating:创建中。Pending:操作中。Deleting:删除中。
- subnet_
id str - NAT网关所在子网的ID。传入的子网,必须是VpcId传入的私有网络的子网。子网内至少有一个可用的私网IP。系统自动生成的NAT网关网卡将占用该子网一个私网IP。子网所在的可用区需要已部署NAT网关资源。子网所在可用区将作为NAT网关的主可用区,并自动关联备可用区。当主可用区发生故障时,NAT网关自动切换到备可用区。
-
Sequence[Get
Ngw Tag] - 标签列表。
- updated_
time str - NAT网关的最后操作时间。
- vpc_
id str - NAT网关所在私有网络的ID。
- zone_
id str - NAT网关所属主可用区的ID。
- billing
Type Number - NAT网关的计费方式。取值如下:1 :包年包月。2(默认值):按量计费-按规格计费。3:按量计费-按使用量计费。当NetworkType传入intranet时,本参数仅支持且必须传入3。
- business
Status String - NAT网关是否被锁定。空值:正常未被锁定。Normal:正常未被锁定。FinancialLocked:因欠费被锁定。
- created
Time String - 创建时间
- deleted
Time String - 删除时间
- description String
- NAT网关的描述。需要以字母、中文或数字开头。可包含英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、短横线(-)、中文逗号(,)、中文句号(。)。长度限制为1 ~ 255个字符。不填默认空字符串。
- direct
Mode Boolean - 标识该nat是直通还是非直通。 - true(默认):EIP直通nat网关。 - false:非EIP直通nat网关。
- dnat
Entry List<String>Ids - DNAT规则ID列表。
- eip
Addresses List<Property Map> - NAT网关绑定公网IP的信息。
- expired
Time String - 包年包月NAT网关到期时间。仅包年包月计费类型的NAT网关会返回此参数。
- id String
- Uniquely identifies the resource.
- lock
Reason String - NAT被锁定的原因。financial:因欠费被锁定。security:因安全原因被锁定。
- nat
Gateway StringId - NAT网关ID。
- nat
Gateway StringName - NAT网关的名称。需要以字母、中文或数字开头,可包含点号(.)、下划线(_)和短划线(-)。长度限制为1 ~ 128个字符。不填默认是NAT网关实例的ID。
- nat
Ip List<Property Map>Addresses - 私网NAT实例的中转IP列表。
- network
Interface StringId - NAT网关占用的网卡ID。
- network
Type String - NAT网关类型。internet:公网NAT网关。intranet:私网NAT网关。
- overdue
Time String - 资源冻结时间。仅当资源因为欠费冻结,此参数才会有返回值。
- period Number
- 购买包年包月NAT网关的时长,默认1。当PeriodUnit传入Month,Period取值范围:1 ~ 9、12、24、36。当PeriodUnit传入Year,Period取值范围:1 ~ 3。
- period
Unit String - 购买包年包月NAT网关时长的单位,默认Month。Month :月。Year :年。
- project
Name String - NAT网关所属项目的名称。不填默认加入default项目。
- smart
Schedule BooleanEnabled - 是否开启智能调度。
- smart
Schedule StringRule - 智能调度策略规则。ChinaMobile:中国移动。ChinaUnicom:中国联通。ChinaTelecom:中国电信。BGP:BGP多线。
- snat
Entry List<String>Ids - SNAT规则ID列表。
- spec String
- NAT网关的规格。Small(默认):小型。Medium:中型。Large:大型。ExtraLarge1:超大型-1。ExtraLarge2:超大型-2。
- status String
- NAT网关的状态。Available:可用。Creating:创建中。Pending:操作中。Deleting:删除中。
- subnet
Id String - NAT网关所在子网的ID。传入的子网,必须是VpcId传入的私有网络的子网。子网内至少有一个可用的私网IP。系统自动生成的NAT网关网卡将占用该子网一个私网IP。子网所在的可用区需要已部署NAT网关资源。子网所在可用区将作为NAT网关的主可用区,并自动关联备可用区。当主可用区发生故障时,NAT网关自动切换到备可用区。
- List<Property Map>
- 标签列表。
- updated
Time String - NAT网关的最后操作时间。
- vpc
Id String - NAT网关所在私有网络的ID。
- zone
Id String - NAT网关所属主可用区的ID。
Supporting Types
GetNgwEipAddress
- Allocation
Id string - 公网IP的ID。
- Eip
Address string - 公网IP的地址。
- Using
Status string - 公网IP的使用状态。Idle:未使用。UsedBySnat:被SNAT规则使用。UsedByDnat:被DNAT规则使用。UsedByNat:被SNAT/DNAT规则同时使用。
- Allocation
Id string - 公网IP的ID。
- Eip
Address string - 公网IP的地址。
- Using
Status string - 公网IP的使用状态。Idle:未使用。UsedBySnat:被SNAT规则使用。UsedByDnat:被DNAT规则使用。UsedByNat:被SNAT/DNAT规则同时使用。
- allocation
Id String - 公网IP的ID。
- eip
Address String - 公网IP的地址。
- using
Status String - 公网IP的使用状态。Idle:未使用。UsedBySnat:被SNAT规则使用。UsedByDnat:被DNAT规则使用。UsedByNat:被SNAT/DNAT规则同时使用。
- allocation
Id string - 公网IP的ID。
- eip
Address string - 公网IP的地址。
- using
Status string - 公网IP的使用状态。Idle:未使用。UsedBySnat:被SNAT规则使用。UsedByDnat:被DNAT规则使用。UsedByNat:被SNAT/DNAT规则同时使用。
- allocation_
id str - 公网IP的ID。
- eip_
address str - 公网IP的地址。
- using_
status str - 公网IP的使用状态。Idle:未使用。UsedBySnat:被SNAT规则使用。UsedByDnat:被DNAT规则使用。UsedByNat:被SNAT/DNAT规则同时使用。
- allocation
Id String - 公网IP的ID。
- eip
Address String - 公网IP的地址。
- using
Status String - 公网IP的使用状态。Idle:未使用。UsedBySnat:被SNAT规则使用。UsedByDnat:被DNAT规则使用。UsedByNat:被SNAT/DNAT规则同时使用。
GetNgwNatIpAddress
- Nat
Ip stringAddress - 中转Ip地址。
- Nat
Ip stringId - 中转Ip id。
- Nat
Ip stringAddress - 中转Ip地址。
- Nat
Ip stringId - 中转Ip id。
- nat
Ip StringAddress - 中转Ip地址。
- nat
Ip StringId - 中转Ip id。
- nat
Ip stringAddress - 中转Ip地址。
- nat
Ip stringId - 中转Ip id。
- nat_
ip_ straddress - 中转Ip地址。
- nat_
ip_ strid - 中转Ip id。
- nat
Ip StringAddress - 中转Ip地址。
- nat
Ip StringId - 中转Ip id。
GetNgwTag
Package Details
- Repository
- bytepluscc byteplus-sdk/pulumi-bytepluscc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
byteplusccTerraform Provider.
Viewing docs for bytepluscc v0.0.16
published on Monday, Mar 9, 2026 by Byteplus
published on Monday, Mar 9, 2026 by Byteplus
