Class PortAllowedAddressPairArgs
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.OpenStack.Networking.Inputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class PortAllowedAddressPairArgs : ResourceArgs
Constructors
View SourcePortAllowedAddressPairArgs()
Declaration
public PortAllowedAddressPairArgs()
Properties
View SourceIpAddress
The additional IP address.
Declaration
public Input<string> IpAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MacAddress
The additional MAC address.
Declaration
public Input<string> MacAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |