Show / Hide Table of Contents

Class ContainerNetworksAdvancedArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ContainerNetworksAdvancedArgs
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 ContainerNetworksAdvancedArgs : ResourceArgs

Constructors

View Source

ContainerNetworksAdvancedArgs()

Declaration
public ContainerNetworksAdvancedArgs()

Properties

View Source

Aliases

The network aliases of the container in the specific network.

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

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>
View Source

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>
View Source

Name

The name of the network.

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