Show / Hide Table of Contents

Class ServiceEndpointSpecArgs

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

Constructors

View Source

ServiceEndpointSpecArgs()

Declaration
public ServiceEndpointSpecArgs()

Properties

View Source

Mode

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

Declaration
public Input<string> Mode { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Ports

See Ports below for details.

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