Show / Hide Table of Contents

Class NetworkAttachmentConnectedEndpoint

[Output Only] A connection connected to this network attachment.

Inheritance
object
NetworkAttachmentConnectedEndpoint
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class NetworkAttachmentConnectedEndpoint : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IpAddress

The IPv4 address assigned to the producer instance network interface. This value will be a range in case of Serverless.

Declaration
[JsonProperty("ipAddress")]
public virtual string IpAddress { get; set; }
Property Value
Type Description
string

ProjectIdOrNum

The project id or number of the interface to which the IP was assigned.

Declaration
[JsonProperty("projectIdOrNum")]
public virtual string ProjectIdOrNum { get; set; }
Property Value
Type Description
string

SecondaryIpCidrRanges

Alias IP ranges from the same subnetwork.

Declaration
[JsonProperty("secondaryIpCidrRanges")]
public virtual IList<string> SecondaryIpCidrRanges { get; set; }
Property Value
Type Description
IList<string>

Status

The status of a connected endpoint to this network attachment.

Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type Description
string

Subnetwork

The subnetwork used to assign the IP to the producer instance network interface.

Declaration
[JsonProperty("subnetwork")]
public virtual string Subnetwork { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX