Class NetworkIpamConfig
Inheritance
System.Object
NetworkIpamConfig
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.Docker.Outputs
Assembly: Pulumi.Docker.dll
Syntax
public sealed class NetworkIpamConfig
Fields
View SourceAuxAddress
Declaration
public readonly ImmutableDictionary<string, object> AuxAddress
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
Gateway
Declaration
public readonly string Gateway
Field Value
| Type | Description |
|---|---|
| System.String |
IpRange
Declaration
public readonly string IpRange
Field Value
| Type | Description |
|---|---|
| System.String |
Subnet
Declaration
public readonly string Subnet
Field Value
| Type | Description |
|---|---|
| System.String |