ResourceInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)
ResourceInfo represents the information/status of an app connector resource. Such as:
remote_agent
container
- runtime
appgateway
appconnector
appconnection
- tunnel
logagent
Attributes |
|
---|---|
Name | Description |
id |
str
Required. Unique Id for the resource. |
status |
google.cloud.beyondcorp_appconnectors_v1.types.HealthStatus
Overall health status. Overall status is derived based on the status of each sub level resources. |
resource |
google.protobuf.any_pb2.Any
Specific details for the resource. This is for internal use only. |
time |
google.protobuf.timestamp_pb2.Timestamp
The timestamp to collect the info. It is suggested to be set by the topmost level resource only. |
sub |
MutableSequence[google.cloud.beyondcorp_appconnectors_v1.types.ResourceInfo]
List of Info for the sub level resources. |