VirtualNodeData
public struct VirtualNodeData : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the service mesh that the virtual node resides in.
Declaration
Swift
public let meshName: String -
The associated metadata for the virtual node.
Declaration
Swift
public let metadata: ResourceMetadata -
The specifications of the virtual node.
Declaration
Swift
public let spec: VirtualNodeSpec -
The current status for the virtual node.
Declaration
Swift
public let status: VirtualNodeStatus -
The name of the virtual node.
Declaration
Swift
public let virtualNodeName: String -
Undocumented
Declaration
Swift
public init(meshName: String, metadata: ResourceMetadata, spec: VirtualNodeSpec, status: VirtualNodeStatus, virtualNodeName: String)
View on GitHub
VirtualNodeData Structure Reference