Show / Hide Table of Contents

Class VirtualNodeSpecGetArgs

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

Constructors

View Source

VirtualNodeSpecGetArgs()

Declaration
public VirtualNodeSpecGetArgs()

Properties

View Source

Backends

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

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

Listener

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

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

Logging

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

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

ServiceDiscovery

The service discovery information for the virtual node.

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