1. Packages
  2. Volcenginecc Provider
  3. API Docs
  4. clb
  5. getClb
volcenginecc v0.0.2 published on Saturday, Oct 11, 2025 by Volcengine

volcenginecc.clb.getClb

Deploy with Pulumi
volcenginecc logo
volcenginecc v0.0.2 published on Saturday, Oct 11, 2025 by Volcengine

    Data Source schema for Volcengine::CLB::CLB

    Using getClb

    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 getClb(args: GetClbArgs, opts?: InvokeOptions): Promise<GetClbResult>
    function getClbOutput(args: GetClbOutputArgs, opts?: InvokeOptions): Output<GetClbResult>
    def get_clb(id: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetClbResult
    def get_clb_output(id: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetClbResult]
    func LookupClb(ctx *Context, args *LookupClbArgs, opts ...InvokeOption) (*LookupClbResult, error)
    func LookupClbOutput(ctx *Context, args *LookupClbOutputArgs, opts ...InvokeOption) LookupClbResultOutput

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

    public static class GetClb 
    {
        public static Task<GetClbResult> InvokeAsync(GetClbArgs args, InvokeOptions? opts = null)
        public static Output<GetClbResult> Invoke(GetClbInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetClbResult> getClb(GetClbArgs args, InvokeOptions options)
    public static Output<GetClbResult> getClb(GetClbArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcenginecc:clb/getClb:getClb
      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.

    getClb Result

    The following output properties are available:

    AccessLog Volcengine.GetClbAccessLog
    负载均衡实例中访问日志的信息
    AccountId string
    负载均衡实例所属的账号ID
    AddressIpVersion string
    负载均衡实例的IP地址类型
    AllowedPorts List<string>
    允许的多个端口范围
    BusinessStatus string
    负载均衡实例是否被锁定
    BypassSecurityGroupEnabled string
    是否开启bypass安全组功能
    CreateTime string
    负载均衡实例的创建时间
    DeletedTime string
    负载均衡实例的预期回收时间
    Description string
    负载均衡实例的描述
    Eip Volcengine.GetClbEip
    负载均衡实例的公网IP的信息
    EipAddress string
    公网IP地址
    EipId string
    公网IP ID
    Enabled bool
    负载均衡实例的启用状态
    Eni Volcengine.GetClbEni
    负载均衡实例的私网IPv4地址信息
    EniAddressNum double
    负载均衡实例的私网IPv4地址数量。该参数和参数EniAddress不能同时传入,如果传入该参数,则无需传入EniAddress
    EniIpv6Address string
    负载均衡实例的私网IPv6地址
    Enis Volcengine.GetClbEnis
    负载均衡实例的私网IPv4地址信息列表,创建时通过EniAddressNum指定数量
    ExclusiveClusterId string
    独占集群Id
    ExpiredTime string
    负载均衡实例到期时间
    Id string
    Uniquely identifies the resource.
    Listeners List<Volcengine.GetClbListener>
    负载均衡实例中监听器的信息
    LoadBalancerBillingType double
    负载均衡实例计费方式
    LoadBalancerId string
    负载均衡实例ID
    LoadBalancerName string
    负载均衡实例的名称
    LoadBalancerSpec string
    负载均衡实例的规格
    LockReason string
    负载均衡实例被冻结的原因
    MasterZoneId string
    负载均衡实例的主可用区ID
    ModificationProtectionReason string
    设置修改保护状态的原因
    ModificationProtectionStatus string
    负载均衡实例在控制台上修改保护的状态
    NewArch bool
    是否为新架构
    OrderId string
    订单ID。仅在创建动作的参数LoadBalancerBillingType配置为1时,改参数有值
    OverdueTime string
    负载均衡实例的冻结时间
    Period double
    包年包月计费类型的时长数量
    PeriodUnit string
    包年包月计费类型的时长单位
    ProjectName string
    CLB实例所属项目的名称
    RegionId string
    请求的Region
    ServerGroups List<Volcengine.GetClbServerGroup>
    负载均衡实例中后端服务器组的信息
    ServiceManaged bool
    CLB实例是否为托管资源
    SlaveZoneId string
    负载均衡实例的备可用区ID
    Status string
    负载均衡实例状态
    SubnetId string
    负载均衡实例所属VPC内的子网ID
    Tags List<Volcengine.GetClbTag>
    CLB实例标签
    TimestampRemoveEnabled string
    是否开启 TCP Timestamp 清除功能
    Type string
    负载均衡实例的类型
    UpdateTime string
    负载均衡实例的最近操作时间
    VpcId string
    负载均衡实例所属的VPC ID
    ZoneType string
    负载均衡实例的可用区类型
    AccessLog GetClbAccessLog
    负载均衡实例中访问日志的信息
    AccountId string
    负载均衡实例所属的账号ID
    AddressIpVersion string
    负载均衡实例的IP地址类型
    AllowedPorts []string
    允许的多个端口范围
    BusinessStatus string
    负载均衡实例是否被锁定
    BypassSecurityGroupEnabled string
    是否开启bypass安全组功能
    CreateTime string
    负载均衡实例的创建时间
    DeletedTime string
    负载均衡实例的预期回收时间
    Description string
    负载均衡实例的描述
    Eip GetClbEip
    负载均衡实例的公网IP的信息
    EipAddress string
    公网IP地址
    EipId string
    公网IP ID
    Enabled bool
    负载均衡实例的启用状态
    Eni GetClbEni
    负载均衡实例的私网IPv4地址信息
    EniAddressNum float64
    负载均衡实例的私网IPv4地址数量。该参数和参数EniAddress不能同时传入,如果传入该参数,则无需传入EniAddress
    EniIpv6Address string
    负载均衡实例的私网IPv6地址
    Enis GetClbEnis
    负载均衡实例的私网IPv4地址信息列表,创建时通过EniAddressNum指定数量
    ExclusiveClusterId string
    独占集群Id
    ExpiredTime string
    负载均衡实例到期时间
    Id string
    Uniquely identifies the resource.
    Listeners []GetClbListener
    负载均衡实例中监听器的信息
    LoadBalancerBillingType float64
    负载均衡实例计费方式
    LoadBalancerId string
    负载均衡实例ID
    LoadBalancerName string
    负载均衡实例的名称
    LoadBalancerSpec string
    负载均衡实例的规格
    LockReason string
    负载均衡实例被冻结的原因
    MasterZoneId string
    负载均衡实例的主可用区ID
    ModificationProtectionReason string
    设置修改保护状态的原因
    ModificationProtectionStatus string
    负载均衡实例在控制台上修改保护的状态
    NewArch bool
    是否为新架构
    OrderId string
    订单ID。仅在创建动作的参数LoadBalancerBillingType配置为1时,改参数有值
    OverdueTime string
    负载均衡实例的冻结时间
    Period float64
    包年包月计费类型的时长数量
    PeriodUnit string
    包年包月计费类型的时长单位
    ProjectName string
    CLB实例所属项目的名称
    RegionId string
    请求的Region
    ServerGroups []GetClbServerGroup
    负载均衡实例中后端服务器组的信息
    ServiceManaged bool
    CLB实例是否为托管资源
    SlaveZoneId string
    负载均衡实例的备可用区ID
    Status string
    负载均衡实例状态
    SubnetId string
    负载均衡实例所属VPC内的子网ID
    Tags []GetClbTag
    CLB实例标签
    TimestampRemoveEnabled string
    是否开启 TCP Timestamp 清除功能
    Type string
    负载均衡实例的类型
    UpdateTime string
    负载均衡实例的最近操作时间
    VpcId string
    负载均衡实例所属的VPC ID
    ZoneType string
    负载均衡实例的可用区类型
    accessLog GetClbAccessLog
    负载均衡实例中访问日志的信息
    accountId String
    负载均衡实例所属的账号ID
    addressIpVersion String
    负载均衡实例的IP地址类型
    allowedPorts List<String>
    允许的多个端口范围
    businessStatus String
    负载均衡实例是否被锁定
    bypassSecurityGroupEnabled String
    是否开启bypass安全组功能
    createTime String
    负载均衡实例的创建时间
    deletedTime String
    负载均衡实例的预期回收时间
    description String
    负载均衡实例的描述
    eip GetClbEip
    负载均衡实例的公网IP的信息
    eipAddress String
    公网IP地址
    eipId String
    公网IP ID
    enabled Boolean
    负载均衡实例的启用状态
    eni GetClbEni
    负载均衡实例的私网IPv4地址信息
    eniAddressNum Double
    负载均衡实例的私网IPv4地址数量。该参数和参数EniAddress不能同时传入,如果传入该参数,则无需传入EniAddress
    eniIpv6Address String
    负载均衡实例的私网IPv6地址
    enis GetClbEnis
    负载均衡实例的私网IPv4地址信息列表,创建时通过EniAddressNum指定数量
    exclusiveClusterId String
    独占集群Id
    expiredTime String
    负载均衡实例到期时间
    id String
    Uniquely identifies the resource.
    listeners List<GetClbListener>
    负载均衡实例中监听器的信息
    loadBalancerBillingType Double
    负载均衡实例计费方式
    loadBalancerId String
    负载均衡实例ID
    loadBalancerName String
    负载均衡实例的名称
    loadBalancerSpec String
    负载均衡实例的规格
    lockReason String
    负载均衡实例被冻结的原因
    masterZoneId String
    负载均衡实例的主可用区ID
    modificationProtectionReason String
    设置修改保护状态的原因
    modificationProtectionStatus String
    负载均衡实例在控制台上修改保护的状态
    newArch Boolean
    是否为新架构
    orderId String
    订单ID。仅在创建动作的参数LoadBalancerBillingType配置为1时,改参数有值
    overdueTime String
    负载均衡实例的冻结时间
    period Double
    包年包月计费类型的时长数量
    periodUnit String
    包年包月计费类型的时长单位
    projectName String
    CLB实例所属项目的名称
    regionId String
    请求的Region
    serverGroups List<GetClbServerGroup>
    负载均衡实例中后端服务器组的信息
    serviceManaged Boolean
    CLB实例是否为托管资源
    slaveZoneId String
    负载均衡实例的备可用区ID
    status String
    负载均衡实例状态
    subnetId String
    负载均衡实例所属VPC内的子网ID
    tags List<GetClbTag>
    CLB实例标签
    timestampRemoveEnabled String
    是否开启 TCP Timestamp 清除功能
    type String
    负载均衡实例的类型
    updateTime String
    负载均衡实例的最近操作时间
    vpcId String
    负载均衡实例所属的VPC ID
    zoneType String
    负载均衡实例的可用区类型
    accessLog GetClbAccessLog
    负载均衡实例中访问日志的信息
    accountId string
    负载均衡实例所属的账号ID
    addressIpVersion string
    负载均衡实例的IP地址类型
    allowedPorts string[]
    允许的多个端口范围
    businessStatus string
    负载均衡实例是否被锁定
    bypassSecurityGroupEnabled string
    是否开启bypass安全组功能
    createTime string
    负载均衡实例的创建时间
    deletedTime string
    负载均衡实例的预期回收时间
    description string
    负载均衡实例的描述
    eip GetClbEip
    负载均衡实例的公网IP的信息
    eipAddress string
    公网IP地址
    eipId string
    公网IP ID
    enabled boolean
    负载均衡实例的启用状态
    eni GetClbEni
    负载均衡实例的私网IPv4地址信息
    eniAddressNum number
    负载均衡实例的私网IPv4地址数量。该参数和参数EniAddress不能同时传入,如果传入该参数,则无需传入EniAddress
    eniIpv6Address string
    负载均衡实例的私网IPv6地址
    enis GetClbEnis
    负载均衡实例的私网IPv4地址信息列表,创建时通过EniAddressNum指定数量
    exclusiveClusterId string
    独占集群Id
    expiredTime string
    负载均衡实例到期时间
    id string
    Uniquely identifies the resource.
    listeners GetClbListener[]
    负载均衡实例中监听器的信息
    loadBalancerBillingType number
    负载均衡实例计费方式
    loadBalancerId string
    负载均衡实例ID
    loadBalancerName string
    负载均衡实例的名称
    loadBalancerSpec string
    负载均衡实例的规格
    lockReason string
    负载均衡实例被冻结的原因
    masterZoneId string
    负载均衡实例的主可用区ID
    modificationProtectionReason string
    设置修改保护状态的原因
    modificationProtectionStatus string
    负载均衡实例在控制台上修改保护的状态
    newArch boolean
    是否为新架构
    orderId string
    订单ID。仅在创建动作的参数LoadBalancerBillingType配置为1时,改参数有值
    overdueTime string
    负载均衡实例的冻结时间
    period number
    包年包月计费类型的时长数量
    periodUnit string
    包年包月计费类型的时长单位
    projectName string
    CLB实例所属项目的名称
    regionId string
    请求的Region
    serverGroups GetClbServerGroup[]
    负载均衡实例中后端服务器组的信息
    serviceManaged boolean
    CLB实例是否为托管资源
    slaveZoneId string
    负载均衡实例的备可用区ID
    status string
    负载均衡实例状态
    subnetId string
    负载均衡实例所属VPC内的子网ID
    tags GetClbTag[]
    CLB实例标签
    timestampRemoveEnabled string
    是否开启 TCP Timestamp 清除功能
    type string
    负载均衡实例的类型
    updateTime string
    负载均衡实例的最近操作时间
    vpcId string
    负载均衡实例所属的VPC ID
    zoneType string
    负载均衡实例的可用区类型
    access_log GetClbAccessLog
    负载均衡实例中访问日志的信息
    account_id str
    负载均衡实例所属的账号ID
    address_ip_version str
    负载均衡实例的IP地址类型
    allowed_ports Sequence[str]
    允许的多个端口范围
    business_status str
    负载均衡实例是否被锁定
    bypass_security_group_enabled str
    是否开启bypass安全组功能
    create_time str
    负载均衡实例的创建时间
    deleted_time str
    负载均衡实例的预期回收时间
    description str
    负载均衡实例的描述
    eip GetClbEip
    负载均衡实例的公网IP的信息
    eip_address str
    公网IP地址
    eip_id str
    公网IP ID
    enabled bool
    负载均衡实例的启用状态
    eni GetClbEni
    负载均衡实例的私网IPv4地址信息
    eni_address_num float
    负载均衡实例的私网IPv4地址数量。该参数和参数EniAddress不能同时传入,如果传入该参数,则无需传入EniAddress
    eni_ipv6_address str
    负载均衡实例的私网IPv6地址
    enis GetClbEnis
    负载均衡实例的私网IPv4地址信息列表,创建时通过EniAddressNum指定数量
    exclusive_cluster_id str
    独占集群Id
    expired_time str
    负载均衡实例到期时间
    id str
    Uniquely identifies the resource.
    listeners Sequence[GetClbListener]
    负载均衡实例中监听器的信息
    load_balancer_billing_type float
    负载均衡实例计费方式
    load_balancer_id str
    负载均衡实例ID
    load_balancer_name str
    负载均衡实例的名称
    load_balancer_spec str
    负载均衡实例的规格
    lock_reason str
    负载均衡实例被冻结的原因
    master_zone_id str
    负载均衡实例的主可用区ID
    modification_protection_reason str
    设置修改保护状态的原因
    modification_protection_status str
    负载均衡实例在控制台上修改保护的状态
    new_arch bool
    是否为新架构
    order_id str
    订单ID。仅在创建动作的参数LoadBalancerBillingType配置为1时,改参数有值
    overdue_time str
    负载均衡实例的冻结时间
    period float
    包年包月计费类型的时长数量
    period_unit str
    包年包月计费类型的时长单位
    project_name str
    CLB实例所属项目的名称
    region_id str
    请求的Region
    server_groups Sequence[GetClbServerGroup]
    负载均衡实例中后端服务器组的信息
    service_managed bool
    CLB实例是否为托管资源
    slave_zone_id str
    负载均衡实例的备可用区ID
    status str
    负载均衡实例状态
    subnet_id str
    负载均衡实例所属VPC内的子网ID
    tags Sequence[GetClbTag]
    CLB实例标签
    timestamp_remove_enabled str
    是否开启 TCP Timestamp 清除功能
    type str
    负载均衡实例的类型
    update_time str
    负载均衡实例的最近操作时间
    vpc_id str
    负载均衡实例所属的VPC ID
    zone_type str
    负载均衡实例的可用区类型
    accessLog Property Map
    负载均衡实例中访问日志的信息
    accountId String
    负载均衡实例所属的账号ID
    addressIpVersion String
    负载均衡实例的IP地址类型
    allowedPorts List<String>
    允许的多个端口范围
    businessStatus String
    负载均衡实例是否被锁定
    bypassSecurityGroupEnabled String
    是否开启bypass安全组功能
    createTime String
    负载均衡实例的创建时间
    deletedTime String
    负载均衡实例的预期回收时间
    description String
    负载均衡实例的描述
    eip Property Map
    负载均衡实例的公网IP的信息
    eipAddress String
    公网IP地址
    eipId String
    公网IP ID
    enabled Boolean
    负载均衡实例的启用状态
    eni Property Map
    负载均衡实例的私网IPv4地址信息
    eniAddressNum Number
    负载均衡实例的私网IPv4地址数量。该参数和参数EniAddress不能同时传入,如果传入该参数,则无需传入EniAddress
    eniIpv6Address String
    负载均衡实例的私网IPv6地址
    enis Property Map
    负载均衡实例的私网IPv4地址信息列表,创建时通过EniAddressNum指定数量
    exclusiveClusterId String
    独占集群Id
    expiredTime String
    负载均衡实例到期时间
    id String
    Uniquely identifies the resource.
    listeners List<Property Map>
    负载均衡实例中监听器的信息
    loadBalancerBillingType Number
    负载均衡实例计费方式
    loadBalancerId String
    负载均衡实例ID
    loadBalancerName String
    负载均衡实例的名称
    loadBalancerSpec String
    负载均衡实例的规格
    lockReason String
    负载均衡实例被冻结的原因
    masterZoneId String
    负载均衡实例的主可用区ID
    modificationProtectionReason String
    设置修改保护状态的原因
    modificationProtectionStatus String
    负载均衡实例在控制台上修改保护的状态
    newArch Boolean
    是否为新架构
    orderId String
    订单ID。仅在创建动作的参数LoadBalancerBillingType配置为1时,改参数有值
    overdueTime String
    负载均衡实例的冻结时间
    period Number
    包年包月计费类型的时长数量
    periodUnit String
    包年包月计费类型的时长单位
    projectName String
    CLB实例所属项目的名称
    regionId String
    请求的Region
    serverGroups List<Property Map>
    负载均衡实例中后端服务器组的信息
    serviceManaged Boolean
    CLB实例是否为托管资源
    slaveZoneId String
    负载均衡实例的备可用区ID
    status String
    负载均衡实例状态
    subnetId String
    负载均衡实例所属VPC内的子网ID
    tags List<Property Map>
    CLB实例标签
    timestampRemoveEnabled String
    是否开启 TCP Timestamp 清除功能
    type String
    负载均衡实例的类型
    updateTime String
    负载均衡实例的最近操作时间
    vpcId String
    负载均衡实例所属的VPC ID
    zoneType String
    负载均衡实例的可用区类型

    Supporting Types

    GetClbAccessLog

    BucketName string
    存储七层访问日志的对象存储桶的名称
    DeliveryType string
    日志投递类型
    Enabled bool
    是否开启访问日志(七层)投递至对象存储TOS的功能
    TlsProjectId string
    日志项目
    TlsTopicId string
    日志主题
    BucketName string
    存储七层访问日志的对象存储桶的名称
    DeliveryType string
    日志投递类型
    Enabled bool
    是否开启访问日志(七层)投递至对象存储TOS的功能
    TlsProjectId string
    日志项目
    TlsTopicId string
    日志主题
    bucketName String
    存储七层访问日志的对象存储桶的名称
    deliveryType String
    日志投递类型
    enabled Boolean
    是否开启访问日志(七层)投递至对象存储TOS的功能
    tlsProjectId String
    日志项目
    tlsTopicId String
    日志主题
    bucketName string
    存储七层访问日志的对象存储桶的名称
    deliveryType string
    日志投递类型
    enabled boolean
    是否开启访问日志(七层)投递至对象存储TOS的功能
    tlsProjectId string
    日志项目
    tlsTopicId string
    日志主题
    bucket_name str
    存储七层访问日志的对象存储桶的名称
    delivery_type str
    日志投递类型
    enabled bool
    是否开启访问日志(七层)投递至对象存储TOS的功能
    tls_project_id str
    日志项目
    tls_topic_id str
    日志主题
    bucketName String
    存储七层访问日志的对象存储桶的名称
    deliveryType String
    日志投递类型
    enabled Boolean
    是否开启访问日志(七层)投递至对象存储TOS的功能
    tlsProjectId String
    日志项目
    tlsTopicId String
    日志主题

    GetClbEip

    Bandwidth double
    带宽峰值
    BandwidthPackageId string
    共享带宽包ID
    EipBillingType double
    计费方式
    Isp string
    线路类型
    SecurityProtectionInstanceId double
    防护包ID
    SecurityProtectionTypes List<string>
    安全防护类型
    Bandwidth float64
    带宽峰值
    BandwidthPackageId string
    共享带宽包ID
    EipBillingType float64
    计费方式
    Isp string
    线路类型
    SecurityProtectionInstanceId float64
    防护包ID
    SecurityProtectionTypes []string
    安全防护类型
    bandwidth Double
    带宽峰值
    bandwidthPackageId String
    共享带宽包ID
    eipBillingType Double
    计费方式
    isp String
    线路类型
    securityProtectionInstanceId Double
    防护包ID
    securityProtectionTypes List<String>
    安全防护类型
    bandwidth number
    带宽峰值
    bandwidthPackageId string
    共享带宽包ID
    eipBillingType number
    计费方式
    isp string
    线路类型
    securityProtectionInstanceId number
    防护包ID
    securityProtectionTypes string[]
    安全防护类型
    bandwidth float
    带宽峰值
    bandwidth_package_id str
    共享带宽包ID
    eip_billing_type float
    计费方式
    isp str
    线路类型
    security_protection_instance_id float
    防护包ID
    security_protection_types Sequence[str]
    安全防护类型
    bandwidth Number
    带宽峰值
    bandwidthPackageId String
    共享带宽包ID
    eipBillingType Number
    计费方式
    isp String
    线路类型
    securityProtectionInstanceId Number
    防护包ID
    securityProtectionTypes List<String>
    安全防护类型

    GetClbEni

    EniAddress string
    负载均衡实例的私网IP地址
    EniId string
    负载均衡实例占用的网卡ID
    EniAddress string
    负载均衡实例的私网IP地址
    EniId string
    负载均衡实例占用的网卡ID
    eniAddress String
    负载均衡实例的私网IP地址
    eniId String
    负载均衡实例占用的网卡ID
    eniAddress string
    负载均衡实例的私网IP地址
    eniId string
    负载均衡实例占用的网卡ID
    eni_address str
    负载均衡实例的私网IP地址
    eni_id str
    负载均衡实例占用的网卡ID
    eniAddress String
    负载均衡实例的私网IP地址
    eniId String
    负载均衡实例占用的网卡ID

    GetClbEnis

    EniAddress string
    负载均衡实例的私网IP地址
    EniId string
    负载均衡实例占用的网卡ID
    EniAddress string
    负载均衡实例的私网IP地址
    EniId string
    负载均衡实例占用的网卡ID
    eniAddress String
    负载均衡实例的私网IP地址
    eniId String
    负载均衡实例占用的网卡ID
    eniAddress string
    负载均衡实例的私网IP地址
    eniId string
    负载均衡实例占用的网卡ID
    eni_address str
    负载均衡实例的私网IP地址
    eni_id str
    负载均衡实例占用的网卡ID
    eniAddress String
    负载均衡实例的私网IP地址
    eniId String
    负载均衡实例占用的网卡ID

    GetClbListener

    ListenerId string
    监听器的ID
    ListenerName string
    监听器的名称
    ListenerId string
    监听器的ID
    ListenerName string
    监听器的名称
    listenerId String
    监听器的ID
    listenerName String
    监听器的名称
    listenerId string
    监听器的ID
    listenerName string
    监听器的名称
    listener_id str
    监听器的ID
    listener_name str
    监听器的名称
    listenerId String
    监听器的ID
    listenerName String
    监听器的名称

    GetClbServerGroup

    ServerGroupId string
    负载均衡实例中后端服务器组的ID
    ServerGroupName string
    负载均衡实例中后端服务器组的名称
    ServerGroupId string
    负载均衡实例中后端服务器组的ID
    ServerGroupName string
    负载均衡实例中后端服务器组的名称
    serverGroupId String
    负载均衡实例中后端服务器组的ID
    serverGroupName String
    负载均衡实例中后端服务器组的名称
    serverGroupId string
    负载均衡实例中后端服务器组的ID
    serverGroupName string
    负载均衡实例中后端服务器组的名称
    server_group_id str
    负载均衡实例中后端服务器组的ID
    server_group_name str
    负载均衡实例中后端服务器组的名称
    serverGroupId String
    负载均衡实例中后端服务器组的ID
    serverGroupName String
    负载均衡实例中后端服务器组的名称

    GetClbTag

    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
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    volcenginecc v0.0.2 published on Saturday, Oct 11, 2025 by Volcengine
      Meet Neo: Your AI Platform Teammate