View Source GoogleApi.MigrationCenter.V1.Model.DiscoveryClient (google_api_migration_center v0.5.0)
Represents an installed Migration Center Discovery Client instance.
Attributes
-
createTime(type:DateTime.t, default:nil) - Output only. Time when the discovery client was first created. -
description(type:String.t, default:nil) - Optional. Free text description. Maximum length is 1000 characters. -
displayName(type:String.t, default:nil) - Optional. Free text display name. Maximum length is 63 characters. -
errors(type:list(GoogleApi.MigrationCenter.V1.Model.Status.t), default:nil) - Output only. Errors affecting client functionality. -
expireTime(type:DateTime.t, default:nil) - Optional. Client expiration time in UTC. If specified, the backend will not accept new frames after this time. -
heartbeatTime(type:DateTime.t, default:nil) - Output only. Last heartbeat time. Healthy clients are expected to send heartbeats regularly (normally every few minutes). -
labels(type:map(), default:nil) - Optional. Labels as key value pairs. -
name(type:String.t, default:nil) - Output only. Identifier. Full name of this discovery client. -
serviceAccount(type:String.t, default:nil) - Required. Service account used by the discovery client for various operation. -
signalsEndpoint(type:String.t, default:nil) - Output only. This field is intended for internal use. -
source(type:String.t, default:nil) - Required. Immutable. Full name of the source object associated with this discovery client. -
state(type:String.t, default:nil) - Output only. Current state of the discovery client. -
ttl(type:String.t, default:nil) - Optional. Input only. Client time-to-live. If specified, the backend will not accept new frames after this time. This field is input only. The derived expiration time is provided as output through theexpire_timefield. -
updateTime(type:DateTime.t, default:nil) - Output only. Time when the discovery client was last updated. This value is not updated by heartbeats, to view the last heartbeat time please refer to theheartbeat_timefield. -
version(type:String.t, default:nil) - Output only. Client version, as reported in recent heartbeat.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MigrationCenter.V1.Model.DiscoveryClient{ createTime: DateTime.t() | nil, description: String.t() | nil, displayName: String.t() | nil, errors: [GoogleApi.MigrationCenter.V1.Model.Status.t()] | nil, expireTime: DateTime.t() | nil, heartbeatTime: DateTime.t() | nil, labels: map() | nil, name: String.t() | nil, serviceAccount: String.t() | nil, signalsEndpoint: String.t() | nil, source: String.t() | nil, state: String.t() | nil, ttl: String.t() | nil, updateTime: DateTime.t() | nil, version: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.