Module Values_0.InstanceMetadataSource

Metadata information about an instance in a HyperPod cluster.

Sourcetype nonrec t = {
  1. customerEni : String_.t option;
    (*

    The ID of the customer-managed Elastic Network Interface (ENI) associated with the instance.

    *)
  2. additionalEnis : AdditionalEnis.t option;
    (*

    Information about additional Elastic Network Interfaces (ENIs) associated with the instance.

    *)
  3. instanceRequirementsEniConfigurations : InstanceRequirementsEniConfigurations.t option;
    (*

    The ENI configurations for the instance types in the instance requirements, grouped by network interface category (for example, ENI-only or EFA with ENIs). At most one configuration per category.

    *)
  4. capacityReservation : CapacityReservation.t option;
    (*

    Information about the Capacity Reservation used by the instance.

    *)
  5. failureMessage : String_.t option;
    (*

    An error message describing why the instance creation or update failed, if applicable.

    *)
  6. lcsExecutionState : String_.t option;
    (*

    The execution state of the Lifecycle Script (LCS) for the instance.

    *)
  7. nodeLogicalId : ClusterNodeLogicalId.t option;
    (*

    The unique logical identifier of the node within the cluster. The ID used here is the same object as in the BatchAddClusterNodes API.

    *)
}
Sourceval make : ?customerEni:??? -> ?additionalEnis:??? -> ?instanceRequirementsEniConfigurations:??? -> ?capacityReservation:??? -> ?failureMessage:??? -> ?lcsExecutionState:??? -> ?nodeLogicalId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `List of [> `String of String_.t ] list ]) list ]) list ] list | `String of String_.t | `Structure of (string * [> `Enum of string | `List of [> `String of String_.t ] list | `String of String_.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