GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Organization (google_api_apigee v0.26.0) View Source
Attributes
-
analyticsRegion
(type:String.t
, default:nil
) - Required. Primary GCP region for analytics data storage. For valid values, see Create an Apigee organization. -
attributes
(type:list(String.t)
, default:nil
) - Not used by Apigee. -
authorizedNetwork
(type:String.t
, default:nil
) - 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 can be updated only when there are no runtime instances. For example: "default". Note: Not supported for Apigee hybrid. -
billingType
(type:String.t
, default:nil
) - Output only. Billing type of the Apigee organization. See Apigee pricing. -
caCertificate
(type:String.t
, default:nil
) - Output only. Base64-encoded public certificate for the root CA of the Apigee organization. Valid only when [RuntimeType] is CLOUD. -
createdAt
(type:String.t
, default:nil
) - Output only. Time that the Apigee organization was created in milliseconds since epoch. -
customerName
(type:String.t
, default:nil
) - Not used by Apigee. -
description
(type:String.t
, default:nil
) - Description of the Apigee organization. -
displayName
(type:String.t
, default:nil
) - -
environments
(type:list(String.t)
, default:nil
) - Output only. List of environments in the Apigee organization. -
lastModifiedAt
(type:String.t
, default:nil
) - Output only. Time that the Apigee organization was last modified in milliseconds since epoch. -
name
(type:String.t
, default:nil
) - Output only. Name of the Apigee organization. -
projectId
(type:String.t
, default:nil
) - The project ID associated with the Apigee organization. -
properties
(type:GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Properties.t
, default:nil
) - Properties defined in the Apigee organization profile. -
runtimeDatabaseEncryptionKeyName
(type:String.t
, default:nil
) - 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. If not specified, a Google-Managed encryption key will be used. Valid only when [RuntimeType] is CLOUD. For example: "projects/foo/locations/us/keyRings/bar/cryptoKeys/baz". Note: Not supported for Apigee hybrid. -
runtimeType
(type:String.t
, default:nil
) - Required. Runtime type of the Apigee organization based on the Apigee subscription purchased. -
state
(type:String.t
, default:nil
) - Output only. State of the organization. Values other than ACTIVE means the resource is not ready to use. -
subscriptionType
(type:String.t
, default:nil
) - Output only. DEPRECATED: This will eventually be replaced by BillingType. Subscription type of the Apigee organization. Valid values include trial (free, limited, and for evaluation purposes only) or paid (full subscription has been purchased). See Apigee pricing. -
type
(type:String.t
, default:nil
) - Not used by Apigee.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Organization{ analyticsRegion: String.t(), attributes: [String.t()], authorizedNetwork: String.t(), billingType: String.t(), caCertificate: String.t(), createdAt: String.t(), customerName: String.t(), description: String.t(), displayName: String.t(), environments: [String.t()], lastModifiedAt: String.t(), name: String.t(), projectId: String.t(), properties: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Properties.t(), runtimeDatabaseEncryptionKeyName: String.t(), runtimeType: String.t(), state: String.t(), subscriptionType: String.t(), type: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.