Class ContainerNetworksAdvancedGetArgs
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 ContainerNetworksAdvancedGetArgs : ResourceArgs
Constructors
View SourceContainerNetworksAdvancedGetArgs()
Declaration
public ContainerNetworksAdvancedGetArgs()
Properties
View SourceAliases
The network aliases of the container in the specific network.
Declaration
public InputList<string> Aliases { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Ipv4Address
The IPV4 address of the container in the specific network.
Declaration
public Input<string> Ipv4Address { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Ipv6Address
The IPV6 address of the container in the specific network.
Declaration
public Input<string> Ipv6Address { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the network.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |