Class GetNetworkArgs
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
Assembly: Pulumi.Docker.dll
Syntax
public sealed class GetNetworkArgs : InvokeArgs
Constructors
View SourceGetNetworkArgs()
Declaration
public GetNetworkArgs()
Properties
View SourceId
The id of the Docker network.
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the Docker network.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |