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 SourceBackends
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> |
Listener
The listeners from which the virtual node is expected to receive inbound traffic.
Declaration
public readonly VirtualNodeSpecListener Listener
Field Value
| Type | Description |
|---|---|
| VirtualNodeSpecListener |
Logging
The inbound and outbound access logging information for the virtual node.
Declaration
public readonly VirtualNodeSpecLogging Logging
Field Value
| Type | Description |
|---|---|
| VirtualNodeSpecLogging |
ServiceDiscovery
The service discovery information for the virtual node.
Declaration
public readonly VirtualNodeSpecServiceDiscovery ServiceDiscovery
Field Value
| Type | Description |
|---|---|
| VirtualNodeSpecServiceDiscovery |