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.alpha.Data
Assembly: Google.Apis.Compute.alpha.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

Ipv6Address

The IPv6 address assigned to the producer instance network interface. This is only assigned when the stack types of both the instance network interface and the consumer subnet are IPv4_IPv6.

Declaration
[JsonProperty("ipv6Address")]
public virtual string Ipv6Address { 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

SubnetworkCidrRange

[Output Only] The CIDR range of the subnet from which the IPv4 internal IP was allocated from.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX