Class ServiceTaskSpecContainerSpecMountVolumeOptionsLabelGetArgs
Inheritance
System.Object
ServiceTaskSpecContainerSpecMountVolumeOptionsLabelGetArgs
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 ServiceTaskSpecContainerSpecMountVolumeOptionsLabelGetArgs : ResourceArgs
Constructors
View SourceServiceTaskSpecContainerSpecMountVolumeOptionsLabelGetArgs()
Declaration
public ServiceTaskSpecContainerSpecMountVolumeOptionsLabelGetArgs()
Properties
View SourceLabel
Name of the label
Declaration
public Input<string> Label { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Value
Value of the label
Declaration
public Input<string> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |