Show / Hide Table of Contents

Class ContainerNetworkData

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

Fields

View Source

Gateway

Deprecated: Use network_data instead. The network gateway of the container as read from its NetworkSettings.

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

IpAddress

Deprecated: Use network_data instead. The IP address of the container's first network it.

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

IpPrefixLength

Deprecated: Use network_data instead. The IP prefix length of the container as read from its NetworkSettings.

Declaration
public readonly int? IpPrefixLength
Field Value
Type Description
System.Nullable<System.Int32>
View Source

NetworkName

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