Class: Aws::AppMesh::Types::VirtualNodeData

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb

Overview

An object that represents a virtual node returned by a describe operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mesh_nameString

The name of the service mesh that the virtual node resides in.

Returns:

  • (String)


5773
5774
5775
5776
5777
5778
5779
5780
5781
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 5773

class VirtualNodeData < Struct.new(
  :mesh_name,
  :metadata,
  :spec,
  :status,
  :virtual_node_name)
  SENSITIVE = []
  include Aws::Structure
end

#metadataTypes::ResourceMetadata

The associated metadata for the virtual node.



5773
5774
5775
5776
5777
5778
5779
5780
5781
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 5773

class VirtualNodeData < Struct.new(
  :mesh_name,
  :metadata,
  :spec,
  :status,
  :virtual_node_name)
  SENSITIVE = []
  include Aws::Structure
end

#specTypes::VirtualNodeSpec

The specifications of the virtual node.



5773
5774
5775
5776
5777
5778
5779
5780
5781
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 5773

class VirtualNodeData < Struct.new(
  :mesh_name,
  :metadata,
  :spec,
  :status,
  :virtual_node_name)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::VirtualNodeStatus

The current status for the virtual node.



5773
5774
5775
5776
5777
5778
5779
5780
5781
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 5773

class VirtualNodeData < Struct.new(
  :mesh_name,
  :metadata,
  :spec,
  :status,
  :virtual_node_name)
  SENSITIVE = []
  include Aws::Structure
end

#virtual_node_nameString

The name of the virtual node.

Returns:

  • (String)


5773
5774
5775
5776
5777
5778
5779
5780
5781
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 5773

class VirtualNodeData < Struct.new(
  :mesh_name,
  :metadata,
  :spec,
  :status,
  :virtual_node_name)
  SENSITIVE = []
  include Aws::Structure
end