Module Values_0.InstanceGroupMetadataSource

Metadata information about an instance group in a HyperPod cluster.

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

    An error message describing why the instance group level operation (such as creating, scaling, or deleting) failed.

    *)
  2. availabilityZoneId : String_.t option;
    (*

    The ID of the Availability Zone where the instance group is located.

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

    Information about the Capacity Reservation used by the instance group.

    *)
  4. subnetId : String_.t option;
    (*

    The ID of the subnet where the instance group is located.

    *)
  5. securityGroupIds : SecurityGroupIds.t option;
    (*

    A list of security group IDs associated with the instance group.

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

    If you use a custom Amazon Machine Image (AMI) for the instance group, this field shows the ID of the custom AMI.

    *)
}
Sourceval make : ?failureMessage:??? -> ?availabilityZoneId:??? -> ?capacityReservation:??? -> ?subnetId:??? -> ?securityGroupIds:??? -> ?amiOverride:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of SecurityGroupId.t ] list | `String of String_.t | `Structure of (string * [> `Enum of string | `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