Show / Hide Table of Contents

Class VirtualNodeSpecArgs

Inheritance
System.Object
InputArgs
ResourceArgs
VirtualNodeSpecArgs
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.Aws.AppMesh.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class VirtualNodeSpecArgs : ResourceArgs

Constructors

View Source

VirtualNodeSpecArgs()

Declaration
public VirtualNodeSpecArgs()

Properties

View Source

Backends

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

Declaration
public InputList<VirtualNodeSpecBackendArgs> Backends { get; set; }
Property Value
Type Description
InputList<VirtualNodeSpecBackendArgs>
View Source

Listener

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

Declaration
public Input<VirtualNodeSpecListenerArgs> Listener { get; set; }
Property Value
Type Description
Input<VirtualNodeSpecListenerArgs>
View Source

Logging

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

Declaration
public Input<VirtualNodeSpecLoggingArgs> Logging { get; set; }
Property Value
Type Description
Input<VirtualNodeSpecLoggingArgs>
View Source

ServiceDiscovery

The service discovery information for the virtual node.

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