Show / Hide Table of Contents

Class GetNetworkIpamConfigResult

Inheritance
System.Object
GetNetworkIpamConfigResult
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 GetNetworkIpamConfigResult

Fields

View Source

AuxAddress

Declaration
public readonly ImmutableDictionary<string, object> AuxAddress
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

Gateway

Declaration
public readonly string Gateway
Field Value
Type Description
System.String
View Source

IpRange

Declaration
public readonly string IpRange
Field Value
Type Description
System.String
View Source

Subnet

Declaration
public readonly string Subnet
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.