Show / Hide Table of Contents

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 Source

DnsDomain

Declaration
public readonly string DnsDomain
Field Value
Type Description
System.String
View Source

DnsServerLists

Declaration
public readonly ImmutableArray<string> DnsServerLists
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Ipv4Address

Declaration
public readonly string Ipv4Address
Field Value
Type Description
System.String
View Source

Ipv4Netmask

Declaration
public readonly int? Ipv4Netmask
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Ipv6Address

Declaration
public readonly string Ipv6Address
Field Value
Type Description
System.String
View Source

Ipv6Netmask

Declaration
public readonly int? Ipv6Netmask
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.