GoogleCloudApigeeV1PodStatus class

Constructors

GoogleCloudApigeeV1PodStatus({String? appVersion, String? deploymentStatus, String? deploymentStatusTime, String? deploymentTime, String? podName, String? podStatus, String? podStatusTime, String? statusCode, String? statusCodeDetails})
GoogleCloudApigeeV1PodStatus.fromJson(Map json_)

Properties

appVersion String?
Version of the application running in the pod.
getter/setter pair
deploymentStatus String?
Status of the deployment.
getter/setter pair
deploymentStatusTime String?
Time the deployment status was reported in milliseconds since epoch.
getter/setter pair
deploymentTime String?
Time the proxy was deployed in milliseconds since epoch.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
podName String?
Name of the pod which is reporting the status.
getter/setter pair
podStatus String?
Overall status of the pod (not this specific deployment).
getter/setter pair
podStatusTime String?
Time the pod status was reported in milliseconds since epoch.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCode String?
Code associated with the deployment status.
getter/setter pair
statusCodeDetails String?
Human-readable message associated with the status code.
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