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. |
displayName |
Optional. Display name for the instance. |
createdAt |
Output only. Time the instance was created in milliseconds since epoch. |
lastModifiedAt |
Output only. Time the instance was last modified in milliseconds since epoch. |
diskEncryptionKeyName |
Customer Managed Encryption Key (CMEK) used for disk and volume encryption. Required for Apigee paid subscriptions only. Use the following format: |
state |
Output only. State of the instance. Values other than |
CidrRange
CIDR block range that will be reserved by the instance.
Enums | |
---|---|
CIDR_RANGE_UNSPECIFIED |
Range not specified. |
SLASH_16 |
/16 CIDR range. |
SLASH_20 |
/20 CIDR range. |
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. |