Resource: RegionalEndpoint
The RegionalEndpoint resource.
JSON representation |
---|
{
"name": string,
"createTime": string,
"updateTime": string,
"labels": {
string: string,
...
},
"description": string,
"targetGoogleApi": string,
"network": string,
"subnetwork": string,
"accessType": enum ( |
Fields | |
---|---|
name |
Output only. The name of a RegionalEndpoint. Format: |
createTime |
Output only. Time when the RegionalEndpoint was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. Time when the RegionalEndpoint was updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
labels |
User-defined labels. An object containing a list of |
description |
Optional. A description of this resource. |
targetGoogleApi |
Required. The service endpoint this private regional endpoint connects to. Format: |
network |
The name of the VPC network for this private regional endpoint. Format: |
subnetwork |
The name of the subnetwork from which the IP address will be allocated. Format: |
accessType |
Required. The access type of this regional endpoint. This field is reflected in the PSC Forwarding Rule configuration to enable global access. |
pscForwardingRule |
Output only. The resource reference of the PSC Forwarding Rule created on behalf of the customer. Format: |
ipAddress |
Output only. The literal IP address of the PSC Forwarding Rule created on behalf of the customer. This field is deprecated. Use address instead. |
address |
Optional. The IP Address of the Regional Endpoint. When no address is provided, an IP from the subnetwork is allocated. Use one of the following formats: * IPv4 address as in |
AccessType
The access type of this regional endpoint.
Enums | |
---|---|
ACCESS_TYPE_UNSPECIFIED |
An invalid type as the default case. |
GLOBAL |
This regional endpoint is accessible from all regions. |
REGIONAL |
This regional endpoint is only accessible from the same region where it resides. |
Methods |
|
---|---|
|
Creates a new RegionalEndpoint in a given project and location. |
|
Deletes a single RegionalEndpoint. |
|
Gets details of a single RegionalEndpoint. |
|
Lists RegionalEndpoints in a given project and location. |