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 SourceDriver
(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 |
Id
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Internal
Declaration
public readonly bool Internal
Field Value
| Type | Description |
|---|---|
| System.Boolean |
IpamConfigs
Declaration
public readonly ImmutableArray<GetNetworkIpamConfigResult> IpamConfigs
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetNetworkIpamConfigResult> |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
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 ofswarm,global, orlocal.
Declaration
public readonly ImmutableDictionary<string, object> Options
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
Scope
Declaration
public readonly string Scope
Field Value
| Type | Description |
|---|---|
| System.String |