Class ServiceTaskSpecResourcesArgs
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 ServiceTaskSpecResourcesArgs : ResourceArgs
Constructors
View SourceServiceTaskSpecResourcesArgs()
Declaration
public ServiceTaskSpecResourcesArgs()
Properties
View SourceLimits
Describes the resources which can be advertised by a node and requested by a task.
Declaration
public Input<ServiceTaskSpecResourcesLimitsArgs> Limits { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceTaskSpecResourcesLimitsArgs> |
Reservation
An object describing the resources which can be advertised by a node and requested by a task.
Declaration
public Input<ServiceTaskSpecResourcesReservationArgs> Reservation { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ServiceTaskSpecResourcesReservationArgs> |