Show / Hide Table of Contents

Class ServiceTaskSpecResources

Inheritance
System.Object
ServiceTaskSpecResources
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.Outputs
Assembly: Pulumi.Docker.dll
Syntax
public sealed class ServiceTaskSpecResources

Fields

View Source

Limits

Describes the resources which can be advertised by a node and requested by a task.

Declaration
public readonly ServiceTaskSpecResourcesLimits Limits
Field Value
Type Description
ServiceTaskSpecResourcesLimits
View Source

Reservation

An object describing the resources which can be advertised by a node and requested by a task.

Declaration
public readonly ServiceTaskSpecResourcesReservation Reservation
Field Value
Type Description
ServiceTaskSpecResourcesReservation
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.