Class ContainerNetworkDataArgs
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.Inputs
Assembly: Pulumi.Docker.dll
Syntax
public sealed class ContainerNetworkDataArgs : ResourceArgs
Constructors
View SourceContainerNetworkDataArgs()
Declaration
public ContainerNetworkDataArgs()
Properties
View SourceGateway
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> |
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> |
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> |
NetworkName
Declaration
public Input<string> NetworkName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |