Module Values.VirtualNodeDataSource

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

Sourcetype nonrec t = {
  1. meshName : ResourceName.t option;
    (*

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

    *)
  2. metadata : ResourceMetadata.t option;
    (*

    The associated metadata for the virtual node.

    *)
  3. spec : VirtualNodeSpec.t option;
    (*

    The specifications of the virtual node.

    *)
  4. status : VirtualNodeStatus.t option;
    (*

    The current status for the virtual node.

    *)
  5. virtualNodeName : ResourceName.t option;
    (*

    The name of the virtual node.

    *)
}
Sourceval make : ?meshName:??? -> ?metadata:??? -> ?spec:??? -> ?status:??? -> ?virtualNodeName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceName.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of HealthCheckThreshold.t | `Long of HealthCheckIntervalMillis.t | `String of ServiceName.t | `Structure of (string * [> `Enum of string | `Integer of MaxRequests.t | `Long of DurationValue.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `Integer of PortNumber.t ] list | `Long of DurationValue.t | `String of Arn.t | `Structure of (string * [> `List of [> `String of SubjectAlternativeName.t ] list | `String of FilePath.t | `Structure of (string * [> `String of FilePath.t | `Structure of (string * [> `List of [> `String of SubjectAlternativeName.t ] list | `String of FilePath.t ]) list ]) list ]) list ]) list ]) list ]) list ]) list ] list | `Long of Long.t | `String of Arn.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of AwsCloudMapInstanceAttributeKey.t ]) list ] list | `String of AwsCloudMapName.t | `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Integer of PortNumber.t ] list | `String of FilePath.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of JsonKey.t ]) list ] list | `String of TextFormat.t | `Structure of (string * [> `String of FilePath.t | `Structure of (string * [> `List of [> `String of SubjectAlternativeName.t ] list | `String of FilePath.t ]) list ]) list ]) list ]) list ]) list ]) list | `Timestamp of Timestamp.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t