Show / Hide Table of Contents

Class VnicIpv4Args

Inheritance
System.Object
InputArgs
ResourceArgs
VnicIpv4Args
Inherited Members
ResourceArgs.Empty
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.VSphere.Inputs
Assembly: Pulumi.VSphere.dll
Syntax
public sealed class VnicIpv4Args : ResourceArgs

Constructors

View Source

VnicIpv4Args()

Declaration
public VnicIpv4Args()

Properties

View Source

Dhcp

Use DHCP to configure the interface's IPv4 stack.

Declaration
public Input<bool> Dhcp { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Gw

IP address of the default gateway, if DHCP or autoconfig is not set.

Declaration
public Input<string> Gw { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Ip

Address of the interface, if DHCP is not set.

Declaration
public Input<string> Ip { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Netmask

Netmask of the interface, if DHCP is not set.

Declaration
public Input<string> Netmask { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.