Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)



Replicas

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.
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. 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.

Methods

delete
Deletes a replica from the pool.
get
Gets information about a specific replica.
list
Lists all replicas in a pool.
restart
Restarts a replica in a pool. This picks up any changes that have been made to the Pool template and the replica will use the new, updated template.

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.