Values_0.InstanceMetadataSourceMetadata information about an instance in a HyperPod cluster.
type nonrec t = {customerEni : String_.t option;The ID of the customer-managed Elastic Network Interface (ENI) associated with the instance.
*)additionalEnis : AdditionalEnis.t option;Information about additional Elastic Network Interfaces (ENIs) associated with the instance.
*)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.
*)capacityReservation : CapacityReservation.t option;Information about the Capacity Reservation used by the instance.
*)failureMessage : String_.t option;An error message describing why the instance creation or update failed, if applicable.
*)lcsExecutionState : String_.t option;The execution state of the Lifecycle Script (LCS) for the instance.
*)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.
*)}val 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 ]