google_api_replica_pool v0.1.0 GoogleApi.ReplicaPool.V1beta1.Model.Replica View Source
An individual Replica within a Pool. Replicas are automatically created by the replica pool, using the template provided by the user. You cannot directly create replicas.
Attributes
name(type:String.t, default:nil) - [Output Only] The name of the Replica object.selfLink(type:String.t, default:nil) - [Output Only] The self-link of the Replica.status(type:GoogleApi.ReplicaPool.V1beta1.Model.ReplicaStatus.t, default:nil) - [Output Only] Last known status of the Replica.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.ReplicaPool.V1beta1.Model.Replica{
name: String.t(),
selfLink: String.t(),
status: GoogleApi.ReplicaPool.V1beta1.Model.ReplicaStatus.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.