Show / Hide Table of Contents

Class LinuxVirtualMachineScaleSetNetworkInterface

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

Fields

View Source

DnsServers

A list of IP Addresses of DNS Servers which should be assigned to the Network Interface.

Declaration
public readonly ImmutableArray<string> DnsServers
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

EnableAcceleratedNetworking

Does this Network Interface support Accelerated Networking? Defaults to false.

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

EnableIpForwarding

Does this Network Interface support IP Forwarding? Defaults to false.

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

IpConfigurations

One or more ip_configuration blocks as defined above.

Declaration
public readonly ImmutableArray<LinuxVirtualMachineScaleSetNetworkInterfaceIpConfiguration> IpConfigurations
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<LinuxVirtualMachineScaleSetNetworkInterfaceIpConfiguration>
View Source

Name

The Name which should be used for this Network Interface. Changing this forces a new resource to be created.

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

NetworkSecurityGroupId

The ID of a Network Security Group which should be assigned to this Network Interface.

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

Primary

Is this the Primary IP Configuration?

Declaration
public readonly bool? Primary
Field Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.