InstanceArgs

data class InstanceArgs(val consumerAcceptList: Output<List<String>>? = null, val description: Output<String>? = null, val diskEncryptionKeyName: Output<String>? = null, val displayName: Output<String>? = null, val ipRange: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val organizationId: Output<String>? = null, val peeringCidrRange: Output<InstancePeeringCidrRange>? = null) : ConvertibleToJava<InstanceArgs>

Creates an Apigee runtime instance. The instance is accessible from the authorized network configured on the organization. Note: Not supported for Apigee hybrid.

Constructors

Link copied to clipboard
fun InstanceArgs(consumerAcceptList: Output<List<String>>? = null, description: Output<String>? = null, diskEncryptionKeyName: Output<String>? = null, displayName: Output<String>? = null, ipRange: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, organizationId: Output<String>? = null, peeringCidrRange: Output<InstancePeeringCidrRange>? = null)

Functions

Link copied to clipboard
open override fun toJava(): InstanceArgs

Properties

Link copied to clipboard
val consumerAcceptList: Output<List<String>>? = null

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.

Link copied to clipboard
val description: Output<String>? = null

Optional. Description of the instance.

Link copied to clipboard
val diskEncryptionKeyName: Output<String>? = null

Customer Managed Encryption Key (CMEK) used for disk and volume encryption. Required for Apigee paid subscriptions only. Use the following format: projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+)

Link copied to clipboard
val displayName: Output<String>? = null

Optional. Display name for the instance.

Link copied to clipboard
val ipRange: Output<String>? = null

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: a.b.c.d/22 or e.f.g.h/28 or a.b.c.d/22,e.f.g.h/28

Link copied to clipboard
val location: Output<String>? = null

Compute Engine location where the instance resides.

Link copied to clipboard
val name: Output<String>? = null

Resource ID of the instance. Values must match the regular expression ^a-z{0,30}[a-z\d]$.

Link copied to clipboard
val organizationId: Output<String>? = null
Link copied to clipboard

Optional. Size of the CIDR block range that will be reserved by the instance. PAID organizations support SLASH_16 to SLASH_20 and defaults to SLASH_16. Evaluation organizations support only SLASH_23.