Class VnicIpv6GetArgs
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 VnicIpv6GetArgs : ResourceArgs
Constructors
View SourceVnicIpv6GetArgs()
Declaration
public VnicIpv6GetArgs()
Properties
View SourceAddresses
List of IPv6 addresses
Declaration
public InputList<string> Addresses { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Autoconfig
Use IPv6 Autoconfiguration (RFC2462).
Declaration
public Input<bool> Autoconfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Dhcp
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> |