Compute Engine v1 API - Class NetworkAttachmentConnectedEndpoint (2.5.0)

public sealed class NetworkAttachmentConnectedEndpoint : IMessage<NetworkAttachmentConnectedEndpoint>, IEquatable<NetworkAttachmentConnectedEndpoint>, IDeepCloneable<NetworkAttachmentConnectedEndpoint>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class NetworkAttachmentConnectedEndpoint.

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

Inheritance

Object > NetworkAttachmentConnectedEndpoint

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

NetworkAttachmentConnectedEndpoint()

public NetworkAttachmentConnectedEndpoint()

NetworkAttachmentConnectedEndpoint(NetworkAttachmentConnectedEndpoint)

public NetworkAttachmentConnectedEndpoint(NetworkAttachmentConnectedEndpoint other)
Parameter
NameDescription
otherNetworkAttachmentConnectedEndpoint

Properties

HasIpAddress

public bool HasIpAddress { get; }

Gets whether the "ip_address" field is set

Property Value
TypeDescription
Boolean

HasProjectIdOrNum

public bool HasProjectIdOrNum { get; }

Gets whether the "project_id_or_num" field is set

Property Value
TypeDescription
Boolean

HasStatus

public bool HasStatus { get; }

Gets whether the "status" field is set

Property Value
TypeDescription
Boolean

HasSubnetwork

public bool HasSubnetwork { get; }

Gets whether the "subnetwork" field is set

Property Value
TypeDescription
Boolean

IpAddress

public string IpAddress { get; set; }

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

Property Value
TypeDescription
String

ProjectIdOrNum

public string ProjectIdOrNum { get; set; }

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

Property Value
TypeDescription
String

SecondaryIpCidrRanges

public RepeatedField<string> SecondaryIpCidrRanges { get; }

Alias IP ranges from the same subnetwork

Property Value
TypeDescription
RepeatedField<String>

Status

public string Status { get; set; }

The status of a connected endpoint to this network attachment. Check the Status enum for the list of possible values.

Property Value
TypeDescription
String

Subnetwork

public string Subnetwork { get; set; }

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

Property Value
TypeDescription
String