Class HostPortGroupPortsGetArgs
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 HostPortGroupPortsGetArgs : ResourceArgs
Constructors
View SourceHostPortGroupPortsGetArgs()
Declaration
public HostPortGroupPortsGetArgs()
Properties
View SourceKey
The key for this port group as returned from the vSphere API.
Declaration
public Input<string> Key { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MacAddresses
Declaration
public InputList<string> MacAddresses { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Type
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |