REST Resource: regionMultiMigMembers

Resource: RegionMultiMigMembersGetResponse

JSON representation
{
  "resource": {
    "kind": string,
    "id": string,
    "creationTimestamp": string,
    "name": string,
    "region": string,
    "selfLink": string,
    "status": {
      "instanceGroupManager": string
    }
  }
}
Fields
resource

object

resource.kind

string

Output only. Type of the resource. Always compute#multiMigMember for a list of multi-MIG members.

resource.id

string (uint64 format)

[Output Only] The unique identifier for this resource type. The server generates this identifier.

resource.creationTimestamp

string

[Output Only] Creation timestamp of this multi-MIG member in RFC3339 text format.

resource.name

string

[Output Only] Server-defined name for the multi-MIG member.

resource.region

string

[Output Only] The URL of the region where the multi-MIG resides.

resource.selfLink

string

[Output Only] Server-defined fully-qualified URL for this resource.

resource.status

object

[Output Only] The status of this multi-MIG member

resource.status.instanceGroupManager

string

[Output Only] URL of member instance group manager

Methods

get

Retrieves information about the specified multi-MIG member.

list

Retrieves a list of members of a specific multi-MIG.