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::PrivateLink::EndpointService
Using getEndpointService
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 getEndpointService(args: GetEndpointServiceArgs, opts?: InvokeOptions): Promise<GetEndpointServiceResult>
function getEndpointServiceOutput(args: GetEndpointServiceOutputArgs, opts?: InvokeOptions): Output<GetEndpointServiceResult>def get_endpoint_service(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetEndpointServiceResult
def get_endpoint_service_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetEndpointServiceResult]func LookupEndpointService(ctx *Context, args *LookupEndpointServiceArgs, opts ...InvokeOption) (*LookupEndpointServiceResult, error)
func LookupEndpointServiceOutput(ctx *Context, args *LookupEndpointServiceOutputArgs, opts ...InvokeOption) LookupEndpointServiceResultOutput> Note: This function is named LookupEndpointService in the Go SDK.
public static class GetEndpointService
{
public static Task<GetEndpointServiceResult> InvokeAsync(GetEndpointServiceArgs args, InvokeOptions? opts = null)
public static Output<GetEndpointServiceResult> Invoke(GetEndpointServiceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetEndpointServiceResult> getEndpointService(GetEndpointServiceArgs args, InvokeOptions options)
public static Output<GetEndpointServiceResult> getEndpointService(GetEndpointServiceArgs args, InvokeOptions options)
fn::invoke:
function: bytepluscc:privatelink/getEndpointService:getEndpointService
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.
getEndpointService Result
The following output properties are available:
- Auto
Accept boolEnabled - 是否自动接受终端节点连接。true:终端节点服务自动接受终端节点连接。false:终端节点服务不会自动接受终端节点连接,需要调用EnableVpcEndpointConnection接口手动接受。
- Billing
Type int - 终端节点服务的计费类型。0:不计费。3:按量计费。
- Business
Status string - 终端节点服务是否被锁定。Normal:正常。FinancialLocked:被锁定。说明该参数返回为空时,表示终端节点服务未锁定。
- Create
Time string - 终端节点服务的创建时间。
- Description string
- 终端节点服务的描述信息。
- Id string
- Uniquely identifies the resource.
- Ip
Address List<string>Versions - 终端节点服务的IP协议类型。返回值中仅包含ipv4时,说明该终端节点服务为IPv4类型,仅支持提供IPv4服务。返回值中同时包含ipv4和ipv6时,说明该终端节点服务为双栈类型,支持同时提供IPv4和IPv6服务。
- Payer string
- 私网连接的付费账号。Endpoint:终端节点账号。EndpointService:终端节点服务账号。
- Private
Dns boolEnabled - 终端节点服务是否启用私有DNS名称。false:未启用。true:已启用。
- Private
Dns stringName - 终端节点服务的私有DNS名称。参数PrivateDNSEnabled返回值为false时,该参数返回空。
- Private
Dns Byteplus.Name Configuration Get Endpoint Service Private Dns Name Configuration - 终端节点服务私有DNS名称的配置信息。说明PrivateDNSType为private时,不返回该参数。
- Private
Dns stringType - 私有DNS名称的域名类型。public:公网。说明未开通自定义私网域名功能时,不返回该参数。
- Project
Name string - 终端节点服务所属的项目名称。
- Resources
List<Byteplus.
Get Endpoint Service Resource> - 终端节点服务提供服务的资源。
- Service
Domain string - 终端节点服务的服务域名。
- Service
Id string - 终端节点服务的ID。
- Service
Name string - 终端节点服务的名称。
- Service
Name stringManaged - 是否为托管终端节点服务。false:非托管终端节点服务。true:托管终端节点服务。说明终端节点服务所属账号未开通托管终端节点服务功能时,不返回该参数。
- Service
Name stringSuffix - 终端节点服务的名称后缀。设置名称后缀后,系统会按照com.volces.privatelink.<地域ID>.<名称后缀>的格式生成终端节点服务的名称。说明该参数正在邀测中,如需使用不同名称后缀区分业务,请联系客户经理。
- Service
Owner string - 当前服务主体。
- Service
Resource stringType - 服务资源的类型。CLB:负载均衡CLB。ALB:应用型负载均衡ALB。RDSMySQL:云数据库 MySQL版。
- Service
Type string - 终端节点服务的类型。Interface:接口终端节点服务。
- Status string
- 终端节点服务的状态。Creating:创建中。Pending:配置修改中。Available:可用。Deleting:删除中。
-
List<Byteplus.
Get Endpoint Service Tag> - 终端节点服务的标签信息。
- Update
Time string - 终端节点服务的最近操作时间。
- Wildcard
Domain boolEnabled - 是否启用通配符域名。true:启用。false:未启用。
- Zone
Ids List<string> - 终端节点服务提供服务的可用区。说明参数ServiceResourceType返回值为RDSMySQL时,该参数返回空值。
- Auto
Accept boolEnabled - 是否自动接受终端节点连接。true:终端节点服务自动接受终端节点连接。false:终端节点服务不会自动接受终端节点连接,需要调用EnableVpcEndpointConnection接口手动接受。
- Billing
Type int - 终端节点服务的计费类型。0:不计费。3:按量计费。
- Business
Status string - 终端节点服务是否被锁定。Normal:正常。FinancialLocked:被锁定。说明该参数返回为空时,表示终端节点服务未锁定。
- Create
Time string - 终端节点服务的创建时间。
- Description string
- 终端节点服务的描述信息。
- Id string
- Uniquely identifies the resource.
- Ip
Address []stringVersions - 终端节点服务的IP协议类型。返回值中仅包含ipv4时,说明该终端节点服务为IPv4类型,仅支持提供IPv4服务。返回值中同时包含ipv4和ipv6时,说明该终端节点服务为双栈类型,支持同时提供IPv4和IPv6服务。
- Payer string
- 私网连接的付费账号。Endpoint:终端节点账号。EndpointService:终端节点服务账号。
- Private
Dns boolEnabled - 终端节点服务是否启用私有DNS名称。false:未启用。true:已启用。
- Private
Dns stringName - 终端节点服务的私有DNS名称。参数PrivateDNSEnabled返回值为false时,该参数返回空。
- Private
Dns GetName Configuration Endpoint Service Private Dns Name Configuration - 终端节点服务私有DNS名称的配置信息。说明PrivateDNSType为private时,不返回该参数。
- Private
Dns stringType - 私有DNS名称的域名类型。public:公网。说明未开通自定义私网域名功能时,不返回该参数。
- Project
Name string - 终端节点服务所属的项目名称。
- Resources
[]Get
Endpoint Service Resource - 终端节点服务提供服务的资源。
- Service
Domain string - 终端节点服务的服务域名。
- Service
Id string - 终端节点服务的ID。
- Service
Name string - 终端节点服务的名称。
- Service
Name stringManaged - 是否为托管终端节点服务。false:非托管终端节点服务。true:托管终端节点服务。说明终端节点服务所属账号未开通托管终端节点服务功能时,不返回该参数。
- Service
Name stringSuffix - 终端节点服务的名称后缀。设置名称后缀后,系统会按照com.volces.privatelink.<地域ID>.<名称后缀>的格式生成终端节点服务的名称。说明该参数正在邀测中,如需使用不同名称后缀区分业务,请联系客户经理。
- Service
Owner string - 当前服务主体。
- Service
Resource stringType - 服务资源的类型。CLB:负载均衡CLB。ALB:应用型负载均衡ALB。RDSMySQL:云数据库 MySQL版。
- Service
Type string - 终端节点服务的类型。Interface:接口终端节点服务。
- Status string
- 终端节点服务的状态。Creating:创建中。Pending:配置修改中。Available:可用。Deleting:删除中。
-
[]Get
Endpoint Service Tag - 终端节点服务的标签信息。
- Update
Time string - 终端节点服务的最近操作时间。
- Wildcard
Domain boolEnabled - 是否启用通配符域名。true:启用。false:未启用。
- Zone
Ids []string - 终端节点服务提供服务的可用区。说明参数ServiceResourceType返回值为RDSMySQL时,该参数返回空值。
- auto
Accept BooleanEnabled - 是否自动接受终端节点连接。true:终端节点服务自动接受终端节点连接。false:终端节点服务不会自动接受终端节点连接,需要调用EnableVpcEndpointConnection接口手动接受。
- billing
Type Integer - 终端节点服务的计费类型。0:不计费。3:按量计费。
- business
Status String - 终端节点服务是否被锁定。Normal:正常。FinancialLocked:被锁定。说明该参数返回为空时,表示终端节点服务未锁定。
- create
Time String - 终端节点服务的创建时间。
- description String
- 终端节点服务的描述信息。
- id String
- Uniquely identifies the resource.
- ip
Address List<String>Versions - 终端节点服务的IP协议类型。返回值中仅包含ipv4时,说明该终端节点服务为IPv4类型,仅支持提供IPv4服务。返回值中同时包含ipv4和ipv6时,说明该终端节点服务为双栈类型,支持同时提供IPv4和IPv6服务。
- payer String
- 私网连接的付费账号。Endpoint:终端节点账号。EndpointService:终端节点服务账号。
- private
Dns BooleanEnabled - 终端节点服务是否启用私有DNS名称。false:未启用。true:已启用。
- private
Dns StringName - 终端节点服务的私有DNS名称。参数PrivateDNSEnabled返回值为false时,该参数返回空。
- private
Dns GetName Configuration Endpoint Service Private Dns Name Configuration - 终端节点服务私有DNS名称的配置信息。说明PrivateDNSType为private时,不返回该参数。
- private
Dns StringType - 私有DNS名称的域名类型。public:公网。说明未开通自定义私网域名功能时,不返回该参数。
- project
Name String - 终端节点服务所属的项目名称。
- resources
List<Get
Endpoint Service Resource> - 终端节点服务提供服务的资源。
- service
Domain String - 终端节点服务的服务域名。
- service
Id String - 终端节点服务的ID。
- service
Name String - 终端节点服务的名称。
- service
Name StringManaged - 是否为托管终端节点服务。false:非托管终端节点服务。true:托管终端节点服务。说明终端节点服务所属账号未开通托管终端节点服务功能时,不返回该参数。
- service
Name StringSuffix - 终端节点服务的名称后缀。设置名称后缀后,系统会按照com.volces.privatelink.<地域ID>.<名称后缀>的格式生成终端节点服务的名称。说明该参数正在邀测中,如需使用不同名称后缀区分业务,请联系客户经理。
- service
Owner String - 当前服务主体。
- service
Resource StringType - 服务资源的类型。CLB:负载均衡CLB。ALB:应用型负载均衡ALB。RDSMySQL:云数据库 MySQL版。
- service
Type String - 终端节点服务的类型。Interface:接口终端节点服务。
- status String
- 终端节点服务的状态。Creating:创建中。Pending:配置修改中。Available:可用。Deleting:删除中。
-
List<Get
Endpoint Service Tag> - 终端节点服务的标签信息。
- update
Time String - 终端节点服务的最近操作时间。
- wildcard
Domain BooleanEnabled - 是否启用通配符域名。true:启用。false:未启用。
- zone
Ids List<String> - 终端节点服务提供服务的可用区。说明参数ServiceResourceType返回值为RDSMySQL时,该参数返回空值。
- auto
Accept booleanEnabled - 是否自动接受终端节点连接。true:终端节点服务自动接受终端节点连接。false:终端节点服务不会自动接受终端节点连接,需要调用EnableVpcEndpointConnection接口手动接受。
- billing
Type number - 终端节点服务的计费类型。0:不计费。3:按量计费。
- business
Status string - 终端节点服务是否被锁定。Normal:正常。FinancialLocked:被锁定。说明该参数返回为空时,表示终端节点服务未锁定。
- create
Time string - 终端节点服务的创建时间。
- description string
- 终端节点服务的描述信息。
- id string
- Uniquely identifies the resource.
- ip
Address string[]Versions - 终端节点服务的IP协议类型。返回值中仅包含ipv4时,说明该终端节点服务为IPv4类型,仅支持提供IPv4服务。返回值中同时包含ipv4和ipv6时,说明该终端节点服务为双栈类型,支持同时提供IPv4和IPv6服务。
- payer string
- 私网连接的付费账号。Endpoint:终端节点账号。EndpointService:终端节点服务账号。
- private
Dns booleanEnabled - 终端节点服务是否启用私有DNS名称。false:未启用。true:已启用。
- private
Dns stringName - 终端节点服务的私有DNS名称。参数PrivateDNSEnabled返回值为false时,该参数返回空。
- private
Dns GetName Configuration Endpoint Service Private Dns Name Configuration - 终端节点服务私有DNS名称的配置信息。说明PrivateDNSType为private时,不返回该参数。
- private
Dns stringType - 私有DNS名称的域名类型。public:公网。说明未开通自定义私网域名功能时,不返回该参数。
- project
Name string - 终端节点服务所属的项目名称。
- resources
Get
Endpoint Service Resource[] - 终端节点服务提供服务的资源。
- service
Domain string - 终端节点服务的服务域名。
- service
Id string - 终端节点服务的ID。
- service
Name string - 终端节点服务的名称。
- service
Name stringManaged - 是否为托管终端节点服务。false:非托管终端节点服务。true:托管终端节点服务。说明终端节点服务所属账号未开通托管终端节点服务功能时,不返回该参数。
- service
Name stringSuffix - 终端节点服务的名称后缀。设置名称后缀后,系统会按照com.volces.privatelink.<地域ID>.<名称后缀>的格式生成终端节点服务的名称。说明该参数正在邀测中,如需使用不同名称后缀区分业务,请联系客户经理。
- service
Owner string - 当前服务主体。
- service
Resource stringType - 服务资源的类型。CLB:负载均衡CLB。ALB:应用型负载均衡ALB。RDSMySQL:云数据库 MySQL版。
- service
Type string - 终端节点服务的类型。Interface:接口终端节点服务。
- status string
- 终端节点服务的状态。Creating:创建中。Pending:配置修改中。Available:可用。Deleting:删除中。
-
Get
Endpoint Service Tag[] - 终端节点服务的标签信息。
- update
Time string - 终端节点服务的最近操作时间。
- wildcard
Domain booleanEnabled - 是否启用通配符域名。true:启用。false:未启用。
- zone
Ids string[] - 终端节点服务提供服务的可用区。说明参数ServiceResourceType返回值为RDSMySQL时,该参数返回空值。
- auto_
accept_ boolenabled - 是否自动接受终端节点连接。true:终端节点服务自动接受终端节点连接。false:终端节点服务不会自动接受终端节点连接,需要调用EnableVpcEndpointConnection接口手动接受。
- billing_
type int - 终端节点服务的计费类型。0:不计费。3:按量计费。
- business_
status str - 终端节点服务是否被锁定。Normal:正常。FinancialLocked:被锁定。说明该参数返回为空时,表示终端节点服务未锁定。
- create_
time str - 终端节点服务的创建时间。
- description str
- 终端节点服务的描述信息。
- id str
- Uniquely identifies the resource.
- ip_
address_ Sequence[str]versions - 终端节点服务的IP协议类型。返回值中仅包含ipv4时,说明该终端节点服务为IPv4类型,仅支持提供IPv4服务。返回值中同时包含ipv4和ipv6时,说明该终端节点服务为双栈类型,支持同时提供IPv4和IPv6服务。
- payer str
- 私网连接的付费账号。Endpoint:终端节点账号。EndpointService:终端节点服务账号。
- private_
dns_ boolenabled - 终端节点服务是否启用私有DNS名称。false:未启用。true:已启用。
- private_
dns_ strname - 终端节点服务的私有DNS名称。参数PrivateDNSEnabled返回值为false时,该参数返回空。
- private_
dns_ Getname_ configuration Endpoint Service Private Dns Name Configuration - 终端节点服务私有DNS名称的配置信息。说明PrivateDNSType为private时,不返回该参数。
- private_
dns_ strtype - 私有DNS名称的域名类型。public:公网。说明未开通自定义私网域名功能时,不返回该参数。
- project_
name str - 终端节点服务所属的项目名称。
- resources
Sequence[Get
Endpoint Service Resource] - 终端节点服务提供服务的资源。
- service_
domain str - 终端节点服务的服务域名。
- service_
id str - 终端节点服务的ID。
- service_
name str - 终端节点服务的名称。
- service_
name_ strmanaged - 是否为托管终端节点服务。false:非托管终端节点服务。true:托管终端节点服务。说明终端节点服务所属账号未开通托管终端节点服务功能时,不返回该参数。
- service_
name_ strsuffix - 终端节点服务的名称后缀。设置名称后缀后,系统会按照com.volces.privatelink.<地域ID>.<名称后缀>的格式生成终端节点服务的名称。说明该参数正在邀测中,如需使用不同名称后缀区分业务,请联系客户经理。
- service_
owner str - 当前服务主体。
- service_
resource_ strtype - 服务资源的类型。CLB:负载均衡CLB。ALB:应用型负载均衡ALB。RDSMySQL:云数据库 MySQL版。
- service_
type str - 终端节点服务的类型。Interface:接口终端节点服务。
- status str
- 终端节点服务的状态。Creating:创建中。Pending:配置修改中。Available:可用。Deleting:删除中。
-
Sequence[Get
Endpoint Service Tag] - 终端节点服务的标签信息。
- update_
time str - 终端节点服务的最近操作时间。
- wildcard_
domain_ boolenabled - 是否启用通配符域名。true:启用。false:未启用。
- zone_
ids Sequence[str] - 终端节点服务提供服务的可用区。说明参数ServiceResourceType返回值为RDSMySQL时,该参数返回空值。
- auto
Accept BooleanEnabled - 是否自动接受终端节点连接。true:终端节点服务自动接受终端节点连接。false:终端节点服务不会自动接受终端节点连接,需要调用EnableVpcEndpointConnection接口手动接受。
- billing
Type Number - 终端节点服务的计费类型。0:不计费。3:按量计费。
- business
Status String - 终端节点服务是否被锁定。Normal:正常。FinancialLocked:被锁定。说明该参数返回为空时,表示终端节点服务未锁定。
- create
Time String - 终端节点服务的创建时间。
- description String
- 终端节点服务的描述信息。
- id String
- Uniquely identifies the resource.
- ip
Address List<String>Versions - 终端节点服务的IP协议类型。返回值中仅包含ipv4时,说明该终端节点服务为IPv4类型,仅支持提供IPv4服务。返回值中同时包含ipv4和ipv6时,说明该终端节点服务为双栈类型,支持同时提供IPv4和IPv6服务。
- payer String
- 私网连接的付费账号。Endpoint:终端节点账号。EndpointService:终端节点服务账号。
- private
Dns BooleanEnabled - 终端节点服务是否启用私有DNS名称。false:未启用。true:已启用。
- private
Dns StringName - 终端节点服务的私有DNS名称。参数PrivateDNSEnabled返回值为false时,该参数返回空。
- private
Dns Property MapName Configuration - 终端节点服务私有DNS名称的配置信息。说明PrivateDNSType为private时,不返回该参数。
- private
Dns StringType - 私有DNS名称的域名类型。public:公网。说明未开通自定义私网域名功能时,不返回该参数。
- project
Name String - 终端节点服务所属的项目名称。
- resources List<Property Map>
- 终端节点服务提供服务的资源。
- service
Domain String - 终端节点服务的服务域名。
- service
Id String - 终端节点服务的ID。
- service
Name String - 终端节点服务的名称。
- service
Name StringManaged - 是否为托管终端节点服务。false:非托管终端节点服务。true:托管终端节点服务。说明终端节点服务所属账号未开通托管终端节点服务功能时,不返回该参数。
- service
Name StringSuffix - 终端节点服务的名称后缀。设置名称后缀后,系统会按照com.volces.privatelink.<地域ID>.<名称后缀>的格式生成终端节点服务的名称。说明该参数正在邀测中,如需使用不同名称后缀区分业务,请联系客户经理。
- service
Owner String - 当前服务主体。
- service
Resource StringType - 服务资源的类型。CLB:负载均衡CLB。ALB:应用型负载均衡ALB。RDSMySQL:云数据库 MySQL版。
- service
Type String - 终端节点服务的类型。Interface:接口终端节点服务。
- status String
- 终端节点服务的状态。Creating:创建中。Pending:配置修改中。Available:可用。Deleting:删除中。
- List<Property Map>
- 终端节点服务的标签信息。
- update
Time String - 终端节点服务的最近操作时间。
- wildcard
Domain BooleanEnabled - 是否启用通配符域名。true:启用。false:未启用。
- zone
Ids List<String> - 终端节点服务提供服务的可用区。说明参数ServiceResourceType返回值为RDSMySQL时,该参数返回空值。
Supporting Types
GetEndpointServicePrivateDnsNameConfiguration
GetEndpointServiceResource
- Instance
Id string - 终端节点服务ID。
- Resource
Id string - 待添加到终端节点服务中的服务资源ID。
- Zone
Ids List<string> - 负载均衡提供服务的可用区。
- Instance
Id string - 终端节点服务ID。
- Resource
Id string - 待添加到终端节点服务中的服务资源ID。
- Zone
Ids []string - 负载均衡提供服务的可用区。
- instance
Id String - 终端节点服务ID。
- resource
Id String - 待添加到终端节点服务中的服务资源ID。
- zone
Ids List<String> - 负载均衡提供服务的可用区。
- instance
Id string - 终端节点服务ID。
- resource
Id string - 待添加到终端节点服务中的服务资源ID。
- zone
Ids string[] - 负载均衡提供服务的可用区。
- instance_
id str - 终端节点服务ID。
- resource_
id str - 待添加到终端节点服务中的服务资源ID。
- zone_
ids Sequence[str] - 负载均衡提供服务的可用区。
- instance
Id String - 终端节点服务ID。
- resource
Id String - 待添加到终端节点服务中的服务资源ID。
- zone
Ids List<String> - 负载均衡提供服务的可用区。
GetEndpointServiceTag
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
