Show / Hide Table of Contents

Class GetInstanceNetworkInterfaceAccessConfigResult

Inheritance
System.Object
GetInstanceNetworkInterfaceAccessConfigResult
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 GetInstanceNetworkInterfaceAccessConfigResult

Fields

View Source

NatIp

The IP address that is be 1:1 mapped to the instance's network ip.

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

NetworkTier

The [networking tier][network-tier] used for configuring this instance. One of PREMIUM or STANDARD.

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

PublicPtrDomainName

The DNS domain name for the public PTR record.

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