REST Resource: regionMultiMigMembers

Resource: RegionMultiMigMembersGetResponse

JSON representation
{
  "resource": {
    object (MultiMigMember)
  }
}
Fields
resource

object (MultiMigMember)

MultiMigMember

Represents a Multi-MIG member resource.

JSON representation
{
  "kind": string,
  "id": string,
  "creationTimestamp": string,
  "name": string,
  "region": string,
  "selfLink": string,
  "status": {
    object (Status)
  }
}
Fields
kind

string

Output only. Type of the resource. Always

compute#multiMigMember

for a list of multi-MIG members.

id

string (uint64 format)

Output only. The unique identifier for this resource type. The server generates this identifier.

creationTimestamp

string

Output only. Creation timestamp of this multi-MIG member in RFC3339 text format.

name

string

Output only. Server-defined name for the multi-MIG member.

region

string

Output only. The URL of the region where the multi-MIG resides.

status

object (Status)

Output only. The status of this multi-MIG member

Status

JSON representation
{
  "instanceGroupManager": string
}
Fields
instanceGroupManager

string

Output only. URL of member instance group manager

Methods

get

The method compute.beta.RegionMultiMigMembersService.Get is not available in Cloud de Confiance by S3NS.

list

The method compute.beta.RegionMultiMigMembersService.List is not available in Cloud de Confiance by S3NS.