Resource: Instance
Apigee runtime instance.
JSON representation |
---|
{ "name": string, "location": string, "peeringCidrRange": enum ( |
Fields | |
---|---|
name |
Required. Resource ID of the instance. Values must match the regular expression |
location |
Required. Compute Engine location where the instance resides. |
peeringCidrRange |
Optional. Size of the CIDR block range that will be reserved by the instance. PAID organizations support |
host |
Output only. Internal hostname or IP address of the Apigee endpoint used by clients to connect to the service. |
port |
Output only. Port number of the exposed Apigee endpoint. |
description |
Optional. Description of the instance. |
display |
Optional. Display name for the instance. |
created |
Output only. Time the instance was created in milliseconds since epoch. |
last |
Output only. Time the instance was last modified in milliseconds since epoch. |
disk |
Customer Managed Encryption Key (CMEK) used for disk and volume encryption. If not specified, a Google-Managed encryption key will be used. Use the following format: |
state |
Output only. State of the instance. Values other than |
runtime |
Output only. Version of the runtime system running in the instance. The runtime system is the set of components that serve the API Proxy traffic in your Environments. |
ip |
Optional. Comma-separated list of CIDR blocks of length 22 and/or 28 used to create the Apigee instance. Providing CIDR ranges is optional. You can provide just /22 or /28 or both (or neither). Ranges you provide should be freely available as part of a larger named range you have allocated to the Service Networking peering. If this parameter is not provided, Apigee automatically requests an available /22 and /28 CIDR block from Service Networking. Use the /22 CIDR block for configuring your firewall needs to allow traffic from Apigee. Input formats: |
consumer |
Optional. Customer accept list represents the list of projects (id/number) on customer side that can privately connect to the service attachment. It is an optional field which the customers can provide during the instance creation. By default, the customer project associated with the Apigee organization will be included to the list. |
service |
Output only. Resource name of the service attachment created for the instance in the format: |
access |
Optional. Access logging configuration enables the access logging feature at the instance. Apigee customers can enable access logging to ship the access logs to their own project's cloud logging. |
CidrRange
CIDR block range that will be reserved by the instance.
Enums | |
---|---|
CIDR_RANGE_UNSPECIFIED |
Range not specified. |
SLASH_16 |
/16 CIDR range. |
SLASH_17 |
/17 CIDR range. |
SLASH_18 |
/18 CIDR range. |
SLASH_19 |
/19 CIDR range. |
SLASH_20 |
/20 CIDR range. |
SLASH_22 |
/22 CIDR range. Supported for evaluation only. |
SLASH_23 |
/23 CIDR range. Supported for evaluation only. |
AccessLoggingConfig
Access logging configuration enables customers to ship the access logs from the tenant projects to their own project's cloud logging. The feature is at the instance level ad disabled by default. It can be enabled during instances.create or instances.patch.
JSON representation |
---|
{ "enabled": boolean, "filter": string } |
Fields | |
---|---|
enabled |
Optional. Boolean flag that specifies whether the customer access log feature is enabled. |
filter |
Optional. Ship the access log entries that match the statusCode defined in the filter. The statusCode is the only expected/supported filter field. (Ex: statusCode) The filter will parse it to the Common Expression Language semantics for expression evaluation to build the filter condition. (Ex: "filter": statusCode >= 200 && statusCode < 300 ) |
Methods |
|
---|---|
|
Creates an Apigee runtime instance. |
|
Deletes an Apigee runtime instance. |
|
Gets the details for an Apigee runtime instance. |
|
Lists all Apigee runtime instances for the organization. |
|
Updates an Apigee runtime instance. |