Class ServiceEndpointSpecArgs
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.Inputs
Assembly: Pulumi.Docker.dll
Syntax
public sealed class ServiceEndpointSpecArgs : ResourceArgs
Constructors
View SourceServiceEndpointSpecArgs()
Declaration
public ServiceEndpointSpecArgs()
Properties
View SourceMode
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> |
Ports
See Ports below for details.
Declaration
public InputList<ServiceEndpointSpecPortArgs> Ports { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ServiceEndpointSpecPortArgs> |