GoogleCloudBeyondcorpAppconnectorsV1ResourceInfo class

ResourceInfo represents the information or status of an app connector resource component that's used to report on various parts of the system.

For example, ResourceInfo can be used to convey the status of a remote_agent, including the status of an appgateway for an runtime environment in a container instance.

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
Unique Id for the resource.
getter/setter pair
resource Map<String, Object?>?
Specific details for the resource.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
Overall health status.
getter/setter pair
sub List<GoogleCloudBeyondcorpAppconnectorsV1ResourceInfo>?
List of Info for the sub level resources.
getter/setter pair
time String?
The timestamp to collect the info.
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