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::DirectConnect::DirectConnectGateway
Using getDirectConnectGateway
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 getDirectConnectGateway(args: GetDirectConnectGatewayArgs, opts?: InvokeOptions): Promise<GetDirectConnectGatewayResult>
function getDirectConnectGatewayOutput(args: GetDirectConnectGatewayOutputArgs, opts?: InvokeOptions): Output<GetDirectConnectGatewayResult>def get_direct_connect_gateway(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDirectConnectGatewayResult
def get_direct_connect_gateway_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDirectConnectGatewayResult]func LookupDirectConnectGateway(ctx *Context, args *LookupDirectConnectGatewayArgs, opts ...InvokeOption) (*LookupDirectConnectGatewayResult, error)
func LookupDirectConnectGatewayOutput(ctx *Context, args *LookupDirectConnectGatewayOutputArgs, opts ...InvokeOption) LookupDirectConnectGatewayResultOutput> Note: This function is named LookupDirectConnectGateway in the Go SDK.
public static class GetDirectConnectGateway
{
public static Task<GetDirectConnectGatewayResult> InvokeAsync(GetDirectConnectGatewayArgs args, InvokeOptions? opts = null)
public static Output<GetDirectConnectGatewayResult> Invoke(GetDirectConnectGatewayInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDirectConnectGatewayResult> getDirectConnectGateway(GetDirectConnectGatewayArgs args, InvokeOptions options)
public static Output<GetDirectConnectGatewayResult> getDirectConnectGateway(GetDirectConnectGatewayArgs args, InvokeOptions options)
fn::invoke:
function: bytepluscc:directconnect/getDirectConnectGateway:getDirectConnectGateway
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.
getDirectConnectGateway Result
The following output properties are available:
- Account
Id string - 专线网关所属账号的ID。
- Associate
Cens List<Byteplus.Get Direct Connect Gateway Associate Cen> - 关联的CEN信息。
- Bgp
Asn int - 专线网关的ASN(Autonomous System Number)。专线网关ASN有效范围为:137718、64512 ~ 65534 、4200000000 ~ 4294967294,其中137718为火山引擎的ASN。如果专线网关仅在普通场景下使用(如本地IDC通过专线连接访问单个云上VPC资源),请使用火山引擎ASN(137718)。如果专线网关在特殊场景下使用(如单个IDC通过专线连接访问多个云企业网),每个专线网关均要自定义ASN且避免使用火山引擎ASN(137718),确保不同专线网关的ASN不重复。
- Business
Status string - 专线网关是否被锁定。Normal:正常。FinancialLocked:被锁定。
- Created
Time string - 创建专线网关的时间。
- Deleted
Time string - 预期资源强制回收时间。仅当资源因为欠费冻结,此参数才会有返回值,否则均返回空值。
- Description string
- 专线网关的描述信息。以中文、字母、数字开头,只能包含中文、字母、数字、点号(.)、空格( )、下划线(_)、中划线(-)、等号(=)、英文逗号(,)、中文逗号(,)、中文句号(。)。长度限制为0 ~ 255个字符。不传入该参数或该参数不传入数值时,默认为空字符串。
- Direct
Connect stringGateway Id - 专线网关的ID。
- Direct
Connect stringGateway Name - 专线网关的名称。以中文、字母、数字开头,只能包含中文、字母、数字、点号(.)、下划线(_)和短横线(-)。长度限制为1 ~ 128个字符。不传入该参数或该参数不传入数值时,默认为专线网关的ID。
- Enable
Ipv6 bool - 是否支持IPv6。true:支持。false:不支持。
- Id string
- Uniquely identifies the resource.
- Lock
Reason string - 专线网关被锁定的原因。unlock:解锁。financial:因欠费被锁定。security:因安全被锁定。
- Overdue
Time string - 资源冻结时间。仅当资源因为欠费冻结,此参数才会有返回值,否则均返回空值。
- Project
Name string - 专线网关所属的项目。
- Status string
- 专线网关的状态。Creating:创建中。Deleting:删除中。Pending:配置中。Available:可用。
-
List<Byteplus.
Get Direct Connect Gateway Tag> - 专线网关已添加的全部标签信息。
- Updated
Time string - 更新专线网关的时间。
- Account
Id string - 专线网关所属账号的ID。
- Associate
Cens []GetDirect Connect Gateway Associate Cen - 关联的CEN信息。
- Bgp
Asn int - 专线网关的ASN(Autonomous System Number)。专线网关ASN有效范围为:137718、64512 ~ 65534 、4200000000 ~ 4294967294,其中137718为火山引擎的ASN。如果专线网关仅在普通场景下使用(如本地IDC通过专线连接访问单个云上VPC资源),请使用火山引擎ASN(137718)。如果专线网关在特殊场景下使用(如单个IDC通过专线连接访问多个云企业网),每个专线网关均要自定义ASN且避免使用火山引擎ASN(137718),确保不同专线网关的ASN不重复。
- Business
Status string - 专线网关是否被锁定。Normal:正常。FinancialLocked:被锁定。
- Created
Time string - 创建专线网关的时间。
- Deleted
Time string - 预期资源强制回收时间。仅当资源因为欠费冻结,此参数才会有返回值,否则均返回空值。
- Description string
- 专线网关的描述信息。以中文、字母、数字开头,只能包含中文、字母、数字、点号(.)、空格( )、下划线(_)、中划线(-)、等号(=)、英文逗号(,)、中文逗号(,)、中文句号(。)。长度限制为0 ~ 255个字符。不传入该参数或该参数不传入数值时,默认为空字符串。
- Direct
Connect stringGateway Id - 专线网关的ID。
- Direct
Connect stringGateway Name - 专线网关的名称。以中文、字母、数字开头,只能包含中文、字母、数字、点号(.)、下划线(_)和短横线(-)。长度限制为1 ~ 128个字符。不传入该参数或该参数不传入数值时,默认为专线网关的ID。
- Enable
Ipv6 bool - 是否支持IPv6。true:支持。false:不支持。
- Id string
- Uniquely identifies the resource.
- Lock
Reason string - 专线网关被锁定的原因。unlock:解锁。financial:因欠费被锁定。security:因安全被锁定。
- Overdue
Time string - 资源冻结时间。仅当资源因为欠费冻结,此参数才会有返回值,否则均返回空值。
- Project
Name string - 专线网关所属的项目。
- Status string
- 专线网关的状态。Creating:创建中。Deleting:删除中。Pending:配置中。Available:可用。
-
[]Get
Direct Connect Gateway Tag - 专线网关已添加的全部标签信息。
- Updated
Time string - 更新专线网关的时间。
- account
Id String - 专线网关所属账号的ID。
- associate
Cens List<GetDirect Connect Gateway Associate Cen> - 关联的CEN信息。
- bgp
Asn Integer - 专线网关的ASN(Autonomous System Number)。专线网关ASN有效范围为:137718、64512 ~ 65534 、4200000000 ~ 4294967294,其中137718为火山引擎的ASN。如果专线网关仅在普通场景下使用(如本地IDC通过专线连接访问单个云上VPC资源),请使用火山引擎ASN(137718)。如果专线网关在特殊场景下使用(如单个IDC通过专线连接访问多个云企业网),每个专线网关均要自定义ASN且避免使用火山引擎ASN(137718),确保不同专线网关的ASN不重复。
- business
Status String - 专线网关是否被锁定。Normal:正常。FinancialLocked:被锁定。
- created
Time String - 创建专线网关的时间。
- deleted
Time String - 预期资源强制回收时间。仅当资源因为欠费冻结,此参数才会有返回值,否则均返回空值。
- description String
- 专线网关的描述信息。以中文、字母、数字开头,只能包含中文、字母、数字、点号(.)、空格( )、下划线(_)、中划线(-)、等号(=)、英文逗号(,)、中文逗号(,)、中文句号(。)。长度限制为0 ~ 255个字符。不传入该参数或该参数不传入数值时,默认为空字符串。
- direct
Connect StringGateway Id - 专线网关的ID。
- direct
Connect StringGateway Name - 专线网关的名称。以中文、字母、数字开头,只能包含中文、字母、数字、点号(.)、下划线(_)和短横线(-)。长度限制为1 ~ 128个字符。不传入该参数或该参数不传入数值时,默认为专线网关的ID。
- enable
Ipv6 Boolean - 是否支持IPv6。true:支持。false:不支持。
- id String
- Uniquely identifies the resource.
- lock
Reason String - 专线网关被锁定的原因。unlock:解锁。financial:因欠费被锁定。security:因安全被锁定。
- overdue
Time String - 资源冻结时间。仅当资源因为欠费冻结,此参数才会有返回值,否则均返回空值。
- project
Name String - 专线网关所属的项目。
- status String
- 专线网关的状态。Creating:创建中。Deleting:删除中。Pending:配置中。Available:可用。
-
List<Get
Direct Connect Gateway Tag> - 专线网关已添加的全部标签信息。
- updated
Time String - 更新专线网关的时间。
- account
Id string - 专线网关所属账号的ID。
- associate
Cens GetDirect Connect Gateway Associate Cen[] - 关联的CEN信息。
- bgp
Asn number - 专线网关的ASN(Autonomous System Number)。专线网关ASN有效范围为:137718、64512 ~ 65534 、4200000000 ~ 4294967294,其中137718为火山引擎的ASN。如果专线网关仅在普通场景下使用(如本地IDC通过专线连接访问单个云上VPC资源),请使用火山引擎ASN(137718)。如果专线网关在特殊场景下使用(如单个IDC通过专线连接访问多个云企业网),每个专线网关均要自定义ASN且避免使用火山引擎ASN(137718),确保不同专线网关的ASN不重复。
- business
Status string - 专线网关是否被锁定。Normal:正常。FinancialLocked:被锁定。
- created
Time string - 创建专线网关的时间。
- deleted
Time string - 预期资源强制回收时间。仅当资源因为欠费冻结,此参数才会有返回值,否则均返回空值。
- description string
- 专线网关的描述信息。以中文、字母、数字开头,只能包含中文、字母、数字、点号(.)、空格( )、下划线(_)、中划线(-)、等号(=)、英文逗号(,)、中文逗号(,)、中文句号(。)。长度限制为0 ~ 255个字符。不传入该参数或该参数不传入数值时,默认为空字符串。
- direct
Connect stringGateway Id - 专线网关的ID。
- direct
Connect stringGateway Name - 专线网关的名称。以中文、字母、数字开头,只能包含中文、字母、数字、点号(.)、下划线(_)和短横线(-)。长度限制为1 ~ 128个字符。不传入该参数或该参数不传入数值时,默认为专线网关的ID。
- enable
Ipv6 boolean - 是否支持IPv6。true:支持。false:不支持。
- id string
- Uniquely identifies the resource.
- lock
Reason string - 专线网关被锁定的原因。unlock:解锁。financial:因欠费被锁定。security:因安全被锁定。
- overdue
Time string - 资源冻结时间。仅当资源因为欠费冻结,此参数才会有返回值,否则均返回空值。
- project
Name string - 专线网关所属的项目。
- status string
- 专线网关的状态。Creating:创建中。Deleting:删除中。Pending:配置中。Available:可用。
-
Get
Direct Connect Gateway Tag[] - 专线网关已添加的全部标签信息。
- updated
Time string - 更新专线网关的时间。
- account_
id str - 专线网关所属账号的ID。
- associate_
cens Sequence[GetDirect Connect Gateway Associate Cen] - 关联的CEN信息。
- bgp_
asn int - 专线网关的ASN(Autonomous System Number)。专线网关ASN有效范围为:137718、64512 ~ 65534 、4200000000 ~ 4294967294,其中137718为火山引擎的ASN。如果专线网关仅在普通场景下使用(如本地IDC通过专线连接访问单个云上VPC资源),请使用火山引擎ASN(137718)。如果专线网关在特殊场景下使用(如单个IDC通过专线连接访问多个云企业网),每个专线网关均要自定义ASN且避免使用火山引擎ASN(137718),确保不同专线网关的ASN不重复。
- business_
status str - 专线网关是否被锁定。Normal:正常。FinancialLocked:被锁定。
- created_
time str - 创建专线网关的时间。
- deleted_
time str - 预期资源强制回收时间。仅当资源因为欠费冻结,此参数才会有返回值,否则均返回空值。
- description str
- 专线网关的描述信息。以中文、字母、数字开头,只能包含中文、字母、数字、点号(.)、空格( )、下划线(_)、中划线(-)、等号(=)、英文逗号(,)、中文逗号(,)、中文句号(。)。长度限制为0 ~ 255个字符。不传入该参数或该参数不传入数值时,默认为空字符串。
- direct_
connect_ strgateway_ id - 专线网关的ID。
- direct_
connect_ strgateway_ name - 专线网关的名称。以中文、字母、数字开头,只能包含中文、字母、数字、点号(.)、下划线(_)和短横线(-)。长度限制为1 ~ 128个字符。不传入该参数或该参数不传入数值时,默认为专线网关的ID。
- enable_
ipv6 bool - 是否支持IPv6。true:支持。false:不支持。
- id str
- Uniquely identifies the resource.
- lock_
reason str - 专线网关被锁定的原因。unlock:解锁。financial:因欠费被锁定。security:因安全被锁定。
- overdue_
time str - 资源冻结时间。仅当资源因为欠费冻结,此参数才会有返回值,否则均返回空值。
- project_
name str - 专线网关所属的项目。
- status str
- 专线网关的状态。Creating:创建中。Deleting:删除中。Pending:配置中。Available:可用。
-
Sequence[Get
Direct Connect Gateway Tag] - 专线网关已添加的全部标签信息。
- updated_
time str - 更新专线网关的时间。
- account
Id String - 专线网关所属账号的ID。
- associate
Cens List<Property Map> - 关联的CEN信息。
- bgp
Asn Number - 专线网关的ASN(Autonomous System Number)。专线网关ASN有效范围为:137718、64512 ~ 65534 、4200000000 ~ 4294967294,其中137718为火山引擎的ASN。如果专线网关仅在普通场景下使用(如本地IDC通过专线连接访问单个云上VPC资源),请使用火山引擎ASN(137718)。如果专线网关在特殊场景下使用(如单个IDC通过专线连接访问多个云企业网),每个专线网关均要自定义ASN且避免使用火山引擎ASN(137718),确保不同专线网关的ASN不重复。
- business
Status String - 专线网关是否被锁定。Normal:正常。FinancialLocked:被锁定。
- created
Time String - 创建专线网关的时间。
- deleted
Time String - 预期资源强制回收时间。仅当资源因为欠费冻结,此参数才会有返回值,否则均返回空值。
- description String
- 专线网关的描述信息。以中文、字母、数字开头,只能包含中文、字母、数字、点号(.)、空格( )、下划线(_)、中划线(-)、等号(=)、英文逗号(,)、中文逗号(,)、中文句号(。)。长度限制为0 ~ 255个字符。不传入该参数或该参数不传入数值时,默认为空字符串。
- direct
Connect StringGateway Id - 专线网关的ID。
- direct
Connect StringGateway Name - 专线网关的名称。以中文、字母、数字开头,只能包含中文、字母、数字、点号(.)、下划线(_)和短横线(-)。长度限制为1 ~ 128个字符。不传入该参数或该参数不传入数值时,默认为专线网关的ID。
- enable
Ipv6 Boolean - 是否支持IPv6。true:支持。false:不支持。
- id String
- Uniquely identifies the resource.
- lock
Reason String - 专线网关被锁定的原因。unlock:解锁。financial:因欠费被锁定。security:因安全被锁定。
- overdue
Time String - 资源冻结时间。仅当资源因为欠费冻结,此参数才会有返回值,否则均返回空值。
- project
Name String - 专线网关所属的项目。
- status String
- 专线网关的状态。Creating:创建中。Deleting:删除中。Pending:配置中。Available:可用。
- List<Property Map>
- 专线网关已添加的全部标签信息。
- updated
Time String - 更新专线网关的时间。
Supporting Types
GetDirectConnectGatewayAssociateCen
- Cen
Id string - CEN的ID。
- Cen
Owner stringId - CEN的用户ID。
- Cen
Status string - 实例在CEN中的状态。Attaching:加载中。Attached:已加载。
- Cen
Id string - CEN的ID。
- Cen
Owner stringId - CEN的用户ID。
- Cen
Status string - 实例在CEN中的状态。Attaching:加载中。Attached:已加载。
- cen
Id String - CEN的ID。
- cen
Owner StringId - CEN的用户ID。
- cen
Status String - 实例在CEN中的状态。Attaching:加载中。Attached:已加载。
- cen
Id string - CEN的ID。
- cen
Owner stringId - CEN的用户ID。
- cen
Status string - 实例在CEN中的状态。Attaching:加载中。Attached:已加载。
- cen_
id str - CEN的ID。
- cen_
owner_ strid - CEN的用户ID。
- cen_
status str - 实例在CEN中的状态。Attaching:加载中。Attached:已加载。
- cen
Id String - CEN的ID。
- cen
Owner StringId - CEN的用户ID。
- cen
Status String - 实例在CEN中的状态。Attaching:加载中。Attached:已加载。
GetDirectConnectGatewayTag
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
