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 SourceGateway
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 |
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 |
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> |
NetworkName
Declaration
public readonly string NetworkName
Field Value
| Type | Description |
|---|---|
| System.String |