Show / Hide Table of Contents

Class ServiceTaskSpecResourcesLimitsArgs

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

Constructors

View Source

ServiceTaskSpecResourcesLimitsArgs()

Declaration
public ServiceTaskSpecResourcesLimitsArgs()

Properties

View Source

GenericResources

User-defined resources can be either Integer resources (e.g, SSD=3) or String resources (e.g, GPU=UUID1)

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

MemoryBytes

The amount of memory in bytes the container allocates

Declaration
public Input<int> MemoryBytes { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

NanoCpus

CPU shares in units of 1/1e9 (or 10^-9) of the CPU. Should be at least 1000000

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