Class LinuxVirtualMachineScaleSetNetworkInterfaceArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class LinuxVirtualMachineScaleSetNetworkInterfaceArgs : ResourceArgs
Constructors
View SourceLinuxVirtualMachineScaleSetNetworkInterfaceArgs()
Declaration
public LinuxVirtualMachineScaleSetNetworkInterfaceArgs()
Properties
View SourceDnsServers
A list of IP Addresses of DNS Servers which should be assigned to the Network Interface.
Declaration
public InputList<string> DnsServers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
EnableAcceleratedNetworking
Does this Network Interface support Accelerated Networking? Defaults to false.
Declaration
public Input<bool> EnableAcceleratedNetworking { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
EnableIpForwarding
Does this Network Interface support IP Forwarding? Defaults to false.
Declaration
public Input<bool> EnableIpForwarding { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
IpConfigurations
One or more ip_configuration blocks as defined above.
Declaration
public InputList<LinuxVirtualMachineScaleSetNetworkInterfaceIpConfigurationArgs> IpConfigurations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<LinuxVirtualMachineScaleSetNetworkInterfaceIpConfigurationArgs> |
Name
The Name which should be used for this Network Interface. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NetworkSecurityGroupId
The ID of a Network Security Group which should be assigned to this Network Interface.
Declaration
public Input<string> NetworkSecurityGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Primary
Is this the Primary IP Configuration?
Declaration
public Input<bool> Primary { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |