Class VnicIpv6
Inheritance
System.Object
VnicIpv6
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.Outputs
Assembly: Pulumi.VSphere.dll
Syntax
public sealed class VnicIpv6
Fields
View SourceAddresses
List of IPv6 addresses
Declaration
public readonly ImmutableArray<string> Addresses
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Autoconfig
Use IPv6 Autoconfiguration (RFC2462).
Declaration
public readonly bool? Autoconfig
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Dhcp
Use DHCP to configure the interface's IPv4 stack.
Declaration
public readonly bool? Dhcp
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Gw
IP address of the default gateway, if DHCP or autoconfig is not set.
Declaration
public readonly string Gw
Field Value
| Type | Description |
|---|---|
| System.String |