Instance Args
An Instance
is the runtime dataplane in Apigee. To get more information about Instance, see:
How-to Guides
Creating a runtime instance {{% examples %}}
Example Usage
{{% /examples %}}
Import
Instance can be imported using any of these accepted formats
$ pulumi import gcp:apigee/instance:Instance default {{org_id}}/instances/{{name}}
$ pulumi import gcp:apigee/instance:Instance default {{org_id}}/{{name}}
Constructors
Functions
Properties
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.
IP range represents the customer-provided CIDR block of length 22 that will be used for the Apigee instance creation. This optional range, if provided, should be freely available as part of larger named range the customer has allocated to the Service Networking peering. If this is not provided, Apigee will automatically request for any available /22 CIDR block from Service Networking. The customer should use this CIDR block for configuring their firewall needs to allow traffic from Apigee. Input format: "a.b.c.d/22"
The size of the CIDR block range that will be reserved by the instance. For valid values, see CidrRange on the documentation.