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

API proxy revision.

Attributes

  • archive (type: String.t, default: nil) - Output only. The archive that generated this proxy revision. This field is only present on proxy revisions that were generated by an archive. Proxies generated by archives cannot be updated, deleted, or deployed to other environments. Format: organizations/*/environments/*/archiveDeployments/*
  • basepaths (type: list(String.t), default: nil) - Base URL of the API proxy.
  • configurationVersion (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ConfigVersion.t, default: nil) - Version of the API proxy configuration schema to which the API proxy conforms. Currently, the only supported value is 4.0 (majorVersion.minorVersion). This setting may be used in the future to track the evolution of the API proxy format.
  • contextInfo (type: String.t, default: nil) - Revision number, app name, and organization for the API proxy.
  • createdAt (type: String.t, default: nil) - Time that the API proxy revision was created in milliseconds since epoch.
  • description (type: String.t, default: nil) - Description of the API proxy revision.
  • displayName (type: String.t, default: nil) - Human-readable name of the API proxy.
  • entityMetaDataAsProperties (type: map(), default: nil) - Metadata describing the API proxy revision as a key-value map.
  • hasExtensiblePolicy (type: boolean(), default: nil) - Output only. This field will be marked as true if revision contains any policies marked as extensible.
  • integrationEndpoints (type: list(String.t), default: nil) - List of IntegrationEndpoints in the '/integration-endpoints' directory of the API proxy. This is a 'manifest' setting designed to provide visibility into the contents of the API proxy.
  • lastModifiedAt (type: String.t, default: nil) - Time that the API proxy revision was last modified in milliseconds since epoch.
  • name (type: String.t, default: nil) - Name of the API proxy.
  • policies (type: list(String.t), default: nil) - List of policy names included in the API proxy revision..
  • proxies (type: list(String.t), default: nil) - List of proxy names included in the API proxy revision.
  • proxyEndpoints (type: list(String.t), default: nil) - List of ProxyEndpoints in the /proxies directory of the API proxy. Typically, this element is included only when the API proxy was created using the Edge UI. This is a 'manifest' setting designed to provide visibility into the contents of the API proxy.
  • resourceFiles (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ResourceFiles.t, default: nil) - List of resource files included in the API proxy revision.
  • resources (type: list(String.t), default: nil) - List of the resources included in the API proxy revision formatted as "{type}://{name}".
  • revision (type: String.t, default: nil) - API proxy revision.
  • sharedFlows (type: list(String.t), default: nil) - List of the shared flows included in the API proxy revision.
  • spec (type: String.t, default: nil) - OpenAPI Specification that is associated with the API proxy. The value is set to a URL or to a path in the specification store.
  • targetEndpoints (type: list(String.t), default: nil) - List of TargetEndpoints in the /targets directory of the API proxy. Typically, this element is included only when the API proxy was created using the Edge UI. This is a 'manifest' setting designed to provide visibility into the contents of the API proxy.
  • targetServers (type: list(String.t), default: nil) - List of TargetServers referenced in any TargetEndpoint in the API proxy. Typically, you will see this element only when the API proxy was created using the Edge UI. This is a 'manifest' setting designed to provide visibility into the contents of the API proxy.
  • targets (type: list(String.t), default: nil) - List of the targets included in the API proxy revision.
  • teams (type: list(String.t), default: nil) - List of the teams included in the API proxy revision.
  • type (type: String.t, default: nil) - Type. Set to Application. Maintained for compatibility with the Apigee Edge API.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ApiProxyRevision{
  archive: String.t() | nil,
  basepaths: [String.t()] | nil,
  configurationVersion:
    GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ConfigVersion.t() | nil,
  contextInfo: String.t() | nil,
  createdAt: String.t() | nil,
  description: String.t() | nil,
  displayName: String.t() | nil,
  entityMetaDataAsProperties: map() | nil,
  hasExtensiblePolicy: boolean() | nil,
  integrationEndpoints: [String.t()] | nil,
  lastModifiedAt: String.t() | nil,
  name: String.t() | nil,
  policies: [String.t()] | nil,
  proxies: [String.t()] | nil,
  proxyEndpoints: [String.t()] | nil,
  resourceFiles:
    GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ResourceFiles.t() | nil,
  resources: [String.t()] | nil,
  revision: String.t() | nil,
  sharedFlows: [String.t()] | nil,
  spec: String.t() | nil,
  targetEndpoints: [String.t()] | nil,
  targetServers: [String.t()] | nil,
  targets: [String.t()] | nil,
  teams: [String.t()] | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.