Class ServiceTaskSpecResourcesReservationGenericResourcesArgs
Inheritance
System.Object
ServiceTaskSpecResourcesReservationGenericResourcesArgs
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 ServiceTaskSpecResourcesReservationGenericResourcesArgs : ResourceArgs
Constructors
View SourceServiceTaskSpecResourcesReservationGenericResourcesArgs()
Declaration
public ServiceTaskSpecResourcesReservationGenericResourcesArgs()
Properties
View SourceDiscreteResourcesSpecs
The Integer resources, delimited by =
Declaration
public InputList<string> DiscreteResourcesSpecs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
NamedResourcesSpecs
The String resources, delimited by =
Declaration
public InputList<string> NamedResourcesSpecs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |