Class NetworkAttachmentConnectedEndpoint
[Output Only] A connection connected to this network attachment.
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.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 |