View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Instance (google_api_apigee v0.46.0)

Apigee runtime instance.

Attributes

  • accessLoggingConfig (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1AccessLoggingConfig.t, default: nil) - Optional. Access logging configuration enables the access logging feature at the instance. Apigee customers can enable access logging to ship the access logs to their own project's cloud logging.
  • consumerAcceptList (type: list(String.t), default: nil) - 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.
  • 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.
  • ipRange (type: String.t, default: nil) - 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
  • 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 support SLASH_16 to SLASH_20 and defaults to SLASH_16. Evaluation organizations support only SLASH_23.
  • port (type: String.t, default: nil) - Output only. Port number of the exposed Apigee endpoint.
  • runtimeVersion (type: String.t, default: nil) - Output only. Version of the runtime system running in the instance. The runtime system is the set of components that serve the API Proxy traffic in your Environments.
  • serviceAttachment (type: String.t, default: nil) - Output only. Resource name of the service attachment created for the instance in the format: projects/*/regions/*/serviceAttachments/* Apigee customers can privately forward traffic to this service attachment using the PSC endpoints.
  • state (type: String.t, default: nil) - Output only. State of the instance. Values other than ACTIVE means the resource is not ready to use.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Instance{
  accessLoggingConfig:
    GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1AccessLoggingConfig.t() | nil,
  consumerAcceptList: [String.t()] | nil,
  createdAt: String.t() | nil,
  description: String.t() | nil,
  diskEncryptionKeyName: String.t() | nil,
  displayName: String.t() | nil,
  host: String.t() | nil,
  ipRange: String.t() | nil,
  lastModifiedAt: String.t() | nil,
  location: String.t() | nil,
  name: String.t() | nil,
  peeringCidrRange: String.t() | nil,
  port: String.t() | nil,
  runtimeVersion: String.t() | nil,
  serviceAttachment: String.t() | nil,
  state: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.