Show / Hide Table of Contents

Class ContainerNetworkDataArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ContainerNetworkDataArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Docker.dll
Syntax
public sealed class ContainerNetworkDataArgs : ResourceArgs

Constructors

View Source

ContainerNetworkDataArgs()

Declaration
public ContainerNetworkDataArgs()

Properties

View Source

Gateway

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

Declaration
public Input<string> Gateway { get; set; }
Property Value
Type Description
Input<System.String>
View Source

IpAddress

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

Declaration
public Input<string> IpAddress { get; set; }
Property Value
Type Description
Input<System.String>
View Source

IpPrefixLength

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

Declaration
public Input<int> IpPrefixLength { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

NetworkName

Declaration
public Input<string> NetworkName { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.