Class ContainerNetworksAdvanced
Inheritance
System.Object
ContainerNetworksAdvanced
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 ContainerNetworksAdvanced
Fields
View SourceAliases
The network aliases of the container in the specific network.
Declaration
public readonly ImmutableArray<string> Aliases
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Ipv4Address
The IPV4 address of the container in the specific network.
Declaration
public readonly string Ipv4Address
Field Value
| Type | Description |
|---|---|
| System.String |
Ipv6Address
The IPV6 address of the container in the specific network.
Declaration
public readonly string Ipv6Address
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the network.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |