OrganizationArgs

data class OrganizationArgs(val addonsConfig: Output<GoogleCloudApigeeV1AddonsConfigArgs>? = null, val analyticsRegion: Output<String>? = null, val apiConsumerDataEncryptionKeyName: Output<String>? = null, val apiConsumerDataLocation: Output<String>? = null, val attributes: Output<List<String>>? = null, val authorizedNetwork: Output<String>? = null, val billingType: Output<OrganizationBillingType>? = null, val controlPlaneEncryptionKeyName: Output<String>? = null, val customerName: Output<String>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val parent: Output<String>? = null, val portalDisabled: Output<Boolean>? = null, val properties: Output<GoogleCloudApigeeV1PropertiesArgs>? = null, val runtimeDatabaseEncryptionKeyName: Output<String>? = null, val runtimeType: Output<OrganizationRuntimeType>? = null, val type: Output<OrganizationType>? = null) : ConvertibleToJava<OrganizationArgs>

Creates an Apigee organization. See Create an Apigee organization. Auto-naming is currently not supported for this resource.

Constructors

Link copied to clipboard
fun OrganizationArgs(addonsConfig: Output<GoogleCloudApigeeV1AddonsConfigArgs>? = null, analyticsRegion: Output<String>? = null, apiConsumerDataEncryptionKeyName: Output<String>? = null, apiConsumerDataLocation: Output<String>? = null, attributes: Output<List<String>>? = null, authorizedNetwork: Output<String>? = null, billingType: Output<OrganizationBillingType>? = null, controlPlaneEncryptionKeyName: Output<String>? = null, customerName: Output<String>? = null, description: Output<String>? = null, displayName: Output<String>? = null, parent: Output<String>? = null, portalDisabled: Output<Boolean>? = null, properties: Output<GoogleCloudApigeeV1PropertiesArgs>? = null, runtimeDatabaseEncryptionKeyName: Output<String>? = null, runtimeType: Output<OrganizationRuntimeType>? = null, type: Output<OrganizationType>? = null)

Functions

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

Properties

Link copied to clipboard

Addon configurations of the Apigee organization.

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

DEPRECATED: This field will be deprecated once Apigee supports DRZ. Primary Google Cloud region for analytics data storage. For valid values, see Create an Apigee organization.

Link copied to clipboard

Cloud KMS key name used for encrypting API consumer data. Required for US/EU regions when #BillingType is SUBSCRIPTION. When #BillingType is EVALUATION or the region is not US/EU, a Google-Managed encryption key will be used. Format: projects/*/locations/*/keyRings/*/cryptoKeys/*

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

This field is needed only for customers with control plane in US or EU. Apigee stores some control plane data only in single region. This field determines which single region Apigee should use. For example: "us-west1" when control plane is in US or "europe-west2" when control plane is in EU.

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

Not used by Apigee.

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

Compute Engine network used for Service Networking to be peered with Apigee runtime instances. See Getting started with the Service Networking API. Valid only when #RuntimeType is set to CLOUD. The value must be set before the creation of a runtime instance and can be updated only when there are no runtime instances. For example: default. Apigee also supports shared VPC (that is, the host network project is not the same as the one that is peering with Apigee). See Shared VPC overview. To use a shared VPC network, use the following format: projects/{host-project-id}/{region}/networks/{network-name}. For example: projects/my-sharedvpc-host/global/networks/mynetwork Note: Not supported for Apigee hybrid.

Link copied to clipboard

Billing type of the Apigee organization. See Apigee pricing.

Link copied to clipboard

Cloud KMS key name used for encrypting control plane data that is stored in a multi region. Required when #BillingType is SUBSCRIPTION. When #BillingType is EVALUATION, a Google-Managed encryption key will be used. Format: projects/*/locations/*/keyRings/*/cryptoKeys/*

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

Not used by Apigee.

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

Description of the Apigee organization.

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

Display name for the Apigee organization. Unused, but reserved for future use.

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

Required. Name of the Google Cloud project in which to associate the Apigee organization. Pass the information as a query parameter using the following structure in your request: projects/

Link copied to clipboard
val portalDisabled: Output<Boolean>? = null

Configuration for the Portals settings.

Link copied to clipboard

Properties defined in the Apigee organization profile.

Link copied to clipboard

Cloud KMS key name used for encrypting the data that is stored and replicated across runtime instances. Update is not allowed after the organization is created. Required when #RuntimeType is CLOUD. If not specified when #RuntimeType is TRIAL, a Google-Managed encryption key will be used. For example: "projects/foo/locations/us/keyRings/bar/cryptoKeys/baz". Note: Not supported for Apigee hybrid.

Link copied to clipboard

Runtime type of the Apigee organization based on the Apigee subscription purchased.

Link copied to clipboard
val type: Output<OrganizationType>? = null

Not used by Apigee. ////////