Class MultiMigMember
Represents a Multi-MIG member resource.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class MultiMigMember : IDirectResponseSchema
Properties
CreationTimestamp
Output only. [Output Only] Creation timestamp of this multi-MIG member inRFC3339 text format.
Declaration
[JsonProperty("creationTimestamp")]
public virtual string CreationTimestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Output only. [Output only] The unique identifier for this resource type. The server generates this identifier.
Declaration
[JsonProperty("id")]
public virtual ulong? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| ulong? |
Kind
Output only. Type of the resource. Alwayscompute#multiMigMember for a list of multi-MIG members.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Output only. [Output Only] Server-defined name for the multi-MIG member.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Region
Output only. [Output Only] The URL of the region where the multi-MIG resides.
Declaration
[JsonProperty("region")]
public virtual string Region { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SelfLink
Output only. [Output Only] Server-defined fully-qualified URL for this resource.
Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
Output only. [Output Only] The status of this multi-MIG member
Declaration
[JsonProperty("status")]
public virtual MultiMigMemberStatus Status { get; set; }
Property Value
| Type | Description |
|---|---|
| MultiMigMemberStatus |