AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

An object that represents the specification of a virtual node.

Inheritance Hierarchy

System.Object
  Amazon.AppMesh.Model.VirtualNodeSpec

Namespace: Amazon.AppMesh.Model
Assembly: AWSSDK.AppMesh.dll
Version: 3.x.y.z

Syntax

C#
public class VirtualNodeSpec

The VirtualNodeSpec type exposes the following members

Constructors

NameDescription
Public Method VirtualNodeSpec()

Properties

NameTypeDescription
Public Property BackendDefaults Amazon.AppMesh.Model.BackendDefaults

Gets and sets the property BackendDefaults.

A reference to an object that represents the defaults for backends.

Public Property Backends System.Collections.Generic.List<Amazon.AppMesh.Model.Backend>

Gets and sets the property Backends.

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

Public Property Listeners System.Collections.Generic.List<Amazon.AppMesh.Model.Listener>

Gets and sets the property Listeners.

The listener that the virtual node is expected to receive inbound traffic from. You can specify one listener.

Public Property Logging Amazon.AppMesh.Model.Logging

Gets and sets the property Logging.

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

Public Property ServiceDiscovery Amazon.AppMesh.Model.ServiceDiscovery

Gets and sets the property ServiceDiscovery.

The service discovery information for the virtual node. If your virtual node does not expect ingress traffic, you can omit this parameter. If you specify a listener, then you must specify service discovery information.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5