Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Data Source schema for Volcengine::PrivateLink::VpcEndpoint
Using getVpcEndpoint
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 getVpcEndpoint(args: GetVpcEndpointArgs, opts?: InvokeOptions): Promise<GetVpcEndpointResult>
function getVpcEndpointOutput(args: GetVpcEndpointOutputArgs, opts?: InvokeOptions): Output<GetVpcEndpointResult>def get_vpc_endpoint(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVpcEndpointResult
def get_vpc_endpoint_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVpcEndpointResult]func LookupVpcEndpoint(ctx *Context, args *LookupVpcEndpointArgs, opts ...InvokeOption) (*LookupVpcEndpointResult, error)
func LookupVpcEndpointOutput(ctx *Context, args *LookupVpcEndpointOutputArgs, opts ...InvokeOption) LookupVpcEndpointResultOutput> Note: This function is named LookupVpcEndpoint in the Go SDK.
public static class GetVpcEndpoint
{
public static Task<GetVpcEndpointResult> InvokeAsync(GetVpcEndpointArgs args, InvokeOptions? opts = null)
public static Output<GetVpcEndpointResult> Invoke(GetVpcEndpointInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetVpcEndpointResult> getVpcEndpoint(GetVpcEndpointArgs args, InvokeOptions options)
public static Output<GetVpcEndpointResult> getVpcEndpoint(GetVpcEndpointArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:privatelink/getVpcEndpoint:getVpcEndpoint
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.
getVpcEndpoint Result
The following output properties are available:
- Bps int
- Maximum bandwidth limit for the endpoint node connection, in Mbps.
- Business
Status string - Whether the endpoint is locked. Normal: Normal. FinancialLocked: Locked. If this parameter is empty, the endpoint is not locked.
- Connection
Status string - Status of the endpoint node connection. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed. PartialFailed: partial connection failure. ServiceDeleted: service deleted.
- Creation
Time string - Creation time of the endpoint.
- Deleted
Time string - Deletion time of the endpoint.
- Description string
- Description of the endpoint node. The default value is an empty string. It must start with a letter, number, or Chinese character, and can include letters, numbers, Chinese characters, and the following special characters: comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length limit: 0–255 characters.
- Endpoint
Domain string - Domain name of the endpoint.
- Endpoint
Id string - ID of the endpoint node.
- Endpoint
Index int - Endpoint index
- Endpoint
Name string - Endpoint name. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length must be between 1 and 128 characters. If not specified, defaults to the endpoint ID.
- Endpoint
Type string - Type of the endpoint node. Interface: interface endpoint node.
- Id string
- Uniquely identifies the resource.
- Ip
Address List<string>Versions - IP protocol type for the interface endpoint. Options are ipv4 and ipv6. The default for interface endpoints is ipv4. If only ipv4 is used, do not provide this parameter. If the interface endpoint is dual stack (ipv4 & ipv6), you must provide this parameter. Before providing it, ensure the following: your account has enabled IPv6 for private network connections; the subnet associated with the interface endpoint has enabled the IPv6 segment; the endpoint service associated with the interface endpoint is dual stack. Parameter -N: indicates the sequence number of the IP protocol type for the interface endpoint, with a range of 1–2. Use & to separate the sequence numbers of the two IP protocol types. Currently, only providing IPv6 is not supported.
- Payer string
- Billing account for the private network connection. Endpoint: endpoint account. EndpointService: endpoint service account.
- Private
Dns boolEnabled - Enable private DNS name. false (default): disabled. true: enabled.
- Private
Dns stringName - The private DNS name of the endpoint node. If the parameter PrivateDNSEnabled returns false, this parameter is empty.
- Project
Name string - Name of the project to which the endpoint node belongs.
- Security
Group List<string>Ids - ID of the security group to be bound to the endpoint. You can call the DescribeSecurityGroups API to obtain the security group ID. Parameter -N: Indicates the sequence number of the security group ID, value range: 1–5. Separate multiple security group IDs with &.
- Service
Id string - ID of the endpoint service to be associated. You can call the DescribeVpcEndpointServices API to obtain the endpoint service ID.
- Service
Managed bool - Whether the endpoint is managed. false: Unmanaged endpoint. true: Managed endpoint.
- Service
Name string - Name of the endpoint service to be associated.
- Status string
- Status of the endpoint. Creating: Creating. Pending: Modifying configuration. Available: Available. Deleting: Deleting.
-
List<Volcengine.
Get Vpc Endpoint Tag> - Endpoint user tag.
- Update
Time string - Most recent operation time of the endpoint.
- Vpc
Id string - ID of the VPC to which the endpoint belongs. You can call the DescribeVpcs API to obtain the VPC ID.
- Zones
List<Volcengine.
Get Vpc Endpoint Zone> - Availability zone of the endpoint node.
- Bps int
- Maximum bandwidth limit for the endpoint node connection, in Mbps.
- Business
Status string - Whether the endpoint is locked. Normal: Normal. FinancialLocked: Locked. If this parameter is empty, the endpoint is not locked.
- Connection
Status string - Status of the endpoint node connection. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed. PartialFailed: partial connection failure. ServiceDeleted: service deleted.
- Creation
Time string - Creation time of the endpoint.
- Deleted
Time string - Deletion time of the endpoint.
- Description string
- Description of the endpoint node. The default value is an empty string. It must start with a letter, number, or Chinese character, and can include letters, numbers, Chinese characters, and the following special characters: comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length limit: 0–255 characters.
- Endpoint
Domain string - Domain name of the endpoint.
- Endpoint
Id string - ID of the endpoint node.
- Endpoint
Index int - Endpoint index
- Endpoint
Name string - Endpoint name. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length must be between 1 and 128 characters. If not specified, defaults to the endpoint ID.
- Endpoint
Type string - Type of the endpoint node. Interface: interface endpoint node.
- Id string
- Uniquely identifies the resource.
- Ip
Address []stringVersions - IP protocol type for the interface endpoint. Options are ipv4 and ipv6. The default for interface endpoints is ipv4. If only ipv4 is used, do not provide this parameter. If the interface endpoint is dual stack (ipv4 & ipv6), you must provide this parameter. Before providing it, ensure the following: your account has enabled IPv6 for private network connections; the subnet associated with the interface endpoint has enabled the IPv6 segment; the endpoint service associated with the interface endpoint is dual stack. Parameter -N: indicates the sequence number of the IP protocol type for the interface endpoint, with a range of 1–2. Use & to separate the sequence numbers of the two IP protocol types. Currently, only providing IPv6 is not supported.
- Payer string
- Billing account for the private network connection. Endpoint: endpoint account. EndpointService: endpoint service account.
- Private
Dns boolEnabled - Enable private DNS name. false (default): disabled. true: enabled.
- Private
Dns stringName - The private DNS name of the endpoint node. If the parameter PrivateDNSEnabled returns false, this parameter is empty.
- Project
Name string - Name of the project to which the endpoint node belongs.
- Security
Group []stringIds - ID of the security group to be bound to the endpoint. You can call the DescribeSecurityGroups API to obtain the security group ID. Parameter -N: Indicates the sequence number of the security group ID, value range: 1–5. Separate multiple security group IDs with &.
- Service
Id string - ID of the endpoint service to be associated. You can call the DescribeVpcEndpointServices API to obtain the endpoint service ID.
- Service
Managed bool - Whether the endpoint is managed. false: Unmanaged endpoint. true: Managed endpoint.
- Service
Name string - Name of the endpoint service to be associated.
- Status string
- Status of the endpoint. Creating: Creating. Pending: Modifying configuration. Available: Available. Deleting: Deleting.
-
[]Get
Vpc Endpoint Tag - Endpoint user tag.
- Update
Time string - Most recent operation time of the endpoint.
- Vpc
Id string - ID of the VPC to which the endpoint belongs. You can call the DescribeVpcs API to obtain the VPC ID.
- Zones
[]Get
Vpc Endpoint Zone - Availability zone of the endpoint node.
- bps Integer
- Maximum bandwidth limit for the endpoint node connection, in Mbps.
- business
Status String - Whether the endpoint is locked. Normal: Normal. FinancialLocked: Locked. If this parameter is empty, the endpoint is not locked.
- connection
Status String - Status of the endpoint node connection. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed. PartialFailed: partial connection failure. ServiceDeleted: service deleted.
- creation
Time String - Creation time of the endpoint.
- deleted
Time String - Deletion time of the endpoint.
- description String
- Description of the endpoint node. The default value is an empty string. It must start with a letter, number, or Chinese character, and can include letters, numbers, Chinese characters, and the following special characters: comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length limit: 0–255 characters.
- endpoint
Domain String - Domain name of the endpoint.
- endpoint
Id String - ID of the endpoint node.
- endpoint
Index Integer - Endpoint index
- endpoint
Name String - Endpoint name. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length must be between 1 and 128 characters. If not specified, defaults to the endpoint ID.
- endpoint
Type String - Type of the endpoint node. Interface: interface endpoint node.
- id String
- Uniquely identifies the resource.
- ip
Address List<String>Versions - IP protocol type for the interface endpoint. Options are ipv4 and ipv6. The default for interface endpoints is ipv4. If only ipv4 is used, do not provide this parameter. If the interface endpoint is dual stack (ipv4 & ipv6), you must provide this parameter. Before providing it, ensure the following: your account has enabled IPv6 for private network connections; the subnet associated with the interface endpoint has enabled the IPv6 segment; the endpoint service associated with the interface endpoint is dual stack. Parameter -N: indicates the sequence number of the IP protocol type for the interface endpoint, with a range of 1–2. Use & to separate the sequence numbers of the two IP protocol types. Currently, only providing IPv6 is not supported.
- payer String
- Billing account for the private network connection. Endpoint: endpoint account. EndpointService: endpoint service account.
- private
Dns BooleanEnabled - Enable private DNS name. false (default): disabled. true: enabled.
- private
Dns StringName - The private DNS name of the endpoint node. If the parameter PrivateDNSEnabled returns false, this parameter is empty.
- project
Name String - Name of the project to which the endpoint node belongs.
- security
Group List<String>Ids - ID of the security group to be bound to the endpoint. You can call the DescribeSecurityGroups API to obtain the security group ID. Parameter -N: Indicates the sequence number of the security group ID, value range: 1–5. Separate multiple security group IDs with &.
- service
Id String - ID of the endpoint service to be associated. You can call the DescribeVpcEndpointServices API to obtain the endpoint service ID.
- service
Managed Boolean - Whether the endpoint is managed. false: Unmanaged endpoint. true: Managed endpoint.
- service
Name String - Name of the endpoint service to be associated.
- status String
- Status of the endpoint. Creating: Creating. Pending: Modifying configuration. Available: Available. Deleting: Deleting.
-
List<Get
Vpc Endpoint Tag> - Endpoint user tag.
- update
Time String - Most recent operation time of the endpoint.
- vpc
Id String - ID of the VPC to which the endpoint belongs. You can call the DescribeVpcs API to obtain the VPC ID.
- zones
List<Get
Vpc Endpoint Zone> - Availability zone of the endpoint node.
- bps number
- Maximum bandwidth limit for the endpoint node connection, in Mbps.
- business
Status string - Whether the endpoint is locked. Normal: Normal. FinancialLocked: Locked. If this parameter is empty, the endpoint is not locked.
- connection
Status string - Status of the endpoint node connection. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed. PartialFailed: partial connection failure. ServiceDeleted: service deleted.
- creation
Time string - Creation time of the endpoint.
- deleted
Time string - Deletion time of the endpoint.
- description string
- Description of the endpoint node. The default value is an empty string. It must start with a letter, number, or Chinese character, and can include letters, numbers, Chinese characters, and the following special characters: comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length limit: 0–255 characters.
- endpoint
Domain string - Domain name of the endpoint.
- endpoint
Id string - ID of the endpoint node.
- endpoint
Index number - Endpoint index
- endpoint
Name string - Endpoint name. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length must be between 1 and 128 characters. If not specified, defaults to the endpoint ID.
- endpoint
Type string - Type of the endpoint node. Interface: interface endpoint node.
- id string
- Uniquely identifies the resource.
- ip
Address string[]Versions - IP protocol type for the interface endpoint. Options are ipv4 and ipv6. The default for interface endpoints is ipv4. If only ipv4 is used, do not provide this parameter. If the interface endpoint is dual stack (ipv4 & ipv6), you must provide this parameter. Before providing it, ensure the following: your account has enabled IPv6 for private network connections; the subnet associated with the interface endpoint has enabled the IPv6 segment; the endpoint service associated with the interface endpoint is dual stack. Parameter -N: indicates the sequence number of the IP protocol type for the interface endpoint, with a range of 1–2. Use & to separate the sequence numbers of the two IP protocol types. Currently, only providing IPv6 is not supported.
- payer string
- Billing account for the private network connection. Endpoint: endpoint account. EndpointService: endpoint service account.
- private
Dns booleanEnabled - Enable private DNS name. false (default): disabled. true: enabled.
- private
Dns stringName - The private DNS name of the endpoint node. If the parameter PrivateDNSEnabled returns false, this parameter is empty.
- project
Name string - Name of the project to which the endpoint node belongs.
- security
Group string[]Ids - ID of the security group to be bound to the endpoint. You can call the DescribeSecurityGroups API to obtain the security group ID. Parameter -N: Indicates the sequence number of the security group ID, value range: 1–5. Separate multiple security group IDs with &.
- service
Id string - ID of the endpoint service to be associated. You can call the DescribeVpcEndpointServices API to obtain the endpoint service ID.
- service
Managed boolean - Whether the endpoint is managed. false: Unmanaged endpoint. true: Managed endpoint.
- service
Name string - Name of the endpoint service to be associated.
- status string
- Status of the endpoint. Creating: Creating. Pending: Modifying configuration. Available: Available. Deleting: Deleting.
-
Get
Vpc Endpoint Tag[] - Endpoint user tag.
- update
Time string - Most recent operation time of the endpoint.
- vpc
Id string - ID of the VPC to which the endpoint belongs. You can call the DescribeVpcs API to obtain the VPC ID.
- zones
Get
Vpc Endpoint Zone[] - Availability zone of the endpoint node.
- bps int
- Maximum bandwidth limit for the endpoint node connection, in Mbps.
- business_
status str - Whether the endpoint is locked. Normal: Normal. FinancialLocked: Locked. If this parameter is empty, the endpoint is not locked.
- connection_
status str - Status of the endpoint node connection. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed. PartialFailed: partial connection failure. ServiceDeleted: service deleted.
- creation_
time str - Creation time of the endpoint.
- deleted_
time str - Deletion time of the endpoint.
- description str
- Description of the endpoint node. The default value is an empty string. It must start with a letter, number, or Chinese character, and can include letters, numbers, Chinese characters, and the following special characters: comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length limit: 0–255 characters.
- endpoint_
domain str - Domain name of the endpoint.
- endpoint_
id str - ID of the endpoint node.
- endpoint_
index int - Endpoint index
- endpoint_
name str - Endpoint name. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length must be between 1 and 128 characters. If not specified, defaults to the endpoint ID.
- endpoint_
type str - Type of the endpoint node. Interface: interface endpoint node.
- id str
- Uniquely identifies the resource.
- ip_
address_ Sequence[str]versions - IP protocol type for the interface endpoint. Options are ipv4 and ipv6. The default for interface endpoints is ipv4. If only ipv4 is used, do not provide this parameter. If the interface endpoint is dual stack (ipv4 & ipv6), you must provide this parameter. Before providing it, ensure the following: your account has enabled IPv6 for private network connections; the subnet associated with the interface endpoint has enabled the IPv6 segment; the endpoint service associated with the interface endpoint is dual stack. Parameter -N: indicates the sequence number of the IP protocol type for the interface endpoint, with a range of 1–2. Use & to separate the sequence numbers of the two IP protocol types. Currently, only providing IPv6 is not supported.
- payer str
- Billing account for the private network connection. Endpoint: endpoint account. EndpointService: endpoint service account.
- private_
dns_ boolenabled - Enable private DNS name. false (default): disabled. true: enabled.
- private_
dns_ strname - The private DNS name of the endpoint node. If the parameter PrivateDNSEnabled returns false, this parameter is empty.
- project_
name str - Name of the project to which the endpoint node belongs.
- security_
group_ Sequence[str]ids - ID of the security group to be bound to the endpoint. You can call the DescribeSecurityGroups API to obtain the security group ID. Parameter -N: Indicates the sequence number of the security group ID, value range: 1–5. Separate multiple security group IDs with &.
- service_
id str - ID of the endpoint service to be associated. You can call the DescribeVpcEndpointServices API to obtain the endpoint service ID.
- service_
managed bool - Whether the endpoint is managed. false: Unmanaged endpoint. true: Managed endpoint.
- service_
name str - Name of the endpoint service to be associated.
- status str
- Status of the endpoint. Creating: Creating. Pending: Modifying configuration. Available: Available. Deleting: Deleting.
-
Sequence[Get
Vpc Endpoint Tag] - Endpoint user tag.
- update_
time str - Most recent operation time of the endpoint.
- vpc_
id str - ID of the VPC to which the endpoint belongs. You can call the DescribeVpcs API to obtain the VPC ID.
- zones
Sequence[Get
Vpc Endpoint Zone] - Availability zone of the endpoint node.
- bps Number
- Maximum bandwidth limit for the endpoint node connection, in Mbps.
- business
Status String - Whether the endpoint is locked. Normal: Normal. FinancialLocked: Locked. If this parameter is empty, the endpoint is not locked.
- connection
Status String - Status of the endpoint node connection. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed. PartialFailed: partial connection failure. ServiceDeleted: service deleted.
- creation
Time String - Creation time of the endpoint.
- deleted
Time String - Deletion time of the endpoint.
- description String
- Description of the endpoint node. The default value is an empty string. It must start with a letter, number, or Chinese character, and can include letters, numbers, Chinese characters, and the following special characters: comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length limit: 0–255 characters.
- endpoint
Domain String - Domain name of the endpoint.
- endpoint
Id String - ID of the endpoint node.
- endpoint
Index Number - Endpoint index
- endpoint
Name String - Endpoint name. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length must be between 1 and 128 characters. If not specified, defaults to the endpoint ID.
- endpoint
Type String - Type of the endpoint node. Interface: interface endpoint node.
- id String
- Uniquely identifies the resource.
- ip
Address List<String>Versions - IP protocol type for the interface endpoint. Options are ipv4 and ipv6. The default for interface endpoints is ipv4. If only ipv4 is used, do not provide this parameter. If the interface endpoint is dual stack (ipv4 & ipv6), you must provide this parameter. Before providing it, ensure the following: your account has enabled IPv6 for private network connections; the subnet associated with the interface endpoint has enabled the IPv6 segment; the endpoint service associated with the interface endpoint is dual stack. Parameter -N: indicates the sequence number of the IP protocol type for the interface endpoint, with a range of 1–2. Use & to separate the sequence numbers of the two IP protocol types. Currently, only providing IPv6 is not supported.
- payer String
- Billing account for the private network connection. Endpoint: endpoint account. EndpointService: endpoint service account.
- private
Dns BooleanEnabled - Enable private DNS name. false (default): disabled. true: enabled.
- private
Dns StringName - The private DNS name of the endpoint node. If the parameter PrivateDNSEnabled returns false, this parameter is empty.
- project
Name String - Name of the project to which the endpoint node belongs.
- security
Group List<String>Ids - ID of the security group to be bound to the endpoint. You can call the DescribeSecurityGroups API to obtain the security group ID. Parameter -N: Indicates the sequence number of the security group ID, value range: 1–5. Separate multiple security group IDs with &.
- service
Id String - ID of the endpoint service to be associated. You can call the DescribeVpcEndpointServices API to obtain the endpoint service ID.
- service
Managed Boolean - Whether the endpoint is managed. false: Unmanaged endpoint. true: Managed endpoint.
- service
Name String - Name of the endpoint service to be associated.
- status String
- Status of the endpoint. Creating: Creating. Pending: Modifying configuration. Available: Available. Deleting: Deleting.
- List<Property Map>
- Endpoint user tag.
- update
Time String - Most recent operation time of the endpoint.
- vpc
Id String - ID of the VPC to which the endpoint belongs. You can call the DescribeVpcs API to obtain the VPC ID.
- zones List<Property Map>
- Availability zone of the endpoint node.
Supporting Types
GetVpcEndpointTag
- Key string
- Tag key of the endpoint user tag. Length limit: 1–128 characters. Case sensitive. Cannot start with 'or' or 'sys:' in any case combination. Cannot start or end with a space. Allowed characters: letters, numbers, spaces ( ), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and @.
- Value string
- Tag value of the endpoint user tag. Length limit: 0–256 characters. Case sensitive. Cannot start or end with a space. Allowed characters: letters, numbers, spaces ( ), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and @
- Key string
- Tag key of the endpoint user tag. Length limit: 1–128 characters. Case sensitive. Cannot start with 'or' or 'sys:' in any case combination. Cannot start or end with a space. Allowed characters: letters, numbers, spaces ( ), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and @.
- Value string
- Tag value of the endpoint user tag. Length limit: 0–256 characters. Case sensitive. Cannot start or end with a space. Allowed characters: letters, numbers, spaces ( ), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and @
- key String
- Tag key of the endpoint user tag. Length limit: 1–128 characters. Case sensitive. Cannot start with 'or' or 'sys:' in any case combination. Cannot start or end with a space. Allowed characters: letters, numbers, spaces ( ), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and @.
- value String
- Tag value of the endpoint user tag. Length limit: 0–256 characters. Case sensitive. Cannot start or end with a space. Allowed characters: letters, numbers, spaces ( ), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and @
- key string
- Tag key of the endpoint user tag. Length limit: 1–128 characters. Case sensitive. Cannot start with 'or' or 'sys:' in any case combination. Cannot start or end with a space. Allowed characters: letters, numbers, spaces ( ), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and @.
- value string
- Tag value of the endpoint user tag. Length limit: 0–256 characters. Case sensitive. Cannot start or end with a space. Allowed characters: letters, numbers, spaces ( ), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and @
- key str
- Tag key of the endpoint user tag. Length limit: 1–128 characters. Case sensitive. Cannot start with 'or' or 'sys:' in any case combination. Cannot start or end with a space. Allowed characters: letters, numbers, spaces ( ), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and @.
- value str
- Tag value of the endpoint user tag. Length limit: 0–256 characters. Case sensitive. Cannot start or end with a space. Allowed characters: letters, numbers, spaces ( ), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and @
- key String
- Tag key of the endpoint user tag. Length limit: 1–128 characters. Case sensitive. Cannot start with 'or' or 'sys:' in any case combination. Cannot start or end with a space. Allowed characters: letters, numbers, spaces ( ), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and @.
- value String
- Tag value of the endpoint user tag. Length limit: 0–256 characters. Case sensitive. Cannot start or end with a space. Allowed characters: letters, numbers, spaces ( ), underscores (_), periods (.), colons (:), slashes (/), equal signs (=), plus signs (+), hyphens (-), and @
GetVpcEndpointZone
- Ipv6Service
Status string - Service status of the endpoint node's IPv6 address. Active: normal. Inactive: abnormal.
- Network
Interface stringId - ID of the endpoint NIC used to connect to new service resources. If not in the process of seamless service resource replacement, this parameter returns empty.
- Private
Ip stringAddress - The private IPv4 address of the endpoint node's network interface must belong to the subnet's IPv4 CIDR block. You can call the DescribeSubnets API to obtain the subnet's CIDR block. Parameter -N: indicates the sequence number of the private IPv4 address, with a value range of 1–10. Use & to separate multiple private IPv4 addresses.
- Private
Ipv6Address string - The private IPv6 address of the endpoint node's network interface must belong to the subnet's IPv6 CIDR block. You can call the DescribeSubnets API to obtain the subnet's CIDR block. Parameter -N: indicates the sequence number of the private IPv6 address, with a value range of 1–10. Use & to separate multiple private IPv6 addresses. If not specified, an IPv6 address will be randomly assigned within the subnet's IPv6 CIDR block by default.
- Service
Status string - Service status of the endpoint IPv4 address. Active: Normal. Inactive: Abnormal.
- Subnet
Id string - ID of the subnet to which the NIC of the endpoint to be created belongs. You can call the DescribeSubnets API to obtain the subnet ID. Parameter -N: Indicates the sequence number of the subnet ID, value range: 1–10. Separate multiple subnet IDs with &.
- Zone
Domain string - Domain name of the endpoint availability zone.
- Zone
Id string - ID of the availability zone to which the NIC of the endpoint to be created belongs. For more information about availability zones, see Regions and Availability Zones. Parameter -N: Indicates the sequence number of the availability zone, value range: 1–10. Separate multiple availability zone IDs with &.
- Zone
Status string - Status of the endpoint node's availability zone. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed.
- Ipv6Service
Status string - Service status of the endpoint node's IPv6 address. Active: normal. Inactive: abnormal.
- Network
Interface stringId - ID of the endpoint NIC used to connect to new service resources. If not in the process of seamless service resource replacement, this parameter returns empty.
- Private
Ip stringAddress - The private IPv4 address of the endpoint node's network interface must belong to the subnet's IPv4 CIDR block. You can call the DescribeSubnets API to obtain the subnet's CIDR block. Parameter -N: indicates the sequence number of the private IPv4 address, with a value range of 1–10. Use & to separate multiple private IPv4 addresses.
- Private
Ipv6Address string - The private IPv6 address of the endpoint node's network interface must belong to the subnet's IPv6 CIDR block. You can call the DescribeSubnets API to obtain the subnet's CIDR block. Parameter -N: indicates the sequence number of the private IPv6 address, with a value range of 1–10. Use & to separate multiple private IPv6 addresses. If not specified, an IPv6 address will be randomly assigned within the subnet's IPv6 CIDR block by default.
- Service
Status string - Service status of the endpoint IPv4 address. Active: Normal. Inactive: Abnormal.
- Subnet
Id string - ID of the subnet to which the NIC of the endpoint to be created belongs. You can call the DescribeSubnets API to obtain the subnet ID. Parameter -N: Indicates the sequence number of the subnet ID, value range: 1–10. Separate multiple subnet IDs with &.
- Zone
Domain string - Domain name of the endpoint availability zone.
- Zone
Id string - ID of the availability zone to which the NIC of the endpoint to be created belongs. For more information about availability zones, see Regions and Availability Zones. Parameter -N: Indicates the sequence number of the availability zone, value range: 1–10. Separate multiple availability zone IDs with &.
- Zone
Status string - Status of the endpoint node's availability zone. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed.
- ipv6Service
Status String - Service status of the endpoint node's IPv6 address. Active: normal. Inactive: abnormal.
- network
Interface StringId - ID of the endpoint NIC used to connect to new service resources. If not in the process of seamless service resource replacement, this parameter returns empty.
- private
Ip StringAddress - The private IPv4 address of the endpoint node's network interface must belong to the subnet's IPv4 CIDR block. You can call the DescribeSubnets API to obtain the subnet's CIDR block. Parameter -N: indicates the sequence number of the private IPv4 address, with a value range of 1–10. Use & to separate multiple private IPv4 addresses.
- private
Ipv6Address String - The private IPv6 address of the endpoint node's network interface must belong to the subnet's IPv6 CIDR block. You can call the DescribeSubnets API to obtain the subnet's CIDR block. Parameter -N: indicates the sequence number of the private IPv6 address, with a value range of 1–10. Use & to separate multiple private IPv6 addresses. If not specified, an IPv6 address will be randomly assigned within the subnet's IPv6 CIDR block by default.
- service
Status String - Service status of the endpoint IPv4 address. Active: Normal. Inactive: Abnormal.
- subnet
Id String - ID of the subnet to which the NIC of the endpoint to be created belongs. You can call the DescribeSubnets API to obtain the subnet ID. Parameter -N: Indicates the sequence number of the subnet ID, value range: 1–10. Separate multiple subnet IDs with &.
- zone
Domain String - Domain name of the endpoint availability zone.
- zone
Id String - ID of the availability zone to which the NIC of the endpoint to be created belongs. For more information about availability zones, see Regions and Availability Zones. Parameter -N: Indicates the sequence number of the availability zone, value range: 1–10. Separate multiple availability zone IDs with &.
- zone
Status String - Status of the endpoint node's availability zone. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed.
- ipv6Service
Status string - Service status of the endpoint node's IPv6 address. Active: normal. Inactive: abnormal.
- network
Interface stringId - ID of the endpoint NIC used to connect to new service resources. If not in the process of seamless service resource replacement, this parameter returns empty.
- private
Ip stringAddress - The private IPv4 address of the endpoint node's network interface must belong to the subnet's IPv4 CIDR block. You can call the DescribeSubnets API to obtain the subnet's CIDR block. Parameter -N: indicates the sequence number of the private IPv4 address, with a value range of 1–10. Use & to separate multiple private IPv4 addresses.
- private
Ipv6Address string - The private IPv6 address of the endpoint node's network interface must belong to the subnet's IPv6 CIDR block. You can call the DescribeSubnets API to obtain the subnet's CIDR block. Parameter -N: indicates the sequence number of the private IPv6 address, with a value range of 1–10. Use & to separate multiple private IPv6 addresses. If not specified, an IPv6 address will be randomly assigned within the subnet's IPv6 CIDR block by default.
- service
Status string - Service status of the endpoint IPv4 address. Active: Normal. Inactive: Abnormal.
- subnet
Id string - ID of the subnet to which the NIC of the endpoint to be created belongs. You can call the DescribeSubnets API to obtain the subnet ID. Parameter -N: Indicates the sequence number of the subnet ID, value range: 1–10. Separate multiple subnet IDs with &.
- zone
Domain string - Domain name of the endpoint availability zone.
- zone
Id string - ID of the availability zone to which the NIC of the endpoint to be created belongs. For more information about availability zones, see Regions and Availability Zones. Parameter -N: Indicates the sequence number of the availability zone, value range: 1–10. Separate multiple availability zone IDs with &.
- zone
Status string - Status of the endpoint node's availability zone. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed.
- ipv6_
service_ strstatus - Service status of the endpoint node's IPv6 address. Active: normal. Inactive: abnormal.
- network_
interface_ strid - ID of the endpoint NIC used to connect to new service resources. If not in the process of seamless service resource replacement, this parameter returns empty.
- private_
ip_ straddress - The private IPv4 address of the endpoint node's network interface must belong to the subnet's IPv4 CIDR block. You can call the DescribeSubnets API to obtain the subnet's CIDR block. Parameter -N: indicates the sequence number of the private IPv4 address, with a value range of 1–10. Use & to separate multiple private IPv4 addresses.
- private_
ipv6_ straddress - The private IPv6 address of the endpoint node's network interface must belong to the subnet's IPv6 CIDR block. You can call the DescribeSubnets API to obtain the subnet's CIDR block. Parameter -N: indicates the sequence number of the private IPv6 address, with a value range of 1–10. Use & to separate multiple private IPv6 addresses. If not specified, an IPv6 address will be randomly assigned within the subnet's IPv6 CIDR block by default.
- service_
status str - Service status of the endpoint IPv4 address. Active: Normal. Inactive: Abnormal.
- subnet_
id str - ID of the subnet to which the NIC of the endpoint to be created belongs. You can call the DescribeSubnets API to obtain the subnet ID. Parameter -N: Indicates the sequence number of the subnet ID, value range: 1–10. Separate multiple subnet IDs with &.
- zone_
domain str - Domain name of the endpoint availability zone.
- zone_
id str - ID of the availability zone to which the NIC of the endpoint to be created belongs. For more information about availability zones, see Regions and Availability Zones. Parameter -N: Indicates the sequence number of the availability zone, value range: 1–10. Separate multiple availability zone IDs with &.
- zone_
status str - Status of the endpoint node's availability zone. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed.
- ipv6Service
Status String - Service status of the endpoint node's IPv6 address. Active: normal. Inactive: abnormal.
- network
Interface StringId - ID of the endpoint NIC used to connect to new service resources. If not in the process of seamless service resource replacement, this parameter returns empty.
- private
Ip StringAddress - The private IPv4 address of the endpoint node's network interface must belong to the subnet's IPv4 CIDR block. You can call the DescribeSubnets API to obtain the subnet's CIDR block. Parameter -N: indicates the sequence number of the private IPv4 address, with a value range of 1–10. Use & to separate multiple private IPv4 addresses.
- private
Ipv6Address String - The private IPv6 address of the endpoint node's network interface must belong to the subnet's IPv6 CIDR block. You can call the DescribeSubnets API to obtain the subnet's CIDR block. Parameter -N: indicates the sequence number of the private IPv6 address, with a value range of 1–10. Use & to separate multiple private IPv6 addresses. If not specified, an IPv6 address will be randomly assigned within the subnet's IPv6 CIDR block by default.
- service
Status String - Service status of the endpoint IPv4 address. Active: Normal. Inactive: Abnormal.
- subnet
Id String - ID of the subnet to which the NIC of the endpoint to be created belongs. You can call the DescribeSubnets API to obtain the subnet ID. Parameter -N: Indicates the sequence number of the subnet ID, value range: 1–10. Separate multiple subnet IDs with &.
- zone
Domain String - Domain name of the endpoint availability zone.
- zone
Id String - ID of the availability zone to which the NIC of the endpoint to be created belongs. For more information about availability zones, see Regions and Availability Zones. Parameter -N: Indicates the sequence number of the availability zone, value range: 1–10. Separate multiple availability zone IDs with &.
- zone
Status String - Status of the endpoint node's availability zone. PendingAcceptance: waiting for connection. Connecting: connecting. Connected: connected. Disconnecting: disconnecting. Rejected: connection rejected. Failed: connection failed.
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
