GoogleCloudApihubV1ApigeeXTargetDetails class

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.

Constructors

GoogleCloudApihubV1ApigeeXTargetDetails({String? deployedRevision, String? environment, GoogleCloudApihubV1MetaData? metadata, String? proxy, String? targetProject})
GoogleCloudApihubV1ApigeeXTargetDetails.fromJson(Map json_)

Properties

deployedRevision String?
The revision number of the Apigee proxy that was deployed.
getter/setter pair
environment String?
The specific Apigee environment where the server will be deployed.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
metadata GoogleCloudApihubV1MetaData?
Metadata for the proxy configuration in Apigee X.
getter/setter pair
proxy String?
This name identifies the proxy resource in Apigee.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetProject String?
The runtime project that hosts the Apigee X organization.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited