Class GetInstanceNetworkInterfaceResult
Inheritance
System.Object
GetInstanceNetworkInterfaceResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Compute.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetInstanceNetworkInterfaceResult
Fields
View SourceAccessConfigs
Access configurations, i.e. IPs via which this instance can be accessed via the Internet. Structure documented below.
Declaration
public readonly ImmutableArray<GetInstanceNetworkInterfaceAccessConfigResult> AccessConfigs
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetInstanceNetworkInterfaceAccessConfigResult> |
AliasIpRanges
An array of alias IP ranges for this network interface. Structure documented below.
Declaration
public readonly ImmutableArray<GetInstanceNetworkInterfaceAliasIpRangeResult> AliasIpRanges
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetInstanceNetworkInterfaceAliasIpRangeResult> |
Name
The name of the instance. One of name or self_link must be provided.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Network
The name or self_link of the network attached to this interface.
Declaration
public readonly string Network
Field Value
| Type | Description |
|---|---|
| System.String |
NetworkIp
The private IP address assigned to the instance.
Declaration
public readonly string NetworkIp
Field Value
| Type | Description |
|---|---|
| System.String |
Subnetwork
The name or self_link of the subnetwork attached to this interface.
Declaration
public readonly string Subnetwork
Field Value
| Type | Description |
|---|---|
| System.String |
SubnetworkProject
The project in which the subnetwork belongs.
Declaration
public readonly string SubnetworkProject
Field Value
| Type | Description |
|---|---|
| System.String |