Class VirtualMachineCloneCustomizeNetworkInterface
Inheritance
System.Object
VirtualMachineCloneCustomizeNetworkInterface
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 VirtualMachineCloneCustomizeNetworkInterface
Fields
View SourceDnsDomain
Declaration
public readonly string DnsDomain
Field Value
| Type | Description |
|---|---|
| System.String |
DnsServerLists
Declaration
public readonly ImmutableArray<string> DnsServerLists
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Ipv4Address
Declaration
public readonly string Ipv4Address
Field Value
| Type | Description |
|---|---|
| System.String |
Ipv4Netmask
Declaration
public readonly int? Ipv4Netmask
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Ipv6Address
Declaration
public readonly string Ipv6Address
Field Value
| Type | Description |
|---|---|
| System.String |
Ipv6Netmask
Declaration
public readonly int? Ipv6Netmask
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |