UpdatePlacementGroupRequest: {
    name?: string;
    placementGroupId: string;
    policyMode?: PlacementGroupPolicyMode;
    policyType?: PlacementGroupPolicyType;
    tags?: string[];
    zone?: Zone;
}

Type declaration

  • Optionalname?: string

    Name of the placement group.

  • placementGroupId: string

    UUID of the placement group.

  • OptionalpolicyMode?: PlacementGroupPolicyMode

    Operating mode of the placement group.

  • OptionalpolicyType?: PlacementGroupPolicyType

    Policy type of the placement group.

  • Optionaltags?: string[]

    Tags of the placement group.

  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.