更新时间:2023-12-13 GMT+08:00

VPCEndpoint.Endpoint

模型说明

VPCEndpoint.Endpoint元素用于创建终端节点。终端节点在VPC和终端节点服务之间提供连接通道。您可以在VPC中创建自己的应用程序并将其配置为终端节点服务,同一区域下的其他VPC可以通过创建在自己VPC内的终端节点访问终端节点服务。

模型属性

表1 模型定义属性说明

属性

是否必选

描述

subnetId

需要指定vpc_id对应VPC下已创建的网络(network)的ID,UUID格式

参数类型:string

vpcId

终端节点所在的VPC的ID

参数类型:HuaweiCloud.VPC.VPC.Id

endpointServiceId

终端节点服务的ID

参数类型:string

enableDns

域名(interface类型时有效)普通租户不可创,仅支持op_service用户创建

参数类型:boolean

默认值:True

关联关系

表2 关联关系说明

关系说明

关联节点

被包含关系

VPCEndpoint.EndpointService

输出

属性

参数类型

描述

subnetId

string

子网 ID

vpcId

string

VPCEP所用VPCID

endpointServiceId

string

VPC终端节点服务的ID

blueprint样例

tosca_definitions_version: huaweicloud_tosca_version_1_0
node_templates:
  my-endpoint:
    type: HuaweiCloud.VPCEndpoint.Endpoint
    properties:
      subnetId:
        get_input: my-subnet
      vpcId:
        get_input: my-vpc
      endpointServiceId:
        get_input: my-endpointserviceid
inputs:
  my-subnet:
    description: 已创建的网络的ID
  my-vpc:
    description: VPC的ID
  my-endpointserviceid:
    description: 终端节点服务的ID