Class VirtualNodeSpecGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class VirtualNodeSpecGetArgs : ResourceArgs
Constructors
View SourceVirtualNodeSpecGetArgs()
Declaration
public VirtualNodeSpecGetArgs()
Properties
View SourceBackends
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> |
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> |
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> |
ServiceDiscovery
The service discovery information for the virtual node.
Declaration
public Input<VirtualNodeSpecServiceDiscoveryGetArgs> ServiceDiscovery { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<VirtualNodeSpecServiceDiscoveryGetArgs> |