1. Packages
  2. Bytepluscc Provider
  3. API Docs
  4. vpc
  5. getIpv6Gateway
Viewing docs for bytepluscc v0.0.16
published on Monday, Mar 9, 2026 by Byteplus
bytepluscc logo
Viewing docs for bytepluscc v0.0.16
published on Monday, Mar 9, 2026 by Byteplus

    Data Source schema for Byteplus::VPC::Ipv6Gateway

    Using getIpv6Gateway

    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 getIpv6Gateway(args: GetIpv6GatewayArgs, opts?: InvokeOptions): Promise<GetIpv6GatewayResult>
    function getIpv6GatewayOutput(args: GetIpv6GatewayOutputArgs, opts?: InvokeOptions): Output<GetIpv6GatewayResult>
    def get_ipv6_gateway(id: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetIpv6GatewayResult
    def get_ipv6_gateway_output(id: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetIpv6GatewayResult]
    func LookupIpv6Gateway(ctx *Context, args *LookupIpv6GatewayArgs, opts ...InvokeOption) (*LookupIpv6GatewayResult, error)
    func LookupIpv6GatewayOutput(ctx *Context, args *LookupIpv6GatewayOutputArgs, opts ...InvokeOption) LookupIpv6GatewayResultOutput

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

    public static class GetIpv6Gateway 
    {
        public static Task<GetIpv6GatewayResult> InvokeAsync(GetIpv6GatewayArgs args, InvokeOptions? opts = null)
        public static Output<GetIpv6GatewayResult> Invoke(GetIpv6GatewayInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIpv6GatewayResult> getIpv6Gateway(GetIpv6GatewayArgs args, InvokeOptions options)
    public static Output<GetIpv6GatewayResult> getIpv6Gateway(GetIpv6GatewayArgs args, InvokeOptions options)
    
    fn::invoke:
      function: bytepluscc:vpc/getIpv6Gateway:getIpv6Gateway
      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.

    getIpv6Gateway Result

    The following output properties are available:

    CreatedTime string
    IPv6网关实例的创建时间。
    Description string
    IPv6网关实例的描述信息。长度限制为0~ 255个字符。不填默认为空字符串。需要以字母、中文或数字开头。可包含英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、短横线(-)、中文逗号(,)、中文句号(。)。
    Id string
    Uniquely identifies the resource.
    Ipv6GatewayId string
    IPv6网关实例的ID。
    Name string
    IPv6网关实例的名称。长度限制为1 ~ 128个字符。需要以字母、中文或数字开头,可包含点号(.)、下划线(_)和短横线(-)。不填默认为IPv6网关ID。
    ProjectName string
    IPv6网关所属项目的名称。
    RouteTableId string
    IPv6网关实例关联的路由表ID。
    Status string
    IPv6网关实例的运行状态。取值如下:Creating:创建中。Deleting:删除中。Available:可用。
    Tags List<Byteplus.GetIpv6GatewayTag>
    标签信息
    UpdatedTime string
    IPv6网关实例的修改时间。
    VpcId string
    需关联IPv6网关实例的VPC ID。每个VPC只能关联一个IPv6网关实例,需确保待关联的VPC未关联其他IPv6网关实例。
    CreatedTime string
    IPv6网关实例的创建时间。
    Description string
    IPv6网关实例的描述信息。长度限制为0~ 255个字符。不填默认为空字符串。需要以字母、中文或数字开头。可包含英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、短横线(-)、中文逗号(,)、中文句号(。)。
    Id string
    Uniquely identifies the resource.
    Ipv6GatewayId string
    IPv6网关实例的ID。
    Name string
    IPv6网关实例的名称。长度限制为1 ~ 128个字符。需要以字母、中文或数字开头,可包含点号(.)、下划线(_)和短横线(-)。不填默认为IPv6网关ID。
    ProjectName string
    IPv6网关所属项目的名称。
    RouteTableId string
    IPv6网关实例关联的路由表ID。
    Status string
    IPv6网关实例的运行状态。取值如下:Creating:创建中。Deleting:删除中。Available:可用。
    Tags []GetIpv6GatewayTag
    标签信息
    UpdatedTime string
    IPv6网关实例的修改时间。
    VpcId string
    需关联IPv6网关实例的VPC ID。每个VPC只能关联一个IPv6网关实例,需确保待关联的VPC未关联其他IPv6网关实例。
    createdTime String
    IPv6网关实例的创建时间。
    description String
    IPv6网关实例的描述信息。长度限制为0~ 255个字符。不填默认为空字符串。需要以字母、中文或数字开头。可包含英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、短横线(-)、中文逗号(,)、中文句号(。)。
    id String
    Uniquely identifies the resource.
    ipv6GatewayId String
    IPv6网关实例的ID。
    name String
    IPv6网关实例的名称。长度限制为1 ~ 128个字符。需要以字母、中文或数字开头,可包含点号(.)、下划线(_)和短横线(-)。不填默认为IPv6网关ID。
    projectName String
    IPv6网关所属项目的名称。
    routeTableId String
    IPv6网关实例关联的路由表ID。
    status String
    IPv6网关实例的运行状态。取值如下:Creating:创建中。Deleting:删除中。Available:可用。
    tags List<GetIpv6GatewayTag>
    标签信息
    updatedTime String
    IPv6网关实例的修改时间。
    vpcId String
    需关联IPv6网关实例的VPC ID。每个VPC只能关联一个IPv6网关实例,需确保待关联的VPC未关联其他IPv6网关实例。
    createdTime string
    IPv6网关实例的创建时间。
    description string
    IPv6网关实例的描述信息。长度限制为0~ 255个字符。不填默认为空字符串。需要以字母、中文或数字开头。可包含英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、短横线(-)、中文逗号(,)、中文句号(。)。
    id string
    Uniquely identifies the resource.
    ipv6GatewayId string
    IPv6网关实例的ID。
    name string
    IPv6网关实例的名称。长度限制为1 ~ 128个字符。需要以字母、中文或数字开头,可包含点号(.)、下划线(_)和短横线(-)。不填默认为IPv6网关ID。
    projectName string
    IPv6网关所属项目的名称。
    routeTableId string
    IPv6网关实例关联的路由表ID。
    status string
    IPv6网关实例的运行状态。取值如下:Creating:创建中。Deleting:删除中。Available:可用。
    tags GetIpv6GatewayTag[]
    标签信息
    updatedTime string
    IPv6网关实例的修改时间。
    vpcId string
    需关联IPv6网关实例的VPC ID。每个VPC只能关联一个IPv6网关实例,需确保待关联的VPC未关联其他IPv6网关实例。
    created_time str
    IPv6网关实例的创建时间。
    description str
    IPv6网关实例的描述信息。长度限制为0~ 255个字符。不填默认为空字符串。需要以字母、中文或数字开头。可包含英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、短横线(-)、中文逗号(,)、中文句号(。)。
    id str
    Uniquely identifies the resource.
    ipv6_gateway_id str
    IPv6网关实例的ID。
    name str
    IPv6网关实例的名称。长度限制为1 ~ 128个字符。需要以字母、中文或数字开头,可包含点号(.)、下划线(_)和短横线(-)。不填默认为IPv6网关ID。
    project_name str
    IPv6网关所属项目的名称。
    route_table_id str
    IPv6网关实例关联的路由表ID。
    status str
    IPv6网关实例的运行状态。取值如下:Creating:创建中。Deleting:删除中。Available:可用。
    tags Sequence[GetIpv6GatewayTag]
    标签信息
    updated_time str
    IPv6网关实例的修改时间。
    vpc_id str
    需关联IPv6网关实例的VPC ID。每个VPC只能关联一个IPv6网关实例,需确保待关联的VPC未关联其他IPv6网关实例。
    createdTime String
    IPv6网关实例的创建时间。
    description String
    IPv6网关实例的描述信息。长度限制为0~ 255个字符。不填默认为空字符串。需要以字母、中文或数字开头。可包含英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、短横线(-)、中文逗号(,)、中文句号(。)。
    id String
    Uniquely identifies the resource.
    ipv6GatewayId String
    IPv6网关实例的ID。
    name String
    IPv6网关实例的名称。长度限制为1 ~ 128个字符。需要以字母、中文或数字开头,可包含点号(.)、下划线(_)和短横线(-)。不填默认为IPv6网关ID。
    projectName String
    IPv6网关所属项目的名称。
    routeTableId String
    IPv6网关实例关联的路由表ID。
    status String
    IPv6网关实例的运行状态。取值如下:Creating:创建中。Deleting:删除中。Available:可用。
    tags List<Property Map>
    标签信息
    updatedTime String
    IPv6网关实例的修改时间。
    vpcId String
    需关联IPv6网关实例的VPC ID。每个VPC只能关联一个IPv6网关实例,需确保待关联的VPC未关联其他IPv6网关实例。

    Supporting Types

    GetIpv6GatewayTag

    Key string
    标签键。
    Value string
    标签值。
    Key string
    标签键。
    Value string
    标签值。
    key String
    标签键。
    value String
    标签值。
    key string
    标签键。
    value string
    标签值。
    key str
    标签键。
    value str
    标签值。
    key String
    标签键。
    value String
    标签值。

    Package Details

    Repository
    bytepluscc byteplus-sdk/pulumi-bytepluscc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the bytepluscc Terraform Provider.
    bytepluscc logo
    Viewing docs for bytepluscc v0.0.16
    published on Monday, Mar 9, 2026 by Byteplus
      Try Pulumi Cloud free. Your team will thank you.