Show / Hide Table of Contents

Class ServiceTaskSpecResourcesGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceTaskSpecResourcesGetArgs
Inherited Members
ResourceArgs.Empty
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 ServiceTaskSpecResourcesGetArgs : ResourceArgs

Constructors

View Source

ServiceTaskSpecResourcesGetArgs()

Declaration
public ServiceTaskSpecResourcesGetArgs()

Properties

View Source

Limits

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

Declaration
public Input<ServiceTaskSpecResourcesLimitsGetArgs> Limits { get; set; }
Property Value
Type Description
Input<ServiceTaskSpecResourcesLimitsGetArgs>
View Source

Reservation

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

Declaration
public Input<ServiceTaskSpecResourcesReservationGetArgs> Reservation { get; set; }
Property Value
Type Description
Input<ServiceTaskSpecResourcesReservationGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.