Class VnicIpv4GetArgs
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.VSphere.Inputs
Assembly: Pulumi.VSphere.dll
Syntax
public sealed class VnicIpv4GetArgs : ResourceArgs
Constructors
View SourceVnicIpv4GetArgs()
Declaration
public VnicIpv4GetArgs()
Properties
View SourceDhcp
Use DHCP to configure the interface's IPv4 stack.
Declaration
public Input<bool> Dhcp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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> |
Ip
Address of the interface, if DHCP is not set.
Declaration
public Input<string> Ip { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Netmask
Netmask of the interface, if DHCP is not set.
Declaration
public Input<string> Netmask { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |