Class VirtualMachineCloneCustomizeNetworkInterfaceArgs
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 VirtualMachineCloneCustomizeNetworkInterfaceArgs : ResourceArgs
Constructors
View SourceVirtualMachineCloneCustomizeNetworkInterfaceArgs()
Declaration
public VirtualMachineCloneCustomizeNetworkInterfaceArgs()
Properties
View SourceDnsDomain
Declaration
public Input<string> DnsDomain { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DnsServerLists
Declaration
public InputList<string> DnsServerLists { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Ipv4Address
Declaration
public Input<string> Ipv4Address { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Ipv4Netmask
Declaration
public Input<int> Ipv4Netmask { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Ipv6Address
Declaration
public Input<string> Ipv6Address { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Ipv6Netmask
Declaration
public Input<int> Ipv6Netmask { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |