Show / Hide Table of Contents

Class VirtualNodeSpec

Inheritance
System.Object
VirtualNodeSpec
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.Aws.AppMesh.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class VirtualNodeSpec

Fields

View Source

Backends

The backends to which the virtual node is expected to send outbound traffic.

Declaration
public readonly ImmutableArray<VirtualNodeSpecBackend> Backends
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<VirtualNodeSpecBackend>
View Source

Listener

The listeners from which the virtual node is expected to receive inbound traffic.

Declaration
public readonly VirtualNodeSpecListener Listener
Field Value
Type Description
VirtualNodeSpecListener
View Source

Logging

The inbound and outbound access logging information for the virtual node.

Declaration
public readonly VirtualNodeSpecLogging Logging
Field Value
Type Description
VirtualNodeSpecLogging
View Source

ServiceDiscovery

The service discovery information for the virtual node.

Declaration
public readonly VirtualNodeSpecServiceDiscovery ServiceDiscovery
Field Value
Type Description
VirtualNodeSpecServiceDiscovery
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.