Show / Hide Table of Contents

Class VirtualMachineCloneCustomizeNetworkInterfaceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
VirtualMachineCloneCustomizeNetworkInterfaceArgs
Inherited Members
ResourceArgs.Empty
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 VirtualMachineCloneCustomizeNetworkInterfaceArgs : ResourceArgs

Constructors

View Source

VirtualMachineCloneCustomizeNetworkInterfaceArgs()

Declaration
public VirtualMachineCloneCustomizeNetworkInterfaceArgs()

Properties

View Source

DnsDomain

Declaration
public Input<string> DnsDomain { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DnsServerLists

Declaration
public InputList<string> DnsServerLists { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Ipv4Address

Declaration
public Input<string> Ipv4Address { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Ipv4Netmask

Declaration
public Input<int> Ipv4Netmask { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Ipv6Address

Declaration
public Input<string> Ipv6Address { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Ipv6Netmask

Declaration
public Input<int> Ipv6Netmask { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.