Represents a Replica resource.
For a list of methods for this resource, see the end of this page.
Resource representations
An individual replica within a pool. The replica pool automatically creates replicas using a template that you provide.You cannot directly create replicas.
{ "name": string, "selfLink": string, "status": { "templateVersion": string, "vmLink": string, "state": string, "vmStartTime": string, "details": string } }
Property name | Value | Description | Notes |
---|---|---|---|
name
|
string
|
[Output Only] The name of the replica object. | |
selfLink
|
string
|
[Output Only] The self-link of the replica. | |
status
|
nested object
|
[Output Only] Last known status of the replica. | |
status.
details
|
string
|
[Output Only] Human-readable details about the current state of the replica. | |
status.
state
|
string
|
[Output Only] The state of the replica. | |
status.
templateVersion
|
string
|
[Output Only] The template used to build the replica. | |
status.
vmLink
|
string
|
[Output Only] Link to the virtual machine that this replica represents. | |
status.
vmStartTime
|
string
|
[Output Only]
The time that the virtual machine this replica represents was started, in
RFC 3339 format
. If the start time is unknown,
UNKNOWN
is returned.
|