Show / Hide Table of Contents

Class ServiceTaskSpecResourcesReservationGenericResources

Inheritance
System.Object
ServiceTaskSpecResourcesReservationGenericResources
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 ServiceTaskSpecResourcesReservationGenericResources

Fields

View Source

DiscreteResourcesSpecs

The Integer resources, delimited by =

Declaration
public readonly ImmutableArray<string> DiscreteResourcesSpecs
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

NamedResourcesSpecs

The String resources, delimited by =

Declaration
public readonly ImmutableArray<string> NamedResourcesSpecs
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.