Show / Hide Table of Contents

Class GoogleCloudApihubV1ApigeeXTargetDetails

The target configuration for Apigee X. Note: If this API is called while an earlier deployment is still in progress, the earlier deployment will be aborted and a new deployment will be triggered.

Inheritance
object
GoogleCloudApihubV1ApigeeXTargetDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1ApigeeXTargetDetails : IDirectResponseSchema

Properties

DeployedRevision

Output only. The revision number of the Apigee proxy that was deployed.

Declaration
[JsonProperty("deployedRevision")]
public virtual string DeployedRevision { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Environment

Required. The specific Apigee environment where the server will be deployed.

Declaration
[JsonProperty("environment")]
public virtual string Environment { get; set; }
Property Value
Type Description
string

Metadata

Optional. Metadata for the proxy configuration in Apigee X.

Declaration
[JsonProperty("metadata")]
public virtual GoogleCloudApihubV1MetaData Metadata { get; set; }
Property Value
Type Description
GoogleCloudApihubV1MetaData

Proxy

Required. This name identifies the proxy resource in Apigee. It typically follows a standard alphanumeric format (e.g., "mcp-discovery-server").

Declaration
[JsonProperty("proxy")]
public virtual string Proxy { get; set; }
Property Value
Type Description
string

TargetProject

Required. The runtime project that hosts the Apigee X organization. This must be one of the runtime projects attached to the API Hub host project.

Declaration
[JsonProperty("targetProject")]
public virtual string TargetProject { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX