Show / Hide Table of Contents

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 Source

AccessConfigs

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>
View Source

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>
View Source

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
View Source

Network

The name or self_link of the network attached to this interface.

Declaration
public readonly string Network
Field Value
Type Description
System.String
View Source

NetworkIp

The private IP address assigned to the instance.

Declaration
public readonly string NetworkIp
Field Value
Type Description
System.String
View Source

Subnetwork

The name or self_link of the subnetwork attached to this interface.

Declaration
public readonly string Subnetwork
Field Value
Type Description
System.String
View Source

SubnetworkProject

The project in which the subnetwork belongs.

Declaration
public readonly string SubnetworkProject
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.