Class PortExtraDhcpOptionArgs
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.OpenStack.Networking.Inputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class PortExtraDhcpOptionArgs : ResourceArgs
Constructors
View SourcePortExtraDhcpOptionArgs()
Declaration
public PortExtraDhcpOptionArgs()
Properties
View SourceIpVersion
IP protocol version. Defaults to 4.
Declaration
public Input<int> IpVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Name
Name of the DHCP option.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Value
Value of the DHCP option.
Declaration
public Input<string> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |