Show / Hide Table of Contents

Class ServiceEndpointSpec

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

Fields

View Source

Mode

The mode of resolution to use for internal load balancing between tasks. (vip|dnsrr). Default: vip.

Declaration
public readonly string Mode
Field Value
Type Description
System.String
View Source

Ports

See Ports below for details.

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