Show / Hide Table of Contents

Class ServiceTaskSpecResourcesArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceTaskSpecResourcesArgs
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 ServiceTaskSpecResourcesArgs : ResourceArgs

Constructors

View Source

ServiceTaskSpecResourcesArgs()

Declaration
public ServiceTaskSpecResourcesArgs()

Properties

View Source

Limits

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.