Show / Hide Table of Contents

Class GetNetworkResult

Inheritance
System.Object
GetNetworkResult
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
Assembly: Pulumi.Docker.dll
Syntax
public sealed class GetNetworkResult

Fields

View Source

Driver

(Optional, string) The driver of the Docker network. Possible values are bridge, host, overlay, macvlan. See [docker docs][networkdocs] for more details.

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

Id

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

Internal

Declaration
public readonly bool Internal
Field Value
Type Description
System.Boolean
View Source

IpamConfigs

Declaration
public readonly ImmutableArray<GetNetworkIpamConfigResult> IpamConfigs
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetNetworkIpamConfigResult>
View Source

Name

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

Options

(Optional, map) Only available with bridge networks. See [docker docs][bridgeoptionsdocs] for more details.

  • internal (Optional, bool) Boolean flag for whether the network is internal.
  • ipam_config (Optional, map) See IPAM below for details.
  • scope (Optional, string) Scope of the network. One of swarm, global, or local.
Declaration
public readonly ImmutableDictionary<string, object> Options
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

Scope

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