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.
Implements
Inherited Members
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 |