GoogleCloudApigeeV1InstanceDeploymentStatus class
The status of a deployment as reported by a single instance.
Constructors
-
GoogleCloudApigeeV1InstanceDeploymentStatus({List<
GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision> ? deployedRevisions, List<GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute> ? deployedRoutes, String? instance}) - GoogleCloudApigeeV1InstanceDeploymentStatus.fromJson(Map json_)
Properties
-
deployedRevisions
↔ List<
GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision> ? -
Revisions currently deployed in MPs.
getter/setter pair
-
deployedRoutes
↔ List<
GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute> ? -
Current routes deployed in the ingress routing table.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- instance ↔ String?
-
ID of the instance reporting the status.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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