GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Instance (google_api_apigee v0.30.0) View Source
Apigee runtime instance.
Attributes
-
createdAt
(type:String.t
, default:nil
) - Output only. Time the instance was created in milliseconds since epoch. -
description
(type:String.t
, default:nil
) - Optional. Description of the instance. -
diskEncryptionKeyName
(type:String.t
, default:nil
) - 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/([^/]+)
-
displayName
(type:String.t
, default:nil
) - Optional. Display name for the instance. -
host
(type:String.t
, default:nil
) - Output only. Internal hostname or IP address of the Apigee endpoint used by clients to connect to the service. -
lastModifiedAt
(type:String.t
, default:nil
) - Output only. Time the instance was last modified in milliseconds since epoch. -
location
(type:String.t
, default:nil
) - Required. Compute Engine location where the instance resides. -
name
(type:String.t
, default:nil
) - Required. Resource ID of the instance. Values must match the regular expression^a-z{0,30}[a-z\d]$
. -
peeringCidrRange
(type:String.t
, default:nil
) - Optional. Size of the CIDR block range that will be reserved by the instance. PAID organizations supportSLASH_16
toSLASH_20
and defaults toSLASH_16
. Evaluation organizations support onlySLASH_23
. -
port
(type:String.t
, default:nil
) - Output only. Port number of the exposed Apigee endpoint. -
state
(type:String.t
, default:nil
) - Output only. State of the instance. Values other thanACTIVE
means the resource is not ready to use.
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.GoogleCloudApigeeV1Instance{ createdAt: String.t() | nil, description: String.t() | nil, diskEncryptionKeyName: String.t() | nil, displayName: String.t() | nil, host: String.t() | nil, lastModifiedAt: String.t() | nil, location: String.t() | nil, name: String.t() | nil, peeringCidrRange: String.t() | nil, port: String.t() | nil, state: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.