- 3.22.0 (latest)
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public sealed class NetworkAttachmentConnectedEndpoint : IMessage<NetworkAttachmentConnectedEndpoint>, IEquatable<NetworkAttachmentConnectedEndpoint>, IDeepCloneable<NetworkAttachmentConnectedEndpoint>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class NetworkAttachmentConnectedEndpoint.
[Output Only] A connection connected to this network attachment.
Implements
IMessageNetworkAttachmentConnectedEndpoint, IEquatableNetworkAttachmentConnectedEndpoint, IDeepCloneableNetworkAttachmentConnectedEndpoint, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
NetworkAttachmentConnectedEndpoint()
public NetworkAttachmentConnectedEndpoint()NetworkAttachmentConnectedEndpoint(NetworkAttachmentConnectedEndpoint)
public NetworkAttachmentConnectedEndpoint(NetworkAttachmentConnectedEndpoint other)| Parameter | |
|---|---|
| Name | Description |
other |
NetworkAttachmentConnectedEndpoint |
Properties
HasIpAddress
public bool HasIpAddress { get; }Gets whether the "ip_address" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasIpv6Address
public bool HasIpv6Address { get; }Gets whether the "ipv6_address" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasProjectIdOrNum
public bool HasProjectIdOrNum { get; }Gets whether the "project_id_or_num" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasStatus
public bool HasStatus { get; }Gets whether the "status" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasSubnetwork
public bool HasSubnetwork { get; }Gets whether the "subnetwork" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasSubnetworkCidrRange
public bool HasSubnetworkCidrRange { get; }Gets whether the "subnetwork_cidr_range" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
IpAddress
public string IpAddress { get; set; }The IPv4 address assigned to the producer instance network interface. This value will be a range in case of Serverless.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Ipv6Address
public string Ipv6Address { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ProjectIdOrNum
public string ProjectIdOrNum { get; set; }The project id or number of the interface to which the IP was assigned.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SecondaryIpCidrRanges
public RepeatedField<string> SecondaryIpCidrRanges { get; }Alias IP ranges from the same subnetwork.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
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 | |
|---|---|
| Type | Description |
string |
|
Subnetwork
public string Subnetwork { get; set; }The subnetwork used to assign the IP to the producer instance network interface.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SubnetworkCidrRange
public string SubnetworkCidrRange { get; set; }Output only. [Output Only] The CIDR range of the subnet from which the IPv4 internal IP was allocated from.
| Property Value | |
|---|---|
| Type | Description |
string |
|