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 SourceName
A name used for this IP Configuration.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
PrivateIpAddress
The Static IP Address which should be used.
Declaration
public readonly string PrivateIpAddress
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |
PublicIpAddressId
Reference to a Public IP Address to associate with this NIC
Declaration
public readonly string PublicIpAddressId
Field Value
| Type | Description |
|---|---|
| System.String |
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 |