Show / Hide Table of Contents

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 Source

Aliases

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>
View Source

Ipv4Address

The IPV4 address of the container in the specific network.

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

Ipv6Address

The IPV6 address of the container in the specific network.

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

Name

The name of the network.

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