Show / Hide Table of Contents

Class NetworkInterfaceIpConfiguration

Inheritance
System.Object
NetworkInterfaceIpConfiguration
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.Azure.Network.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class NetworkInterfaceIpConfiguration

Fields

View Source

Name

A name used for this IP Configuration.

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

Primary

Is this the Primary IP Configuration? Must be true for the first ip_configuration when multiple are specified. Defaults to false.

Declaration
public readonly bool? Primary
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

PrivateIpAddress

The Static IP Address which should be used.

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

PrivateIpAddressAllocation

The allocation method used for the Private IP Address. Possible values are Dynamic and Static.

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

PrivateIpAddressVersion

The IP Version to use. Possible values are IPv4 or IPv6. Defaults to IPv4.

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

PublicIpAddressId

Reference to a Public IP Address to associate with this NIC

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

SubnetId

The ID of the Subnet where this Network Interface should be located in.

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